/*
Theme Name: Serasi Bali Atelier
Theme URI: https://serasibali.com/
Author: Serasi Bali
Description: A bespoke, editorial WordPress theme for the women-led Serasi Bali tailoring atelier.
Version: 1.4.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: serasi-bali
*/

:root {
  --forest: #17362d;
  --forest-soft: #2c5145;
  --terracotta: #c8663d;
  --terracotta-dark: #a64d2d;
  --ivory: #f8f1e5;
  --paper: #fcfaf5;
  --sand: #e9dcc7;
  --sand-dark: #cdbb9f;
  --ink: #24231f;
  --muted: #68655d;
  --gold: #c7a266;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --content: min(1180px, calc(100vw - 48px));
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 28px 70px rgba(36, 35, 31, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  background: var(--terracotta);
  color: var(--white);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--white);
  color: var(--forest);
  font-weight: 700;
}

.site-shell {
  width: var(--content);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(23, 54, 45, 0.08);
  background: rgba(252, 250, 245, 0.88);
  backdrop-filter: blur(18px);
  transition: box-shadow 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(252, 250, 245, 0.97);
  box-shadow: 0 10px 35px rgba(23, 54, 45, 0.08);
}

.header-inner {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  min-height: 82px;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 168px;
  height: 64px;
  overflow: hidden;
}

.brand img {
  width: 168px;
  height: 168px;
  object-fit: contain;
}

.main-nav {
  justify-self: center;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  position: relative;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta,
.button-primary {
  background: var(--forest);
  color: var(--white);
}

.header-cta:hover,
.button-primary:hover {
  background: var(--terracotta);
  transform: translateY(-2px);
}

.button-secondary {
  border-color: rgba(23, 54, 45, 0.26);
  color: var(--forest);
}

.button-secondary:hover {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(23, 54, 45, 0.16);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  background: var(--forest);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 880px;
  padding: 142px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(199, 162, 102, 0.18), transparent 28%),
    linear-gradient(135deg, var(--ivory) 0%, var(--paper) 62%);
}

.hero::after {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 1px dashed rgba(200, 102, 61, 0.28);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1,
.section-title,
.quote-block blockquote,
.page-content h1 {
  margin: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(4.2rem, 7.2vw, 7.4rem);
}

.hero h1 em {
  color: var(--terracotta);
  font-weight: 400;
}

.hero-copy {
  max-width: 610px;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
  color: var(--forest);
}

.hero-proof .proof-line {
  width: 52px;
  height: 1px;
  background: var(--gold);
}

.hero-proof strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 240px 240px var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-photo-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 54, 45, 0.18), transparent 44%);
  content: "";
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-seal {
  position: absolute;
  right: -38px;
  bottom: 54px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  text-align: center;
  transform: rotate(7deg);
}

.hero-seal strong {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
}

.hero-seal span {
  max-width: 90px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(248, 241, 229, 0.14);
  border-bottom: 1px solid rgba(248, 241, 229, 0.14);
  background: var(--forest);
  color: var(--ivory);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: serasi-marquee 28s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  min-height: 76px;
}

.marquee-group span {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
}

.marquee-group span::after {
  color: var(--terracotta);
  content: "✦";
  font-size: 0.8rem;
  font-style: normal;
}

@keyframes serasi-marquee {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(92px, 11vw, 150px) 0;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-title {
  max-width: 820px;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.section-title em {
  color: var(--terracotta);
  font-weight: 400;
}

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

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.35fr);
  gap: clamp(70px, 9vw, 130px);
}

.definition {
  position: sticky;
  top: 130px;
  align-self: start;
  padding: 34px;
  border: 1px solid rgba(23, 54, 45, 0.14);
  border-radius: var(--radius-lg);
  background: var(--ivory);
}

.definition-word {
  display: block;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 5vw, 5rem);
  font-style: italic;
  line-height: 1;
}

.definition-type {
  display: block;
  margin-top: 8px;
  color: var(--terracotta-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.definition p {
  margin: 26px 0 0;
  color: var(--muted);
}

.about-body > p {
  max-width: 740px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(23, 54, 45, 0.14);
  border-radius: var(--radius-md);
  background: rgba(23, 54, 45, 0.12);
}

.stat {
  min-height: 144px;
  padding: 28px;
  background: var(--paper);
}

.stat strong {
  display: block;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.services {
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: var(--ivory);
}

.services::before {
  position: absolute;
  top: -260px;
  left: -150px;
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(248, 241, 229, 0.18);
  border-radius: 50%;
  content: "";
}

.services .section-title {
  color: var(--ivory);
}

.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 60px;
}

.services-intro > p {
  margin: 0 0 8px;
  color: rgba(248, 241, 229, 0.68);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 72px;
  border-top: 1px solid rgba(248, 241, 229, 0.18);
  border-left: 1px solid rgba(248, 241, 229, 0.18);
}

.service-card {
  position: relative;
  min-height: 340px;
  padding: clamp(32px, 4vw, 54px);
  overflow: hidden;
  border-right: 1px solid rgba(248, 241, 229, 0.18);
  border-bottom: 1px solid rgba(248, 241, 229, 0.18);
  transition: background 220ms ease;
}

.service-card:hover {
  background: rgba(248, 241, 229, 0.06);
}

.service-number {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
}

.service-card h3 {
  max-width: 420px;
  margin: 68px 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.service-card p {
  max-width: 500px;
  margin: 0;
  color: rgba(248, 241, 229, 0.64);
}

.service-card svg {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 64px;
  color: rgba(248, 241, 229, 0.22);
}

.collection {
  background: var(--ivory);
}

.collection-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.collection-note {
  max-width: 340px;
  margin: 0 0 8px;
  color: var(--muted);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.look {
  margin: 0;
}

.look-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.72;
  border-radius: 180px 180px 18px 18px;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  box-shadow: 0 20px 50px rgba(23, 54, 45, 0.11);
  transition: border-radius 400ms ease, transform 400ms ease;
}

.look:nth-child(1) .look-image {
  background-position: left center;
}

.look:nth-child(2) {
  padding-top: 68px;
}

.look:nth-child(2) .look-image {
  background-position: center center;
}

.look:nth-child(3) .look-image {
  background-position: right center;
}

.look:hover .look-image {
  border-radius: 18px;
  transform: translateY(-8px);
}

.look figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 8px 0;
}

.look-name {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
}

.look-type {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-disclaimer {
  margin: 44px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

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

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(70px, 10vw, 150px);
}

.process-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-intro p:not(.section-kicker) {
  max-width: 480px;
  margin: 32px 0 0;
  color: var(--muted);
}

.process-steps {
  border-top: 1px solid rgba(23, 54, 45, 0.16);
}

.process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 26px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(23, 54, 45, 0.16);
}

.process-step > span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.process-step h3 {
  margin: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}

.process-step p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--muted);
}

.quote-block {
  position: relative;
  padding: clamp(100px, 13vw, 170px) 0;
  overflow: hidden;
  background: var(--terracotta);
  color: var(--white);
  text-align: center;
}

.quote-block::before,
.quote-block::after {
  position: absolute;
  width: 290px;
  height: 290px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.quote-block::before {
  top: -120px;
  left: -100px;
}

.quote-block::after {
  right: -100px;
  bottom: -120px;
}

.quote-block blockquote {
  position: relative;
  z-index: 1;
  max-width: 990px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(3.3rem, 6.6vw, 6.8rem);
}

.quote-block cite {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 36px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact {
  background: var(--forest);
  color: var(--ivory);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  gap: clamp(70px, 9vw, 130px);
}

.contact .section-title {
  color: var(--ivory);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 32px 0 0;
  color: rgba(248, 241, 229, 0.68);
}

.contact-meta {
  display: grid;
  gap: 18px;
  margin-top: 48px;
}

.contact-meta-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(248, 241, 229, 0.82);
}

.contact-meta-item::before {
  flex: 0 0 36px;
  width: 36px;
  height: 1px;
  background: var(--terracotta);
  content: "";
}

.contact-form-wrap {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(248, 241, 229, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(248, 241, 229, 0.05);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(248, 241, 229, 0.76);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 54px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(248, 241, 229, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  transition: border-color 180ms ease;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ivory) 50%),
    linear-gradient(135deg, var(--ivory) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 24px,
    calc(100% - 11px) 24px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.form-field select option {
  color: var(--ink);
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--terracotta);
}

.form-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.form-submit-row .button {
  border: 0;
  background: var(--terracotta);
}

.form-submit-row .button:hover {
  background: var(--ivory);
  color: var(--forest);
}

.form-note {
  max-width: 260px;
  margin: 0;
  color: rgba(248, 241, 229, 0.5);
  font-size: 0.7rem;
  line-height: 1.5;
}

.form-status {
  margin: 0 0 26px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.form-status.is-success {
  border-left: 3px solid #9bc98d;
}

.form-status.is-error {
  border-left: 3px solid var(--terracotta);
}

.site-footer {
  padding: 64px 0 34px;
  border-top: 1px solid rgba(248, 241, 229, 0.14);
  background: var(--forest);
  color: var(--ivory);
}

.footer-top {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: start;
  gap: 56px;
}

.footer-brand {
  width: 220px;
  height: 122px;
  overflow: hidden;
}

.footer-brand img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.footer-blurb {
  max-width: 420px;
  margin: 26px 0 0;
  color: rgba(248, 241, 229, 0.6);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.footer-nav {
  display: flex;
  gap: 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  color: rgba(248, 241, 229, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--terracotta);
}

.footer-monogram {
  color: rgba(248, 241, 229, 0.16);
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 8rem);
  font-style: italic;
  line-height: 0.8;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(248, 241, 229, 0.12);
  color: rgba(248, 241, 229, 0.44);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-content {
  min-height: 70vh;
  padding: 170px 0 110px;
}

.page-content h1 {
  margin-bottom: 40px;
  font-size: clamp(3.5rem, 7vw, 6rem);
}

.page-content article {
  max-width: 820px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: 160px 1fr auto;
    gap: 20px;
  }

  .brand,
  .brand img {
    width: 150px;
  }

  .main-nav ul {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 50px;
  }

  .hero h1 {
    font-size: clamp(4rem, 7.4vw, 6.2rem);
  }

  .hero-seal {
    right: -18px;
    width: 120px;
    height: 120px;
  }

  .services-intro {
    grid-template-columns: 1fr;
  }

  .services-intro > p {
    max-width: 620px;
  }

  .contact-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
  }
}

@media (max-width: 820px) {
  :root {
    --content: min(100% - 32px, 680px);
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    justify-self: stretch;
    width: 100%;
    padding: 20px 16px 28px;
    border-bottom: 1px solid rgba(23, 54, 45, 0.1);
    background: var(--paper);
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .main-nav a {
    display: block;
    padding: 16px 8px;
    border-bottom: 1px solid rgba(23, 54, 45, 0.08);
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 130px 0 82px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .hero-seal {
    right: 14px;
  }

  .about-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .definition,
  .process-intro {
    position: static;
  }

  .definition {
    max-width: 480px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .collection-heading {
    display: block;
  }

  .collection-note {
    margin-top: 26px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .look {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .look:nth-child(2) {
    padding-top: 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-monogram {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.1rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-seal {
    right: -6px;
    bottom: 28px;
    width: 106px;
    height: 106px;
  }

  .hero-seal strong {
    font-size: 1.8rem;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: auto;
  }

  .service-card {
    min-height: 310px;
  }

  .process-step {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-submit-row,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .form-note {
    max-width: none;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Paid social landing page */
.ad-landing {
  min-height: 100vh;
  background: var(--ivory);
  color: var(--ink);
}

.ad-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
}

.ad-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.ad-brand {
  display: flex;
  align-items: center;
  width: 172px;
  height: 70px;
  overflow: hidden;
}

.ad-brand img {
  width: 172px;
  height: 172px;
  object-fit: contain;
}

.ad-email {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-email:hover {
  color: var(--terracotta);
}

.ad-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.82fr);
  min-height: 820px;
  overflow: hidden;
}

.ad-hero-copy {
  display: flex;
  align-items: center;
  padding: 142px max(42px, calc((100vw - 1180px) / 2)) 84px;
  background:
    radial-gradient(circle at 14% 14%, rgba(199, 162, 102, 0.2), transparent 30%),
    var(--ivory);
}

.ad-hero-copy-inner {
  max-width: 650px;
}

.ad-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(4.2rem, 6.4vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.ad-hero h1 em {
  color: var(--terracotta);
  font-weight: 400;
}

.ad-lede {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.ad-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.ad-microcopy {
  color: var(--muted);
  font-size: 0.72rem;
}

.ad-hero-visual {
  position: relative;
  min-height: 820px;
}

.ad-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 54, 45, 0.35), transparent 55%);
  content: "";
}

.ad-visual-caption {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 40px;
  left: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}

.ad-visual-caption strong {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.ad-visual-caption span {
  max-width: 180px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.ad-proof {
  background: var(--forest);
  color: var(--ivory);
}

.ad-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ad-proof-item {
  padding: 32px clamp(20px, 4vw, 48px);
  border-right: 1px solid rgba(248, 241, 229, 0.15);
  text-align: center;
}

.ad-proof-item:last-child {
  border-right: 0;
}

.ad-proof-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.ad-proof-item span {
  display: block;
  margin-top: 8px;
  color: rgba(248, 241, 229, 0.62);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ad-section {
  padding: clamp(84px, 10vw, 130px) 0;
}

.ad-intro {
  max-width: 800px;
  margin: 0 auto 58px;
  text-align: center;
}

.ad-intro h2,
.ad-form-copy h2,
.ad-final h2 {
  margin: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.ad-intro h2 em,
.ad-form-copy h2 em,
.ad-final h2 em {
  color: var(--terracotta);
  font-weight: 400;
}

.ad-intro p {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--muted);
}

.ad-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ad-benefit {
  min-height: 300px;
  padding: 38px;
  border: 1px solid rgba(23, 54, 45, 0.12);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.ad-benefit-number {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
}

.ad-benefit h3 {
  margin: 64px 0 16px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.ad-benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.ad-form-section {
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: var(--ivory);
}

.ad-form-section::before {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 360px;
  height: 360px;
  border: 1px dashed rgba(248, 241, 229, 0.17);
  border-radius: 50%;
  content: "";
}

.ad-form-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.ad-form-copy h2 {
  color: var(--ivory);
}

.ad-form-copy > p {
  max-width: 470px;
  margin: 28px 0 0;
  color: rgba(248, 241, 229, 0.66);
}

.ad-checks {
  display: grid;
  gap: 15px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.ad-checks li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(248, 241, 229, 0.82);
}

.ad-checks li::before {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: var(--terracotta);
  content: "✓";
  font-size: 0.72rem;
}

.ad-final {
  padding: clamp(90px, 11vw, 140px) 0;
  background: var(--terracotta);
  color: var(--white);
  text-align: center;
}

.ad-final h2 {
  max-width: 850px;
  margin-inline: auto;
  color: var(--white);
}

.ad-final h2 em {
  color: var(--white);
}

.ad-final p {
  max-width: 600px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.78);
}

.ad-final .button {
  margin-top: 34px;
  background: var(--forest);
}

.ad-footer {
  padding: 28px 0;
  background: var(--forest);
  color: rgba(248, 241, 229, 0.52);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 820px) {
  .ad-hero {
    grid-template-columns: 1fr;
  }

  .ad-hero-copy {
    min-height: 760px;
    padding: 132px 24px 70px;
  }

  .ad-hero-visual {
    min-height: 620px;
  }

  .ad-proof-grid,
  .ad-benefits,
  .ad-form-grid {
    grid-template-columns: 1fr;
  }

  .ad-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(248, 241, 229, 0.15);
  }

  .ad-proof-item:last-child {
    border-bottom: 0;
  }

  .ad-benefit {
    min-height: 250px;
  }

  .ad-form-grid {
    gap: 50px;
  }
}

@media (max-width: 560px) {
  .ad-nav-inner {
    min-height: 76px;
  }

  .ad-brand,
  .ad-brand img {
    width: 148px;
  }

  .ad-email {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ad-hero-copy {
    min-height: 690px;
  }

  .ad-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
  }

  .ad-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ad-microcopy {
    text-align: center;
  }

  .ad-hero-visual {
    min-height: 540px;
  }

  .ad-visual-caption {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .ad-visual-caption span {
    display: none;
  }

  .ad-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Premium semi-formal art direction — v1.2 */
:root {
  --forest: #241d1a;
  --forest-soft: #40342e;
  --terracotta: #815046;
  --terracotta-dark: #683b34;
  --ivory: #f1ece4;
  --paper: #faf7f2;
  --sand: #d7cdc2;
  --sand-dark: #b9a99b;
  --ink: #211e1c;
  --muted: #6f6760;
  --gold: #ad8a5e;
  --radius-md: 2px;
  --radius-lg: 2px;
  --shadow: 0 30px 80px rgba(36, 29, 26, 0.16);
}

body {
  background: var(--paper);
  color: var(--ink);
}

.site-header,
.site-header.is-scrolled {
  border-bottom-color: rgba(241, 236, 228, 0.12);
  background: rgba(36, 29, 26, 0.96);
  box-shadow: none;
}

.header-inner {
  grid-template-columns: 186px 1fr auto;
  min-height: 88px;
}

.brand {
  width: 176px;
  height: 70px;
}

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

.main-nav a {
  color: rgba(241, 236, 228, 0.76);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.main-nav a::after {
  bottom: -10px;
  background: var(--gold);
}

.header-cta,
.button {
  min-height: 48px;
  padding: 0 26px;
  border-radius: 0;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.header-cta {
  border: 1px solid rgba(241, 236, 228, 0.42);
  background: transparent;
  color: var(--ivory);
}

.header-cta:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--forest);
}

.button-primary {
  background: var(--forest);
  color: var(--ivory);
}

.button-primary:hover {
  background: var(--terracotta-dark);
}

.button-secondary {
  border-color: rgba(36, 29, 26, 0.34);
  color: var(--forest);
}

.hero {
  min-height: 920px;
  padding: 154px 0 86px;
  background:
    linear-gradient(90deg, rgba(173, 138, 94, 0.08) 0, transparent 28%),
    var(--ivory);
}

.hero::after {
  top: 140px;
  right: 8%;
  bottom: 80px;
  width: 1px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: rgba(36, 29, 26, 0.1);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 0.72fr);
  gap: clamp(58px, 8vw, 120px);
}

.eyebrow,
.section-kicker {
  color: var(--terracotta-dark);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.eyebrow::before {
  width: 48px;
  background: var(--gold);
}

.hero h1,
.section-title,
.quote-block blockquote,
.page-content h1 {
  color: var(--ink);
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(4.7rem, 7.4vw, 7.7rem);
  line-height: 0.9;
}

.hero h1 em,
.section-title em,
.ad-hero h1 em,
.ad-intro h2 em,
.ad-form-copy h2 em,
.ad-final h2 em {
  color: var(--terracotta-dark);
  font-style: italic;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  color: #625a54;
  font-size: 1rem;
  line-height: 1.9;
}

.hero-actions {
  gap: 10px;
}

.hero-proof {
  margin-top: 54px;
}

.hero-proof .proof-line {
  width: 68px;
}

.hero-proof strong {
  color: var(--ink);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
}

.hero-proof span {
  letter-spacing: 0.13em;
}

.hero-photo-wrap {
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: #d8ccc0;
  box-shadow: var(--shadow);
}

.hero-photo-wrap::after {
  background: linear-gradient(to top, rgba(36, 29, 26, 0.16), transparent 36%);
}

.hero-photo {
  object-position: center top;
}

.hero-seal {
  right: -28px;
  bottom: 42px;
  align-items: flex-start;
  width: 160px;
  height: auto;
  padding: 20px 22px;
  border: 0;
  border-radius: 0;
  background: var(--forest);
  color: var(--ivory);
  text-align: left;
  transform: none;
}

.hero-seal strong {
  color: var(--gold);
  font-size: 2rem;
}

.hero-seal span {
  max-width: 112px;
  margin-top: 5px;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.marquee {
  border-color: rgba(241, 236, 228, 0.12);
  background: var(--forest);
}

.marquee-track {
  justify-content: center;
  width: 100%;
  animation: none;
}

.marquee-group {
  min-height: 70px;
}

.marquee-group:nth-child(2) {
  display: none;
}

.marquee-group span {
  gap: 22px;
  padding-right: 22px;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.marquee-group span::after {
  color: var(--gold);
  font-size: 0.6rem;
}

.section {
  padding: clamp(100px, 11vw, 160px) 0;
}

.section-title {
  font-size: clamp(3.5rem, 5.8vw, 6rem);
  line-height: 0.96;
}

.about,
.process {
  background: var(--paper);
}

.about-grid {
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.35fr);
}

.definition {
  padding: 34px 0 34px 34px;
  border: 0;
  border-left: 1px solid var(--gold);
  border-radius: 0;
  background: transparent;
}

.definition-word {
  color: var(--ink);
  font-size: clamp(4rem, 6vw, 6.2rem);
  font-weight: 400;
}

.definition-type {
  color: var(--terracotta-dark);
  letter-spacing: 0.16em;
}

.stats {
  border-color: rgba(36, 29, 26, 0.14);
  border-radius: 0;
  background: rgba(36, 29, 26, 0.12);
}

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

.stat strong {
  color: var(--terracotta-dark);
  font-weight: 400;
}

.services {
  background: #211a17;
}

.services::before {
  display: none;
}

.services .section-kicker {
  color: var(--gold);
}

.services-grid {
  border-color: rgba(241, 236, 228, 0.14);
}

.service-card {
  min-height: 330px;
  border-color: rgba(241, 236, 228, 0.14);
}

.service-card:hover {
  background: rgba(173, 138, 94, 0.08);
}

.service-card h3 {
  margin-top: 74px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.service-number {
  color: var(--gold);
}

.service-card svg {
  width: 48px;
  color: rgba(173, 138, 94, 0.42);
}

.collection {
  background: #ece5dc;
}

.collection-grid {
  gap: 24px;
}

.look-image {
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(36, 29, 26, 0.12);
  filter: saturate(0.86) contrast(1.02);
}

.look:hover .look-image {
  border-radius: 0;
  transform: translateY(-5px);
}

.look figcaption {
  padding-inline: 0;
  border-top: 1px solid rgba(36, 29, 26, 0.16);
}

.look-name {
  color: var(--ink);
  font-weight: 500;
}

.process-steps {
  border-color: rgba(36, 29, 26, 0.16);
}

.process-step {
  border-color: rgba(36, 29, 26, 0.16);
}

.process-step > span {
  color: var(--gold);
}

.process-step h3 {
  color: var(--ink);
  font-weight: 500;
}

.quote-block {
  background: var(--terracotta-dark);
}

.quote-block::before,
.quote-block::after {
  display: none;
}

.quote-block blockquote {
  max-width: 900px;
  color: var(--ivory);
  font-size: clamp(3.3rem, 5.9vw, 6.2rem);
}

.quote-block cite {
  color: rgba(241, 236, 228, 0.66);
  letter-spacing: 0.2em;
}

.contact,
.site-footer {
  background: #211a17;
}

.contact .section-kicker,
.contact-meta-item::before {
  color: var(--gold);
  background: var(--gold);
}

.contact-form-wrap {
  border-color: rgba(241, 236, 228, 0.16);
  border-radius: 0;
  background: rgba(241, 236, 228, 0.035);
}

.form-field input,
.form-field textarea,
.form-field select {
  border-bottom-color: rgba(241, 236, 228, 0.26);
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--gold);
}

.form-submit-row .button {
  background: var(--gold);
  color: var(--forest);
}

.form-submit-row .button:hover {
  background: var(--ivory);
  color: var(--forest);
}

.footer-blurb {
  color: rgba(241, 236, 228, 0.68);
  font-size: 1.4rem;
  font-weight: 400;
}

.footer-nav a:hover {
  color: var(--gold);
}

.footer-monogram {
  color: rgba(173, 138, 94, 0.24);
}

/* Paid social page follows the same premium semi-formal house style. */
.ad-landing {
  background: var(--ivory);
}

.ad-nav {
  background: rgba(36, 29, 26, 0.97);
}

.ad-nav-inner {
  min-height: 90px;
}

.ad-email {
  color: rgba(241, 236, 228, 0.8);
  font-size: 0.65rem;
  letter-spacing: 0.17em;
}

.ad-email:hover {
  color: var(--gold);
}

.ad-hero {
  min-height: 880px;
  padding-top: 90px;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 0.82fr);
}

.ad-hero-copy {
  padding-top: 92px;
  background:
    linear-gradient(90deg, rgba(173, 138, 94, 0.08), transparent 35%),
    var(--ivory);
}

.ad-hero h1 {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(4.5rem, 6.3vw, 7rem);
  line-height: 0.9;
}

.ad-lede {
  max-width: 530px;
  color: #625a54;
  line-height: 1.85;
}

.ad-hero-visual {
  min-height: 790px;
  background: #d8ccc0;
}

.ad-hero-visual img {
  object-position: center top;
}

.ad-hero-visual::after {
  background: linear-gradient(to top, rgba(36, 29, 26, 0.25), transparent 46%);
}

.ad-visual-caption strong {
  font-style: italic;
}

.ad-proof {
  background: var(--forest);
}

.ad-proof-item strong {
  color: var(--gold);
  font-weight: 400;
}

.ad-intro h2,
.ad-form-copy h2,
.ad-final h2 {
  color: var(--ink);
}

.ad-benefits {
  gap: 0;
  border-top: 1px solid rgba(36, 29, 26, 0.14);
  border-left: 1px solid rgba(36, 29, 26, 0.14);
}

.ad-benefit {
  border: 0;
  border-right: 1px solid rgba(36, 29, 26, 0.14);
  border-bottom: 1px solid rgba(36, 29, 26, 0.14);
  border-radius: 0;
  background: var(--paper);
}

.ad-benefit-number {
  color: var(--gold);
}

.ad-form-section,
.ad-footer {
  background: #211a17;
}

.ad-form-section::before {
  display: none;
}

.ad-form-copy h2 {
  color: var(--ivory);
}

.ad-checks li::before {
  border-color: var(--gold);
  border-radius: 0;
  color: var(--gold);
}

.ad-final {
  background: var(--terracotta-dark);
}

.ad-final h2,
.ad-final h2 em {
  color: var(--ivory);
}

.ad-final .button {
  background: var(--ivory);
  color: var(--forest);
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: 160px 1fr auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  }
}

@media (max-width: 820px) {
  .site-header,
  .site-header.is-scrolled {
    background: rgba(36, 29, 26, 0.98);
  }

  .brand,
  .brand img {
    width: 154px;
  }

  .menu-toggle {
    border-color: rgba(241, 236, 228, 0.34);
    border-radius: 0;
  }

  .menu-toggle span {
    background: var(--ivory);
  }

  .main-nav {
    border-bottom-color: rgba(241, 236, 228, 0.12);
    background: var(--forest);
  }

  .main-nav a {
    border-bottom-color: rgba(241, 236, 228, 0.1);
    color: var(--ivory);
  }

  .hero {
    padding-top: 132px;
  }

  .hero-grid {
    gap: 64px;
  }

  .hero-photo-wrap {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .hero-seal {
    right: 6px;
  }

  .marquee-track {
    width: max-content;
    animation: serasi-marquee 34s linear infinite;
  }

  .marquee-group:nth-child(2) {
    display: flex;
  }

  .definition {
    padding-left: 26px;
  }

  .ad-hero {
    padding-top: 90px;
  }

  .ad-hero-copy {
    min-height: 700px;
    padding-top: 82px;
  }

  .ad-hero-visual {
    min-height: 680px;
  }

  .ad-benefits {
    border-top: 1px solid rgba(36, 29, 26, 0.14);
  }
}

@media (max-width: 560px) {
  .hero h1,
  .ad-hero h1 {
    font-size: clamp(3.7rem, 16vw, 5rem);
  }

  .hero-seal {
    right: 0;
    bottom: 24px;
    width: 146px;
    padding: 16px 18px;
  }

  .hero-seal strong {
    font-size: 1.65rem;
  }

  .ad-nav-inner {
    min-height: 80px;
  }

  .ad-hero {
    padding-top: 80px;
  }
}

/* Endek identity — v1.3 */
.brand,
.ad-brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: auto;
  overflow: visible;
}

.brand-wordmark {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 0.78;
}

.brand-subline {
  margin-top: 10px;
  color: var(--gold);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
}

.footer-brand .brand-wordmark {
  font-size: 2.35rem;
}

.footer-brand .brand-subline {
  margin-top: 12px;
}

@media (max-width: 560px) {
  .brand-wordmark {
    font-size: 1.75rem;
  }

  .footer-brand .brand-wordmark {
    font-size: 2.1rem;
  }
}

/* Our Endek products page — v1.4 */
.collection-products-link {
  margin-top: 28px;
}

.products-main {
  background: var(--paper);
}

.products-hero {
  position: relative;
  min-height: 780px;
  padding: 176px 0 110px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(173, 138, 94, 0.08), transparent 42%),
    var(--ivory);
}

.products-hero::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(173, 138, 94, 0.28);
  border-radius: 50%;
  content: "";
}

.products-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.68fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.products-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(4.8rem, 8vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.88;
}

.products-hero h1 em {
  color: var(--terracotta-dark);
  font-weight: 400;
}

.products-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.products-intro-note {
  position: relative;
  padding: 56px 48px 52px;
  border-top: 3px solid var(--gold);
  background: var(--forest);
  color: var(--ivory);
  box-shadow: 28px 28px 0 rgba(173, 138, 94, 0.12);
}

.products-note-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(241, 236, 228, 0.24);
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
}

.products-intro-note .section-kicker {
  color: var(--gold);
}

.products-intro-note h2 {
  margin: 30px 0 26px;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.products-intro-note > p:last-child {
  margin: 0;
  color: rgba(241, 236, 228, 0.66);
}

.products-reference-section {
  background: var(--paper);
}

.products-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.56fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: 62px;
}

.products-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
}

.endek-reference-board {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(36, 29, 26, 0.14);
  background: #fffaf2;
  box-shadow: 0 28px 80px rgba(36, 29, 26, 0.1);
}

.endek-reference-board img {
  width: 100%;
}

.endek-reference-board figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 10px 8px;
}

.endek-reference-board figcaption strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.endek-reference-board figcaption span {
  max-width: 610px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.65;
}

.products-forms {
  border-top: 1px solid rgba(36, 29, 26, 0.12);
  background: var(--ivory);
}

.product-form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(36, 29, 26, 0.16);
  border-left: 1px solid rgba(36, 29, 26, 0.16);
}

.product-form-card {
  min-height: 270px;
  padding: 34px 28px;
  border-right: 1px solid rgba(36, 29, 26, 0.16);
  border-bottom: 1px solid rgba(36, 29, 26, 0.16);
  background: rgba(255, 255, 255, 0.26);
}

.product-form-card > span {
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
}

.product-form-card h3 {
  margin: 74px 0 16px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.product-form-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.products-cta {
  padding: clamp(100px, 13vw, 160px) 0;
  background: var(--terracotta-dark);
  color: var(--ivory);
  text-align: center;
}

.products-cta .section-kicker {
  color: rgba(241, 236, 228, 0.68);
}

.products-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.products-cta p:not(.section-kicker) {
  max-width: 590px;
  margin: 28px auto 36px;
  color: rgba(241, 236, 228, 0.72);
}

.products-cta .button {
  background: var(--ivory);
  color: var(--forest);
}

@media (max-width: 1040px) {
  .products-hero-grid {
    gap: 60px;
  }

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

@media (max-width: 820px) {
  .products-hero {
    min-height: auto;
    padding: 150px 0 90px;
  }

  .products-hero-grid,
  .products-heading {
    grid-template-columns: 1fr;
  }

  .products-intro-note {
    max-width: 580px;
  }

  .endek-reference-board figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .products-hero h1 {
    font-size: clamp(4rem, 19vw, 5.6rem);
  }

  .products-intro-note {
    padding: 44px 30px 40px;
  }

  .endek-reference-board {
    padding: 8px;
  }

  .endek-reference-board figcaption {
    padding: 18px 8px 10px;
  }

  .product-form-grid {
    grid-template-columns: 1fr;
  }

  .product-form-card {
    min-height: 220px;
  }

  .product-form-card h3 {
    margin-top: 52px;
  }
}
