:root {
  --ivory: #f2ece8;
  --paper: #f8f3ec;
  --cream: #fffaf3;
  --stone: #d7c7b8;
  --taupe: #a89584;
  --charcoal: #312e2b;
  --soft-charcoal: #4a4a45;
  --ink: #2d3b52;
  --sage: #a8b2a1;
  --brass: #b08a52;
  --line: rgba(49, 46, 43, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --announcement-height: 42px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#product,
#difference,
#proof,
#story,
#enquiry,
#join {
  scroll-margin-top: 138px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(3.7rem, 6.8vw, 7rem);
  line-height: 0.9;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

h2 {
  font-size: clamp(2.35rem, 4.65vw, 5.15rem);
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.announcement-bar {
  position: fixed;
  top: 0;
  z-index: 34;
  width: 100%;
  min-height: var(--announcement-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 9px 18px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
}

.site-header {
  position: fixed;
  top: var(--announcement-height);
  z-index: 30;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px clamp(18px, 4vw, 58px);
  background: rgba(248, 243, 236, 0.86);
  border-bottom: 1px solid rgba(49, 46, 43, 0.12);
  backdrop-filter: blur(20px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  background: #efece5;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong,
.site-footer strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.brand small,
.site-footer span {
  color: rgba(49, 46, 43, 0.64);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: rgba(49, 46, 43, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 22, 20, 0.76) 0%, rgba(25, 22, 20, 0.46) 38%, rgba(25, 22, 20, 0.08) 72%),
    linear-gradient(0deg, rgba(20, 18, 16, 0.62) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 36px));
  margin: 0 0 clamp(32px, 5vw, 60px) clamp(18px, 5vw, 72px);
  padding-top: 110px;
}

.eyebrow,
.section-label {
  margin: 0 0 17px;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-content p:not(.eyebrow) {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
}

.hero-content .hero-status {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.proof-pills span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid var(--charcoal);
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.button.primary {
  background: var(--charcoal);
  color: #fff;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--charcoal);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ticker span {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px clamp(18px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(76px, 9vw, 142px) clamp(18px, 4vw, 64px);
}

.intro {
  background: var(--cream);
}

.intro-grid,
.identity,
.enquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(330px, 1.08fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.copy p,
.feature-copy p,
.ritual-copy p,
.proof-copy p,
.identity p,
.enquiry p,
.join-copy p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--soft-charcoal);
}

.intro-grid h2,
.feature-copy h2,
.metal-grid h2,
.ritual-copy h2,
.taste-copy h2,
.difference h2,
.advantage h2,
.proof-copy h2,
.identity h2,
.faq h2,
.join-copy h2,
.enquiry h2 {
  margin-bottom: clamp(22px, 2.4vw, 34px);
}

.feature-story,
.proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(320px, 0.92fr);
  min-height: 760px;
  background: var(--paper);
}

.feature-media,
.proof-image {
  min-height: 640px;
  overflow: hidden;
}

.feature-media img,
.proof-image img,
.ritual-image img,
.comparison-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy,
.proof-copy {
  align-self: center;
  padding: clamp(48px, 7vw, 92px);
}

.spec-list {
  margin: 36px 0 0;
  border-top: 1px solid var(--line);
}

.spec-list div {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--taupe);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  color: var(--charcoal);
  font-weight: 750;
}

.ritual {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #fff;
}

.metal-section {
  background: var(--charcoal);
  color: #fff;
}

.metal-section .section-label,
.taste-section .section-label {
  color: var(--brass);
}

.metal-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(34px, 7vw, 96px);
}

.metal-grid h2 {
  color: #fff;
}

.metal-copy p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
}

.metal-points,
.taste-grid {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: var(--white-line);
  border: 1px solid var(--white-line);
}

.metal-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metal-points span {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: #3b3733;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.ritual-image {
  min-height: 600px;
  overflow: hidden;
}

.material-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.material-row span {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: var(--paper);
  color: var(--charcoal);
  font-weight: 850;
}

.taste-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
  background: var(--ivory);
}

.taste-copy p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--soft-charcoal);
}

.taste-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.taste-grid article {
  min-height: 250px;
  padding: 24px;
  background: #fff;
}

.taste-grid span {
  display: block;
  margin-bottom: 72px;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 2.1rem;
  line-height: 0.96;
}

.taste-grid p {
  color: var(--soft-charcoal);
}

.difference {
  background: var(--charcoal);
  color: #fff;
}

.difference h2 {
  max-width: 1080px;
}

.difference .section-label,
.proof-section .section-label {
  color: var(--stone);
}

.comparison-visual {
  height: clamp(360px, 48vw, 720px);
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid var(--white-line);
}

.comparison-grid,
.advantage-grid,
.faq-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.comparison-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1px;
  background: var(--white-line);
  border-color: var(--white-line);
}

.comparison-grid article {
  min-height: 190px;
  padding: 24px;
  background: #3b3733;
}

.comparison-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.advantage {
  background: var(--paper);
}

.advantage h2 {
  max-width: 1060px;
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}

.advantage-grid article {
  min-height: 260px;
  padding: 28px;
  background: #fff;
}

.advantage-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: 1;
}

.advantage-grid p {
  color: var(--soft-charcoal);
}

.proof-section {
  background: var(--ink);
  color: #fff;
}

.proof-section h2 {
  color: #fff;
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.proof-list {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.status-table {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
}

.status-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
}

.status-table span {
  color: rgba(255, 255, 255, 0.76);
}

.status-table strong {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.proof-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(76px, 9vw, 142px) clamp(18px, 4vw, 64px);
  background: var(--paper);
}

.story-copy h2 {
  margin-bottom: clamp(22px, 2.4vw, 34px);
}

.story-copy p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--soft-charcoal);
}

.story-media {
  min-height: 620px;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.story-photo {
  min-height: 360px;
  overflow: hidden;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.story-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.story-notes div {
  min-height: 178px;
  padding: 20px;
  background: var(--cream);
}

.story-notes span {
  display: block;
  margin-bottom: 28px;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 2.35rem;
  line-height: 1;
}

.story-notes strong {
  display: block;
  color: var(--charcoal);
  font-size: 0.92rem;
  line-height: 1.22;
}

.story-notes p {
  margin: 10px 0 0;
  color: var(--soft-charcoal);
  font-size: 0.9rem;
  line-height: 1.5;
}

.belief-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.belief-list span {
  min-height: 92px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: #fff;
  color: var(--charcoal);
  font-weight: 850;
}

.identity {
  background: var(--cream);
  align-items: center;
}

.identity-mark {
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #efece5;
}

.identity-mark img {
  width: min(300px, 72%);
  display: block;
  background: #efece5;
}

.palette {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.palette span {
  min-height: 118px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(to bottom, var(--swatch) 0 68%, #fff 68% 100%);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 900;
}

.faq {
  background: #fff;
}

.faq h2 {
  max-width: 960px;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 44px;
}

details {
  background: var(--paper);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--soft-charcoal);
}

.join {
  padding: clamp(76px, 9vw, 142px) clamp(18px, 4vw, 64px);
  background:
    linear-gradient(rgba(49, 46, 43, 0.56), rgba(49, 46, 43, 0.74)),
    url("assets/cerene-hero-lifestyle.jpg") center / cover;
  color: #fff;
}

.join-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.join h2,
.join .section-label {
  color: #fff;
}

.join-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.lead-form,
.enquiry-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.enquiry {
  background: var(--paper);
}

.enquiry-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wide,
.field-trap,
.enquiry-form button,
.enquiry-form .form-status {
  grid-column: 1 / -1;
}

.field-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft-charcoal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--charcoal);
  font: inherit;
  letter-spacing: 0;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

button:disabled {
  opacity: 0.55;
  cursor: wait;
}

input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--soft-charcoal);
  font-size: 0.88rem;
}

.form-note {
  margin: -2px 0 0;
  color: rgba(74, 74, 69, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-status.success {
  color: #2f684f;
  font-weight: 800;
}

.form-status.error {
  color: #8a342f;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  gap: 24px;
  padding: 48px clamp(18px, 4vw, 64px);
  background: var(--charcoal);
  color: #fff;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: start;
  justify-content: flex-start;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.site-footer span,
.site-footer p,
.site-footer small {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer p,
.site-footer small {
  margin: 0;
}

.site-footer small {
  grid-column: 1 / -1;
  max-width: 900px;
  font-size: 0.78rem;
}

.legal-page {
  padding-top: calc(var(--announcement-height) + 72px);
  background: var(--paper);
}

.legal-hero {
  padding: clamp(76px, 9vw, 142px) clamp(18px, 4vw, 64px) clamp(44px, 6vw, 80px);
  background: var(--cream);
}

.legal-hero h1 {
  color: var(--charcoal);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  text-shadow: none;
}

.legal-hero p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--soft-charcoal);
  font-size: clamp(1.02rem, 1.4vw, 1.24rem);
}

.legal-hero small {
  display: block;
  margin-top: 24px;
  color: var(--taupe);
  font-weight: 850;
}

.legal-content {
  display: grid;
  gap: 1px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(76px, 9vw, 142px);
  background: var(--line);
}

.legal-content article {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(28px, 5vw, 54px);
  background: var(--paper);
}

.legal-content h2 {
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.legal-copy {
  display: grid;
  gap: 14px;
}

.legal-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--soft-charcoal);
}

.legal-content a {
  border-bottom: 1px solid rgba(176, 138, 82, 0.62);
  color: var(--charcoal);
  font-weight: 800;
}

@media (max-width: 1080px) {
  #product,
  #difference,
  #proof,
  #story,
  #enquiry,
  #join {
    scroll-margin-top: 24px;
  }

  .announcement-bar {
    position: relative;
    min-height: auto;
    flex-wrap: wrap;
  }

  .site-header {
    position: relative;
    top: auto;
  }

  .legal-page {
    padding-top: 0;
  }

  .hero-content {
    padding-top: 58px;
  }

  .ticker,
  .intro-grid,
  .feature-story,
  .ritual,
  .metal-grid,
  .taste-section,
  .proof-section,
  .story-section,
  .identity,
  .join-inner,
  .enquiry {
    grid-template-columns: 1fr;
  }

  .ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-media,
  .proof-image,
  .ritual-image,
  .story-media {
    min-height: 520px;
  }

  .feature-copy,
  .proof-copy {
    padding: clamp(48px, 7vw, 76px) clamp(18px, 4vw, 64px);
  }

  .metal-points,
  .comparison-grid,
  .taste-grid,
  .belief-list,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    line-height: 1.48;
  }

  .hero-actions,
  .proof-pills {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px 18px;
  }

  .brand {
    width: auto;
    align-items: center;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 1.26rem;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .site-header nav {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 18px;
  }

  .announcement-bar {
    gap: 5px 12px;
    padding: 7px 14px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  h1 {
    font-size: clamp(2.72rem, 11.4vw, 3.75rem);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(1.98rem, 8.7vw, 3.08rem);
    line-height: 1.05;
  }

  .hero {
    min-height: 690px;
  }

  .hero-content {
    margin-bottom: 38px;
    padding-top: 46px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(22, 19, 17, 0.82), rgba(22, 19, 17, 0.34)),
      linear-gradient(0deg, rgba(20, 18, 16, 0.75) 0%, transparent 58%);
  }

  .button,
  .brand,
  .proof-pills span {
    width: 100%;
  }

  .proof-pills {
    gap: 7px;
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 14px;
  }

  .hero-content p:not(.eyebrow) {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .proof-pills span {
    padding: 8px 10px;
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .ticker,
  .comparison-grid,
  .advantage-grid,
  .metal-points,
  .taste-grid,
  .belief-list,
  .story-notes,
  .material-row,
  .palette,
  .faq-grid,
  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticker span {
    min-height: 56px;
    padding: 12px 14px;
    font-size: 0.66rem;
    line-height: 1.22;
    letter-spacing: 0.06em;
  }

  .section,
  .story-section,
  .join {
    padding: 56px 18px;
  }

  .section-label,
  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.66rem;
    line-height: 1.2;
  }

  .intro-grid h2,
  .feature-copy h2,
  .metal-grid h2,
  .ritual-copy h2,
  .taste-copy h2,
  .difference h2,
  .advantage h2,
  .proof-copy h2,
  .identity h2,
  .faq h2,
  .join-copy h2,
  .enquiry h2,
  .story-copy h2 {
    margin-bottom: 18px;
  }

  .copy p,
  .feature-copy p,
  .ritual-copy p,
  .taste-copy p,
  .proof-copy p,
  .identity p,
  .enquiry p,
  .join-copy p,
  .story-copy p,
  .metal-copy p {
    margin-bottom: 14px;
    line-height: 1.48;
  }

  .feature-media,
  .proof-image,
  .ritual-image {
    min-height: 310px;
  }

  .feature-copy,
  .proof-copy {
    padding: 44px 18px;
  }

  .story-media {
    min-height: 0;
    grid-template-rows: minmax(260px, auto) auto;
  }

  .story-photo {
    min-height: 260px;
  }

  .metal-points,
  .material-row,
  .belief-list {
    margin-top: 24px;
  }

  .metal-points span,
  .material-row span,
  .belief-list span {
    min-height: 58px;
    align-items: center;
    padding: 13px 14px;
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .spec-list {
    margin-top: 26px;
  }

  .status-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .status-table strong {
    text-align: left;
  }

  .status-table {
    margin-top: 24px;
  }

  .status-table div {
    min-height: 0;
    padding: 11px 12px;
  }

  .status-table span,
  .status-table strong {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .proof-list {
    gap: 0;
    margin-top: 22px;
  }

  .proof-list li {
    padding: 9px 0;
    font-size: 0.9rem;
    line-height: 1.34;
  }

  .feature-media img,
  .proof-image img {
    object-position: center;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 0;
  }

  .spec-list dt {
    font-size: 0.66rem;
  }

  .spec-list dd {
    font-size: 0.93rem;
    line-height: 1.35;
  }

  .taste-grid,
  .advantage-grid {
    margin-top: 28px;
  }

  .taste-grid article,
  .comparison-grid article,
  .advantage-grid article {
    min-height: 0;
    padding: 17px;
  }

  .taste-grid span,
  .advantage-grid span,
  .story-notes span {
    margin-bottom: 10px;
    font-size: 1.72rem;
    line-height: 0.98;
  }

  .taste-grid p,
  .comparison-grid p,
  .advantage-grid p,
  .story-notes p {
    margin: 8px 0 0;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .story-notes div {
    min-height: 0;
    padding: 16px;
  }

  .story-notes strong {
    font-size: 0.88rem;
    line-height: 1.18;
  }

  .comparison-visual {
    height: 300px;
    margin-top: 30px;
  }

  .comparison-visual img {
    object-position: 26% center;
  }

  .palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .palette span {
    min-height: 78px;
    padding: 10px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .faq-grid {
    margin-top: 28px;
  }

  summary {
    padding: 14px 16px;
    line-height: 1.25;
  }

  details p {
    padding: 0 16px 16px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .identity-mark {
    min-height: 230px;
  }

  .identity-mark img {
    width: min(220px, 64%);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .legal-hero {
    padding: 56px 18px 36px;
  }

  .legal-hero h1 {
    font-size: clamp(2.7rem, 11vw, 3.9rem);
  }

  .legal-hero p {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .legal-content {
    padding: 0 18px 56px;
  }

  .legal-content article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .legal-content h2 {
    font-size: 0.74rem;
  }

  .legal-copy p {
    line-height: 1.48;
  }
}
