/* ====================================================
   Auræ Website — Page-level extensions
   Layered on top of the UI kit's styles.css
   ==================================================== */

/* The hidden attribute must win over component display rules
   (e.g. the contact form / thank-you views toggle via [hidden]). */
[hidden] { display: none !important; }

/* ---------- Page transition ---------- */
.aurae-page {
  animation: aurae-page-in 600ms var(--ease-out) both;
}
@keyframes aurae-page-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Active nav state for hash routing ---------- */
.aurae-nav-links a.is-active {
  color: var(--coffee-bean);
}

/* ---------- Page hero (smaller than home hero) ---------- */
.aurae-pagehero {
  padding: 160px 48px 64px;
  position: relative;
  background: var(--parchment);
  border-bottom: 0.5px solid var(--rule-soft);
}
.aurae-pagehero-inner {
  width: min(var(--wm), 100% - 0px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 56px;
  align-items: end;
  padding-bottom: 32px;
}
.aurae-pagehero-meta {
  display: flex; flex-direction: column; gap: 12px;
}
.aurae-pagehero-meta .aurae-meta-label { color: var(--palm-leaf); }
.aurae-pagehero-meta-value {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--coffee-bean);
  line-height: 1.3;
}
.aurae-pagehero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--coffee-bean);
  margin: 16px 0 16px;
  max-width: 12ch;
}
.aurae-pagehero h1 em { font-style: italic; }
.aurae-pagehero-sub {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.55;
  color: var(--dark-khaki);
  max-width: 48ch;
  margin: 0;
}
.aurae-pagehero-foot {
  width: min(var(--wm), 100% - 0px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  border-top: 0.5px solid var(--palm-leaf);
  padding-top: 16px;
}

/* ---------- Services Page ---------- */
.aurae-svc-page { padding: 96px 48px 120px; }
.aurae-svc-block {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 56px;
  padding: 72px 0;
  border-top: 0.5px solid var(--palm-leaf);
}
.aurae-svc-block:last-child { border-bottom: 0.5px solid var(--palm-leaf); }
.aurae-svc-block-meta { position: sticky; top: 96px; align-self: start; }
.aurae-svc-block-num {
  font-family: var(--font-display);
  font-size: 88px;
  line-height: 0.9;
  color: var(--palm-leaf);
  font-style: italic;
  margin-bottom: 24px;
}
.aurae-svc-block-tag {
  font-family: var(--font-body); font-weight: 700; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--palm-leaf);
  display: block; margin-bottom: 8px;
}
.aurae-svc-block-tag-line {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--dark-khaki);
  line-height: 1.4;
  max-width: 24ch;
}
.aurae-svc-block-body h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--coffee-bean);
  margin: 0 0 24px;
  max-width: 18ch;
}
.aurae-svc-block-body h2 em { font-style: italic; }
.aurae-svc-block-lead {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--dark-khaki);
  max-width: 56ch;
  margin: 0 0 40px;
}
.aurae-svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 40px;
  border-top: 0.5px solid var(--palm-leaf-30);
}
.aurae-svc-detail-row {
  display: contents;
}
.aurae-svc-detail-row > * {
  padding: 18px 0;
  border-bottom: 0.5px solid var(--palm-leaf-30);
}
.aurae-svc-detail-row > :first-child {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  padding-top: 21px;
}
.aurae-svc-detail-row > :last-child {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--coffee-bean);
  line-height: 1.55;
}
.aurae-svc-detail-row > :last-child em {
  font-family: var(--font-display);
  font-size: 17px;
}
.aurae-svc-deliverables {
  list-style: none; padding: 0; margin: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 32px;
}
.aurae-svc-deliverables li {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--dark-khaki);
  padding: 10px 0;
  border-bottom: 0.5px solid var(--palm-leaf-30);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.aurae-svc-deliverables li::before {
  content: "—";
  color: var(--palm-leaf);
  font-size: 12px;
}
.aurae-svc-block-cta { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }

/* ---------- Pricing band ---------- */
.aurae-priceband {
  background: var(--coffee-bean);
  color: var(--parchment);
  padding: 96px 48px;
}
.aurae-priceband-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.aurae-priceband-grid h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  color: var(--parchment);
  margin: 16px 0 0;
  max-width: 22ch;
}
.aurae-priceband-grid h2 em { font-style: italic; }
.aurae-priceband-grid p {
  color: var(--light-blue);
  font-size: 16px;
  margin: 0;
  max-width: 42ch;
}

/* ---------- Work / Portfolio ---------- */
.aurae-work-page { padding: 96px 48px 120px; }
.aurae-work-filter {
  display: flex;
  gap: 8px;
  border-top: 0.5px solid var(--palm-leaf);
  border-bottom: 0.5px solid var(--palm-leaf);
  padding: 16px 0;
  margin: 0 0 48px;
  align-items: baseline;
  flex-wrap: wrap;
}
.aurae-work-filter-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  margin-right: 24px;
}
.aurae-work-filter button {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  background: transparent;
  border: 0;
  color: var(--coffee-bean);
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  transition: color 200ms var(--ease-out);
}
.aurae-work-filter button::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 2px;
  height: 1px;
  background: var(--coffee-bean);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--ease-out);
}
.aurae-work-filter button.is-active::after,
.aurae-work-filter button:hover::after { transform: scaleX(1); }
.aurae-work-filter button.is-active { color: var(--coffee-bean); }
.aurae-work-filter button:not(.is-active) { color: var(--palm-leaf); }
.aurae-work-filter-count {
  margin-left: auto;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}
.aurae-work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px 32px;
}
.aurae-case {
  text-decoration: none;
  border: 0;
  color: inherit;
  display: block;
  cursor: pointer;
  transition: transform 400ms var(--ease-out);
}
.aurae-case:hover { transform: translateY(-2px); }
.aurae-case .aurae-img { transition: filter 600ms var(--ease-out); }
.aurae-case:hover .aurae-img { filter: brightness(0.96); }
.aurae-case-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 18px 0 8px;
  border-bottom: 0.5px solid var(--palm-leaf-30);
  padding-bottom: 8px;
}
.aurae-case-num {
  font-family: var(--font-body); font-weight: 700; font-size: 10px;
  letter-spacing: 0.2em; color: var(--palm-leaf);
}
.aurae-case-cat {
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--palm-leaf);
}
.aurae-case-title {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.18;
  margin: 0 0 8px;
  color: var(--coffee-bean);
}
.aurae-case-title em { font-style: italic; }
.aurae-case-sub {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--dark-khaki);
  line-height: 1.5;
  margin: 0;
  max-width: 42ch;
}

/* Featured / spans */
.aurae-case-feat { grid-column: span 12; }
.aurae-case-feat .aurae-img { aspect-ratio: 16 / 8; }
.aurae-case-feat .aurae-case-title { font-size: 44px; line-height: 1.06; max-width: 18ch; }

.aurae-case-half  { grid-column: span 6; }
.aurae-case-half .aurae-img { aspect-ratio: 4 / 3; }

.aurae-case-third { grid-column: span 4; }
.aurae-case-third .aurae-img { aspect-ratio: 4 / 4.6; }

.aurae-case-twothirds { grid-column: span 8; }
.aurae-case-twothirds .aurae-img { aspect-ratio: 4 / 3; }

.aurae-case-onethird  { grid-column: span 4; }
.aurae-case-onethird .aurae-img { aspect-ratio: 4 / 5; }

/* ---------- About page ---------- */
.aurae-about-hero { padding: 96px 48px 64px; }
.aurae-about-story {
  max-width: 1040px;
  margin: 0 auto;
}
.aurae-about-top {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.aurae-about-shell { align-self: center; }
.aurae-about-shell img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.aurae-about-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.06;
  margin: 16px 0 28px;
  color: var(--coffee-bean);
}
.aurae-about-intro h2 em { font-style: italic; }
.aurae-about-story-img { margin: 0; }
.aurae-about-story-img .aurae-img { aspect-ratio: 4 / 3.4; }
.aurae-about-cols {
  margin-top: clamp(40px, 4.5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  border-top: 0.5px solid var(--rule-soft);
  padding-top: clamp(36px, 4vw, 52px);
}
.aurae-about-col p {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--dark-khaki);
  margin: 0;
}
.aurae-about-emline {
  display: block;
  margin-top: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.3;
  color: var(--palm-leaf);
}

/* Principles */
.aurae-principles {
  background: var(--parchment-2);
  padding: 120px 48px;
}
.aurae-principles-head {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 56px;
  margin-bottom: 64px;
  align-items: end;
}
.aurae-principles-head h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--coffee-bean);
  max-width: 16ch;
}
.aurae-principles-head h2 em { font-style: italic; }
.aurae-principles-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--palm-leaf);
}
.aurae-principle {
  padding: 32px 32px 32px 0;
  border-bottom: 0.5px solid var(--palm-leaf-30);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: baseline;
}
.aurae-principle:nth-child(odd) {
  border-right: 0.5px solid var(--palm-leaf-30);
  padding-right: 32px;
}
.aurae-principle:nth-child(even) { padding-left: 32px; padding-right: 0; }
.aurae-principle-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 36px;
  color: var(--palm-leaf);
  line-height: 1;
}
.aurae-principle h3 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 8px;
  color: var(--coffee-bean);
  font-style: normal;
}
.aurae-principle p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-khaki);
  margin: 0;
  max-width: 42ch;
}

/* Studio hero — hook-line lead (homepage hero structure) */
.aurae-about-lead-h1 {
  font-size: clamp(32px, 3.6vw, 52px) !important;
  line-height: 1.1;
  max-width: 17ch;
  text-wrap: balance;
}
.aurae-about-lead .aurae-hero-h1 em {
  color: var(--palm-leaf);
}

/* Shell seal — small stamp centered on the hero / statement seam */
.aurae-about-seal {
  position: relative;
  z-index: 5;
  width: 104px;
  margin: -79px auto -79px;
  pointer-events: none;
}
.aurae-about-seal img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

/* Statement — stacked editorial: oversized lead, cinematic band, offset body */
.aurae-statement {
  background: var(--parchment);
  padding: clamp(80px, 9vw, 132px) 48px;
  border-bottom: 0.5px solid var(--rule-soft);
}
.aurae-statement-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
}
.aurae-statement-split--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}
.aurae-statement-visual {
  align-self: stretch;
}
.aurae-statement-visual .aurae-img {
  aspect-ratio: 4 / 5.3;
  height: 100%;
}
.aurae-statement-text {
  max-width: 56ch;
}
.aurae-statement-lead {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--coffee-bean);
  margin: 22px 0 0;
  text-wrap: balance;
}
.aurae-statement-lead em {
  font-style: italic;
  color: var(--palm-leaf);
}
.aurae-statement-body-set {
  margin-top: clamp(28px, 3vw, 44px);
  display: grid;
  gap: 20px;
  max-width: 48ch;
}
.aurae-statement-body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--dark-khaki);
  margin: 0;
  max-width: none;
}
.aurae-statement-close {
  margin: clamp(28px, 3vw, 40px) 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.18;
  color: var(--coffee-bean);
}
.aurae-statement-close em { font-style: italic; }
.aurae-statement-cta { margin-top: clamp(28px, 3vw, 40px); }

@media (max-width: 880px) {
  .aurae-statement-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .aurae-statement-text { max-width: none; }
  .aurae-statement-visual .aurae-img {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

/* Story pull-line */
.aurae-about-pull {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.25 !important;
  color: var(--palm-leaf) !important;
  max-width: 22ch !important;
  margin: 28px 0 28px !important;
}

/* Credibility */
.aurae-cred {
  background: var(--parchment-2);
  padding: clamp(88px, 9vw, 132px) 48px;
}
.aurae-cred-head {
  max-width: var(--wm);
  margin: 0 auto;
}
.aurae-cred-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin: 16px 0 0;
  color: var(--coffee-bean);
  max-width: 22ch;
  text-wrap: pretty;
}
.aurae-cred-head h2 em { font-style: italic; color: var(--palm-leaf); }
.aurae-cred-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  margin: clamp(48px, 5vw, 72px) auto;
  padding: 28px 0;
  border-top: 0.5px solid var(--palm-leaf);
  border-bottom: 0.5px solid var(--palm-leaf-30);
}
.aurae-cred-brand {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1;
  color: var(--coffee-bean);
  letter-spacing: 0.01em;
  opacity: 0.78;
  transition: opacity var(--dur-1) var(--ease-out);
}
.aurae-cred-brand:hover { opacity: 1; }
.aurae-cred-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
  max-width: var(--wm);
  margin: 0 auto;
}
.aurae-cred-body p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--dark-khaki);
  margin: 0;
  max-width: 48ch;
}
.aurae-cred-close {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.3 !important;
  color: var(--coffee-bean) !important;
  grid-column: 1 / -1;
  max-width: 28ch !important;
  margin-top: 8px !important;
}

/* Studio strip */
.aurae-strip {
  padding: 64px 48px;
  background: var(--coffee-bean);
  color: var(--parchment);
  overflow: hidden;
}
.aurae-strip-marquee {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--parchment);
  white-space: nowrap;
  display: flex;
  gap: 48px;
  animation: aurae-marquee 36s linear infinite;
}
.aurae-strip-marquee span { display: inline-flex; align-items: center; gap: 48px; }
.aurae-strip-marquee .aurae-strip-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--light-blue);
  flex: none;
}
.aurae-strip-marquee .aurae-strip-star {
  font-family: var(--font-display);
  font-style: normal;
  color: var(--light-blue);
  flex: none;
  line-height: 1;
}
@keyframes aurae-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Behind the scenes */
.aurae-bts { padding: 120px 48px; }
.aurae-bts-head { margin-bottom: 56px; max-width: 720px; }
.aurae-bts-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 16px;
  color: var(--coffee-bean);
}
.aurae-bts-head h2 em { font-style: italic; }
.aurae-bts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.aurae-bts-grid .aurae-img { aspect-ratio: 3 / 4; }
.aurae-bts-grid .aurae-img.tall { aspect-ratio: 3 / 5; }

/* ---------- Contact Page (light variant for full page) ---------- */
.aurae-contact-hero {
  padding: 160px 48px 64px;
  background: var(--parchment);
}
.aurae-contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.aurae-contact-hero .aurae-img-ellipse {
  box-shadow: 0 0 0 1.5px #B8D4E3;
}
.aurae-contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(56px, 6.5vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--coffee-bean);
  margin: 24px 0 32px;
  max-width: 14ch;
}
.aurae-contact-hero h1 em { font-style: italic; }
.aurae-contact-hero p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--dark-khaki);
  max-width: 44ch;
  margin: 0;
}

.aurae-enquiry {
  padding: 0 48px 120px;
}
.aurae-enquiry-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 64px;
  align-items: start;
  border-top: 0.5px solid var(--palm-leaf);
  padding-top: 64px;
}
.aurae-enquiry-aside {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.aurae-enquiry-aside h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: var(--coffee-bean);
  text-transform: none;
  letter-spacing: 0;
  max-width: 18ch;
}
.aurae-enquiry-aside .aurae-meta-num { font-size: 28px; }
.aurae-enquiry-aside-block {
  border-top: 0.5px solid var(--palm-leaf-30);
  padding-top: 16px;
}
.aurae-enquiry-aside-block p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--dark-khaki);
  margin: 8px 0 0;
  max-width: 28ch;
}
.aurae-enquiry-aside-block a {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--coffee-bean);
  border-bottom: 0;
  display: block;
  margin-top: 6px;
  text-decoration: none;
}
.aurae-enquiry-aside-block a:hover { color: var(--deep-cerulean); }

/* Light enquiry form (over Parchment) */
.aurae-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.aurae-form-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 0.5px solid var(--palm-leaf-30);
  align-items: start;
}
.aurae-form-step-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: var(--palm-leaf);
  min-width: 56px;
}
.aurae-form-step-h {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.18;
  color: var(--coffee-bean);
  margin: 0 0 6px;
  font-style: normal;
}
.aurae-form-step-h em { font-style: italic; }
.aurae-form-step-sub {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--palm-leaf);
  margin: 0 0 20px;
  max-width: 44ch;
}

.aurae-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.aurae-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aurae-form-field > span {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}
.aurae-form-field input,
.aurae-form-field select,
.aurae-form-field textarea {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--coffee-bean);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--palm-leaf);
  padding: 10px 0;
  outline: none;
  width: 100%;
  resize: none;
  transition: border-color 240ms var(--ease-out);
}
.aurae-form-field input::placeholder,
.aurae-form-field textarea::placeholder {
  color: var(--palm-leaf);
  opacity: 0.7;
  font-family: var(--font-display);
  font-style: italic;
}
.aurae-form-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 28px;
  background-image: linear-gradient(45deg, transparent 50%, var(--palm-leaf) 50%),
                    linear-gradient(135deg, var(--palm-leaf) 50%, transparent 50%);
  background-position: calc(100% - 12px) 18px, calc(100% - 6px) 18px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.aurae-form-field input:focus,
.aurae-form-field textarea:focus,
.aurae-form-field select:focus {
  border-bottom-color: var(--coffee-bean);
}
.aurae-form-field textarea {
  border: 1px solid var(--palm-leaf);
  border-radius: 2px;
  padding: 14px;
  background: var(--parchment-2);
}
.aurae-form-field textarea:focus { border-color: var(--coffee-bean); }

/* Service-type chip selector */
.aurae-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.aurae-chip {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--coffee-bean);
  background: transparent;
  border: 1px solid var(--palm-leaf);
  border-radius: 2px;
  padding: 16px 18px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 200ms var(--ease-out), border-color 200ms var(--ease-out);
}
.aurae-chip-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}
.aurae-chip-title {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.2;
  color: var(--coffee-bean);
}
.aurae-chip-desc {
  font-size: 13px;
  color: var(--coffee-bean);
  opacity: 0.7;
}
.aurae-chip:hover { background: var(--light-blue); border-color: var(--light-blue); }
.aurae-chip.is-selected {
  background: var(--coffee-bean);
  border-color: var(--coffee-bean);
}
.aurae-chip.is-selected .aurae-chip-label { color: var(--light-blue); }
.aurae-chip.is-selected .aurae-chip-title { color: var(--parchment); }
.aurae-chip.is-selected .aurae-chip-desc { color: var(--light-blue); opacity: 0.9; }

/* Budget radio */
.aurae-radios { display: flex; flex-wrap: wrap; gap: 8px; }
.aurae-radio {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--coffee-bean);
  background: transparent;
  border: 1px solid var(--palm-leaf);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out);
}
.aurae-radio:hover { background: var(--light-blue); border-color: var(--light-blue); }
.aurae-radio.is-selected {
  background: var(--coffee-bean);
  color: var(--parchment);
  border-color: var(--coffee-bean);
}

.aurae-form-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  flex-wrap: wrap;
  gap: 16px;
}
.aurae-form-foot small {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}

.aurae-form-thanks {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.aurae-form-thanks h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  margin: 16px 0;
  line-height: 1.06;
  color: var(--coffee-bean);
}
.aurae-form-thanks h2 em { font-style: italic; }
.aurae-form-thanks p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--dark-khaki);
  max-width: 44ch;
  margin: 0;
}
.aurae-form-summary {
  margin: 24px 0 0;
  padding: 24px;
  background: var(--parchment-2);
  border-radius: 4px;
  width: 100%;
  max-width: 540px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px 24px;
}
.aurae-form-summary dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  align-self: center;
}
.aurae-form-summary dd {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--coffee-bean);
  margin: 0;
}

/* ---------- FAQ ---------- */
.aurae-faq {
  padding: 120px 48px;
  background: var(--parchment-2);
}
.aurae-faq-head {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 56px;
  margin-bottom: 56px;
  align-items: end;
}
.aurae-faq-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--coffee-bean);
  max-width: 18ch;
}
.aurae-faq-head h2 em { font-style: italic; }
.aurae-faq-list {
  border-top: 0.5px solid var(--palm-leaf);
  display: flex;
  flex-direction: column;
}
.aurae-faq-item {
  border-bottom: 0.5px solid var(--palm-leaf-30);
  padding: 4px 0;
}
.aurae-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 64px 1fr 32px;
  gap: 24px;
  padding: 24px 8px 24px 0;
  align-items: baseline;
}
.aurae-faq-item summary::-webkit-details-marker { display: none; }
.aurae-faq-num {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--palm-leaf);
}
.aurae-faq-q {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.25;
  color: var(--coffee-bean);
}
.aurae-faq-q em { font-style: italic; }
.aurae-faq-toggle {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--palm-leaf);
  text-align: right;
  transition: transform 240ms var(--ease-out);
}
.aurae-faq-item[open] .aurae-faq-toggle { transform: rotate(45deg); }
.aurae-faq-a {
  padding: 0 32px 28px 88px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--dark-khaki);
  max-width: 64ch;
  margin: 0;
}

/* ---------- Closing CTA band (light) ---------- */
.aurae-cta-band {
  padding: 120px 48px;
  background: var(--parchment);
  position: relative;
  border-top: 0.5px solid var(--palm-leaf);
}
.aurae-cta-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.aurae-cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 24px 0 24px;
  color: var(--coffee-bean);
  max-width: 14ch;
}
.aurae-cta-band h2 em { font-style: italic; }
.aurae-cta-band p {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--dark-khaki);
  max-width: 44ch;
  margin: 0 0 32px;
}

/* Rotating word */
.aurae-cta-h2-rot { line-height: 1.04; }
.aurae-rot {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  white-space: nowrap;
}
.aurae-rot-word {
  display: inline-block;
  font-style: italic;
  color: var(--deep-cerulean);
  transition: opacity 360ms var(--ease-out), transform 360ms var(--ease-out), filter 360ms var(--ease-out);
  will-change: opacity, transform, filter;
}
.aurae-rot-word--in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.aurae-rot-word--out {
  opacity: 0;
  transform: translateY(-0.18em);
  filter: blur(2px);
}
@media (prefers-reduced-motion: reduce) {
  .aurae-rot-word { transition: opacity 120ms linear; transform: none !important; filter: none !important; }
}

/* ---------- Closing finale CTA — pinned full-bleed parallax ---------- */
.aurae-finale {
  position: relative;
  height: 320vh;
  background: var(--coffee-bean);
}
.aurae-finale-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.aurae-finale-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  will-change: transform;
}
.aurae-finale-layer-media {
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
  height: 116%;
  will-change: transform;
}
.aurae-finale-layer-media img,
.aurae-finale-layer-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aurae-finale-scrim {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 50%, rgba(20,12,6,0.18) 0%, rgba(20,12,6,0.52) 100%),
    linear-gradient(180deg, rgba(20,12,6,0.42) 0%, rgba(20,12,6,0.18) 38%, rgba(20,12,6,0.50) 100%);
}
.aurae-finale-copy {
  position: relative;
  z-index: 60;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--parchment);
  padding: 0 32px;
}
.aurae-finale-title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 92px);
  line-height: 1.02;
  color: var(--parchment);
  text-wrap: balance;
}
.aurae-finale-title em { font-style: italic; }
.aurae-finale-copy .aurae-rot-word { color: var(--light-blue); }
.aurae-finale-sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: rgba(244,236,221,0.86);
  max-width: 46ch;
  margin: 28px 0 0;
}
.aurae-finale-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
}
.aurae-finale-copy .aurae-btn-text {
  color: var(--parchment);
  border-bottom-color: var(--parchment);
}
@media (max-width: 720px) {
  .aurae-finale { height: 300vh; }
}
@media (prefers-reduced-motion: reduce) {
  .aurae-finale-layer,
  .aurae-finale-layer-media { transform: none !important; }
}
.aurae-design-intent {
  position: relative;
  min-height: 620px;
  padding: 120px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--coffee-bean);
}
/* Pinned-scroll variant: bg holds in place while the quote glides over it */
.aurae-design-intent--scroll {
  min-height: 0;
  height: 220vh;
  padding: 0;
  display: block;
  overflow: visible;
  isolation: auto;
}
.aurae-design-intent__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  background: var(--coffee-bean);
}
.aurae-design-intent__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: saturate(0.85) contrast(1.02) brightness(0.95);
}
.aurae-design-intent__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(38,21,11,0.46), rgba(38,21,11,0.46)),
    radial-gradient(ellipse 58% 54% at 50% 50%, rgba(38,21,11,0.52) 0%, rgba(38,21,11,0.18) 68%, rgba(38,21,11,0) 100%);
}
.aurae-design-intent__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: radial-gradient(rgba(237,235,224,0.10) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: var(--grain-opacity);
  mix-blend-mode: overlay;
}
.aurae-design-intent--scroll .aurae-design-intent__bg,
.aurae-design-intent--scroll .aurae-design-intent__inner {
  will-change: transform;
}
.aurae-design-intent__inner {
  position: relative;
  z-index: 3;
  max-width: 560px;
  width: 100%;
  text-align: center;
  color: var(--parchment);
}
.aurae-design-intent__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
  font-style: italic;
  color: var(--parchment);
  text-shadow: 0 2px 28px rgba(38,21,11,0.65), 0 1px 3px rgba(38,21,11,0.5);
}
.aurae-design-intent__title em { font-style: italic; }
.aurae-design-intent__accent {
  color: var(--light-blue);
  font-style: italic;
}
.aurae-design-intent__cta {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.aurae-design-intent__copy {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: rgba(237, 235, 224, 0.92);
  max-width: 48ch;
  margin: 0 auto;
}
.aurae-design-intent__copy p { margin: 0 0 10px; }
.aurae-design-intent__copy p:last-child { margin-bottom: 0; }
.aurae-design-intent__pull {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 0.5px solid rgba(237, 235, 224, 0.30);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.35;
  color: var(--parchment);
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .aurae-design-intent { padding: 80px 28px; min-height: 520px; }
  .aurae-design-intent--scroll { padding: 0; min-height: 0; }
  .aurae-design-intent--scroll .aurae-design-intent__pin { padding: 0 28px; }
  .aurae-design-intent__title { margin: 0 0 16px; }
}

/* ---------- Page scroll-to-top reset ---------- */
html { scroll-behavior: smooth; }

/* ---------- Hero — video background variant ---------- */
.aurae-hero--video {
  overflow: hidden;
  isolation: isolate;
  background: var(--parchment);
}
.aurae-hero--video > .aurae-hero-grid,
.aurae-hero--video > .aurae-hero-foot {
  position: relative;
  z-index: 2;
}
.aurae-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  width: 100%;
  /* Oversized so the parallax drift never reveals an edge */
  height: 150%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: saturate(0.78) contrast(1.02) brightness(1.02);
  transform: translate3d(0, 0, 0) scale(1.04);
  will-change: transform;
}
.aurae-hero__bg[data-parallax],
.aurae-hero-copy[data-parallax],
.aurae-hero-image[data-parallax] {
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .aurae-hero__bg { transform: none; }
}
.aurae-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Tint the video toward Parchment so Coffee-Bean text stays legible.
     Slightly clearer on the right side where the image card sits anyway. */
  background:
    linear-gradient(92deg, rgba(237,235,224,0.86) 0%, rgba(237,235,224,0.78) 48%, rgba(237,235,224,0.55) 100%);
}

/* ---------- Mobile: drop the eyebrow tick (reads as a stray dash) ---------- */
@media (max-width: 700px) {
  .aurae-eyebrow-rule { display: none; }
}

/* ---------- Mobile: faster marquees (less viewport = feels sluggish) ---------- */
@media (max-width: 700px) {
  .aurae-strip-marquee { animation-duration: 18s; }
}

/* ---------- Mobile: quiz image above its copy ---------- */
@media (max-width: 960px) {
  .aurae-about--quiz .aurae-about-image { order: -1; }
}

/* ---------- Mobile: trim the footer invitation CTA ----------
   "the invitation / now booking" block is redundant on phones — the big
   finale CTA sits directly above the footer. */
@media (max-width: 700px) {
  .aurae-footer-invite { display: none; }
}

/* ---------- Stacked offer cards: don't bottom-align the price ----------
   The 380px min-height + margin-top:auto bottom-aligns prices across a
   3-up row on desktop; once stacked it just leaves a big gap under the
   description, so let the price sit directly below it. */
@media (max-width: 960px) {
  .aurae-service-card { min-height: 0; }
  .aurae-service-flow { margin-top: 0; }
}

/* ---------- Pop-out nav — dedicated close button ---------- */
/* While the sheet is open, hide the burger's X so the circular close
   button below is the single, obvious affordance (nav sits above sheet). */
body.aurae-menu-open .aurae-nav-burger { display: none; }
.aurae-nav-sheet-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0.5px solid var(--palm-leaf);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 220ms var(--ease-out);
}
.aurae-nav-sheet-close:hover { border-color: var(--coffee-bean); }
.aurae-nav-sheet-close span {
  position: absolute;
  width: 17px;
  height: 1.5px;
  background: var(--coffee-bean);
}
.aurae-nav-sheet-close span:nth-child(1) { transform: rotate(45deg); }
.aurae-nav-sheet-close span:nth-child(2) { transform: rotate(-45deg); }
@media (prefers-reduced-motion: reduce) {
  .aurae-nav-sheet-close { transition: opacity 200ms linear; transform: none !important; }
}

/* Mobile-only hero elements — hidden on desktop */
.aurae-hero__bg--mobile { display: none; }
.aurae-mbr { display: none; }
/* Mobile intro section — hidden on desktop (copy lives in the hero there) */
.aurae-intro-m { display: none; }

/* ---------- Mobile hero — full-bleed photo, centered statement ---------- */
@media (max-width: 700px) {
  .aurae-hero.aurae-hero--video {
    box-sizing: border-box;
    padding: 96px 26px 64px;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* Photo background instead of the umbrella video — true colour */
  .aurae-hero__bg--desktop { display: none; }
  .aurae-hero__bg--mobile { display: block; object-position: 50% 32%; }
  /* Light veil only — enough for legibility without washing out the photo */
  .aurae-hero--video .aurae-hero__scrim {
    background: linear-gradient(180deg, rgba(38,21,11,0.08) 0%, rgba(38,21,11,0.22) 55%, rgba(38,21,11,0.34) 100%);
  }
  .aurae-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  /* The oval image is replaced by the full-bleed background */
  .aurae-hero-image { display: none; }
  .aurae-hero-copy { padding-bottom: 0; width: 100%; }
  .aurae-hero-copy > .aurae-eyebrow { display: none; }
  .aurae-mbr { display: inline; }
  .aurae-hero-h1 {
    margin: 0 auto;
    max-width: none;
    font-size: clamp(52px, 14vw, 64px);
    line-height: 1.03;
  }
  /* Parchment headline over the real-colour photo */
  .aurae-hero-h1, .aurae-hero-h1 em { color: var(--parchment); }
  .aurae-hero-sub { display: none; }
  .aurae-hero-cta { display: none; }
  /* No location/worldwide labels on mobile */
  .aurae-hero-foot { display: none; }

  /* Marquee — skinnier ribbon on mobile (inline styles need the override) */
  .aurae-strip { padding: 24px 0 !important; }
  .aurae-strip-marquee { font-size: 26px !important; }

  /* Mobile intro — the hero copy, relocated below the marquee */
  .aurae-intro-m {
    display: block;
    background: var(--dark-khaki);
    padding: 64px 26px 80px;
    text-align: center;
  }
  .aurae-intro-m__title {
    font-family: var(--font-display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(48px, 13vw, 68px);
    line-height: 1.04;
    color: var(--parchment);
    margin: 0 auto 28px;
    max-width: 14ch;
    text-wrap: pretty;
    letter-spacing: -0.01em;
  }
  .aurae-intro-m__sub {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.72;
    color: rgba(237,235,224,0.72);
    margin: 0 auto 36px;
    max-width: 38ch;
    text-wrap: pretty;
  }
  .aurae-intro-m__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  /* Invert button colours over the dark background */
  .aurae-intro-m__cta .aurae-btn {
    border-color: var(--parchment);
    color: var(--parchment);
    background: transparent;
  }
  .aurae-intro-m__cta .aurae-btn:hover {
    background: var(--parchment);
    color: var(--coffee-bean);
  }
  .aurae-intro-m__cta .aurae-btn--text {
    color: rgba(237,235,224,0.72);
    border-color: transparent;
    background: transparent;
  }
  .aurae-intro-m__cta .aurae-btn--text:hover { color: var(--parchment); }
}

/* =============================================
   PORTFOLIO PAGE — Lume-inspired layout
   ============================================= */

/* ---- Homepage portfolio section ---- */
.aurae-pf-home {
  position: relative;
  background: var(--parchment);
  padding: 120px 0 120px;
  overflow: hidden;
  isolation: isolate;
}
.aurae-pf-home-wordmark {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  text-align: center;
}
.aurae-pf-home-wordmark em {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(120px, 16vw, 240px);
  line-height: 0.95;
  color: var(--light-blue);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.aurae-pf-home-inner { position: relative; z-index: 1; }

.aurae-pf-home-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 96px;
}
.aurae-pf-home-head .aurae-eyebrow {
  grid-column: 1 / 2;
  align-self: start;
}
.aurae-pf-home-title {
  grid-column: 1 / 2;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--coffee-bean);
  margin: 16px 0 0;
}
.aurae-pf-home-title em { font-style: italic; }
.aurae-pf-home-sub {
  grid-column: 2 / 3;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-khaki);
  margin: 0;
  max-width: 50ch;
}

.aurae-pf-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.aurae-pf-home-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}
.aurae-pf-home-card-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2, 4px);
  aspect-ratio: 4 / 5;
  background: var(--parchment-2, #e3e0d2);
  margin-bottom: 24px;
  box-shadow: 0 1px 0 rgba(38, 21, 11, 0.06);
}
.aurae-pf-home-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  animation: aurae-pf-scroll var(--scroll-dur, 24s) cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change: transform;
}
.aurae-pf-home-card:hover .aurae-pf-home-card-img img {
  animation-play-state: paused;
}
@keyframes aurae-pf-scroll {
  0%   { transform: translateY(0); }
  8%   { transform: translateY(0); }
  92%  { transform: translateY(var(--scroll-end, -75%)); }
  100% { transform: translateY(var(--scroll-end, -75%)); }
}
@media (prefers-reduced-motion: reduce) {
  .aurae-pf-home-card-img img { animation: none; }
}
.aurae-pf-home-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
  border-top: 0.5px solid var(--palm-leaf-30);
  padding-top: 16px;
}
.aurae-pf-home-card-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--light-blue);
}
.aurae-pf-home-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: var(--coffee-bean);
  margin: 0;
}
.aurae-pf-home-card-title em { font-style: italic; }
.aurae-pf-home-card-tag {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}

.aurae-pf-home-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 64px;
}

/* Swipe dots are a mobile-only affordance — hidden on desktop.
   (The mobile @media block below re-shows them as a flex row.) */
.aurae-pf-swipe-dots { display: none; }

@media (max-width: 960px) {
  .aurae-pf-home-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
    /* Let the head tuck just under the "Featured" watermark — slight overlap, still legible */
    margin-top: clamp(64px, 16vw, 120px);
  }
  .aurae-pf-home-head .aurae-eyebrow,
  .aurae-pf-home-title,
  .aurae-pf-home-sub { grid-column: 1; }
  .aurae-pf-home-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  /* Hide swipe dots on desktop */
  .aurae-pf-swipe-dots { display: none;
  }
  /* Mobile swipe carousel */
  .aurae-pf-home-grid {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding-right: 16px;
  }
  .aurae-pf-home-grid::-webkit-scrollbar { display: none; }
  .aurae-pf-home-card {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
  /* Show swipe dots on mobile */
  .aurae-pf-swipe-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 4px;
  }
  .aurae-pf-swipe-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: var(--palm-leaf-30);
    cursor: pointer;
    transition: background 240ms ease, transform 240ms ease;
  }
  .aurae-pf-swipe-dot:hover { background: var(--palm-leaf); }
  .aurae-pf-swipe-dot.is-active {
    background: var(--deep-cerulean);
    transform: scale(1.3);
  }

  .aurae-pf-home-wordmark {
    top: 40px;
  }
  .aurae-pf-home-wordmark em {
    font-size: clamp(96px, 22vw, 160px);
  }
}

/* ---- Hero with Portfolio marquee ---- */
.aurae-pf-hero {
  position: relative;
  background: var(--parchment);
  padding: 56px 0 32px;
  overflow: hidden;
  isolation: isolate;
}

.aurae-pf-marquee {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
}
.aurae-pf-marquee-track {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.aurae-pf-marquee-row {
  display: inline-flex;
  gap: 48px;
  white-space: nowrap;
  animation: aurae-pf-marquee 60s linear infinite;
  will-change: transform;
}
.aurae-pf-marquee-row:nth-child(2) {
  animation-direction: reverse;
  animation-duration: 80s;
}
.aurae-pf-marquee-row em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(140px, 18vw, 280px);
  line-height: 0.95;
  color: var(--light-blue);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
@keyframes aurae-pf-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
/* Mobile: faster portfolio marquee (must come after the base row rules) */
@media (max-width: 700px) {
  .aurae-pf-marquee-row { animation-duration: 16s; }
  .aurae-pf-marquee-row:nth-child(2) { animation-duration: 22s; }
}

.aurae-pf-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: end;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 56vh;
}
.aurae-pf-hero-l { padding-bottom: 16px; }
.aurae-pf-h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 7.2vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--coffee-bean);
  margin: 0 0 28px;
}
.aurae-pf-h1 em { font-style: italic; }
.aurae-pf-hero-sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--dark-khaki);
  max-width: 50ch;
  margin: 0;
}

/* ---- Featured project ---- */
.aurae-pf-featured {
  background: var(--parchment);
  padding: 32px 0 96px;
}
.aurae-pf-featured-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--palm-leaf-30);
  margin-bottom: 48px;
}
.aurae-pf-featured-card {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 56px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 0;
}
.aurae-pf-featured-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2, 4px);
  aspect-ratio: 4 / 3;
  background: var(--parchment-2, #e3e0d2);
  box-shadow: 0 1px 0 rgba(38, 21, 11, 0.06);
}
.aurae-pf-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 800ms var(--ease-out, ease-out);
}
.aurae-pf-featured-card:hover .aurae-pf-featured-image img {
  transform: scale(1.02);
}
/* Full-page auto-scroll variant (matches homepage selected-work cards) */
.aurae-pf-featured-image.is-scroll img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: unset;
  animation: aurae-pf-scroll var(--scroll-dur, 24s) cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change: transform;
}
.aurae-pf-featured-card:hover .aurae-pf-featured-image.is-scroll img {
  transform: none;
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .aurae-pf-featured-image.is-scroll img { animation: none; }
}
.aurae-pf-featured-body {
  padding: 8px 0;
}
.aurae-pf-featured-cat {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  margin: 0 0 20px;
}
.aurae-pf-featured-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--coffee-bean);
  margin: 0 0 20px;
}
.aurae-pf-featured-title em { font-style: italic; }
.aurae-pf-featured-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  color: var(--dark-khaki);
  margin: 0 0 18px;
  max-width: 22ch;
}
.aurae-pf-featured-blurb {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-khaki);
  margin: 0 0 28px;
  max-width: 46ch;
}
.aurae-pf-featured-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coffee-bean);
  padding-bottom: 4px;
  border-bottom: 0.5px solid var(--coffee-bean);
  transition: color 200ms var(--ease-out), border-color 200ms var(--ease-out);
}
.aurae-pf-featured-card:hover .aurae-pf-featured-link {
  color: var(--deep-cerulean);
  border-bottom-color: var(--deep-cerulean);
}

/* ---- Alternating project rows ---- */
.aurae-pf-list {
  background: var(--parchment);
  padding: 0 0 120px;
}
.aurae-pf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 0;
  padding: 64px 0;
  border-top: 0.5px solid var(--palm-leaf-30);
}
.aurae-pf-row:last-child { border-bottom: 0.5px solid var(--palm-leaf-30); }
.aurae-pf-row.is-left .aurae-pf-row-image { order: 1; }
.aurae-pf-row.is-left .aurae-pf-row-body  { order: 2; }
.aurae-pf-row.is-right .aurae-pf-row-image { order: 2; }
.aurae-pf-row.is-right .aurae-pf-row-body  { order: 1; }
.aurae-pf-row-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2, 4px);
  aspect-ratio: 4 / 3;
  background: var(--parchment-2, #e3e0d2);
}
.aurae-pf-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 800ms var(--ease-out, ease-out);
}
.aurae-pf-row:hover .aurae-pf-row-image img {
  transform: scale(1.02);
}
.aurae-pf-row-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.aurae-pf-row-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--light-blue);
  margin-bottom: 8px;
}
.aurae-pf-row-slug {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--palm-leaf);
}
.aurae-pf-row-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--coffee-bean);
  margin: 0;
}
.aurae-pf-row-title em { font-style: italic; }
.aurae-pf-row-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  color: var(--dark-khaki);
  margin: 0;
  max-width: 22ch;
}
.aurae-pf-row-blurb {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-khaki);
  margin: 4px 0 0;
  max-width: 44ch;
}
.aurae-pf-row-cat {
  margin-top: 12px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  padding-top: 14px;
  border-top: 0.5px solid var(--palm-leaf-30);
  align-self: stretch;
}
.aurae-pf-row-link {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coffee-bean);
  padding-bottom: 4px;
  border-bottom: 0.5px solid var(--coffee-bean);
  transition: color 200ms var(--ease-out), border-color 200ms var(--ease-out);
}
.aurae-pf-row:hover .aurae-pf-row-link {
  color: var(--deep-cerulean);
  border-bottom-color: var(--deep-cerulean);
}

@media (max-width: 960px) {
  .aurae-pf-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 48vh;
  }
  .aurae-pf-marquee-row em {
    font-size: clamp(96px, 22vw, 180px);
  }
  .aurae-pf-featured-card,
  .aurae-pf-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .aurae-pf-row.is-left .aurae-pf-row-image,
  .aurae-pf-row.is-right .aurae-pf-row-image { order: 1; }
  .aurae-pf-row.is-left .aurae-pf-row-body,
  .aurae-pf-row.is-right .aurae-pf-row-body { order: 2; }
  .aurae-pf-row { padding: 48px 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .aurae-pagehero-inner,
  .aurae-pagehero-foot,
  .aurae-svc-block,
  .aurae-priceband-grid,
  .aurae-about-top,
  .aurae-about-cols,
  .aurae-statement-grid,
  .aurae-principles-head,
  .aurae-bts-grid,
  .aurae-contact-hero-grid,
  .aurae-enquiry-grid,
  .aurae-faq-head,
  .aurae-cta-band-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .aurae-svc-detail,
  .aurae-svc-deliverables,
  .aurae-form-row,
  .aurae-chips,
  .aurae-principles-list,
  .aurae-cred-body,
  .aurae-bts-grid {
    grid-template-columns: 1fr;
  }
  .aurae-work-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .aurae-case-feat,
  .aurae-case-half,
  .aurae-case-third,
  .aurae-case-twothirds,
  .aurae-case-onethird {
    grid-column: span 12;
  }
  .aurae-svc-block-meta { position: static; }
  .aurae-enquiry-aside { position: static; }
  .aurae-faq-a { padding-left: 32px; }
}

/* ---------- Services — Condensed card layout ---------- */
.aurae-svc-cards {
  padding: clamp(64px, 8vw, 120px) 0 clamp(80px, 9vw, 140px);
  background: var(--parchment);
}
.aurae-svc-cards .aurae-container {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 88px);
}
.aurae-svc-card {
  background: #F4F2E8;
  border: 0.5px solid var(--palm-leaf);
  padding: clamp(36px, 4.4vw, 64px);
  position: relative;
  transition: box-shadow 400ms var(--ease-out);
}
.aurae-svc-card:hover {
  box-shadow: 0 24px 60px -32px rgba(38, 21, 11, 0.18);
}
.aurae-svc-card--featured {
  background: var(--coffee-bean);
  color: var(--parchment);
  border-color: var(--deep-cerulean);
}

/* Top header — number / titles / price */
.aurae-svc-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 0.5px solid var(--palm-leaf-30);
}
.aurae-svc-card--featured .aurae-svc-card-top {
  border-bottom-color: rgba(175, 205, 208, 0.25);
}
.aurae-svc-card-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1;
  color: var(--palm-leaf);
  letter-spacing: -0.01em;
}
.aurae-svc-card--featured .aurae-svc-card-num {
  color: var(--light-blue);
}
.aurae-svc-card-titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.aurae-svc-card-tag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coffee-bean);
}
.aurae-svc-card--featured .aurae-svc-card-tag {
  color: var(--light-blue);
}
.aurae-svc-card-tagline {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  margin: 0;
  max-width: 28ch;
  color: var(--coffee-bean);
}
.aurae-svc-card-tagline em {
  font-style: italic;
}
.aurae-svc-card--featured .aurae-svc-card-tagline {
  color: var(--parchment);
}
.aurae-svc-card-price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.1;
  color: var(--coffee-bean);
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding-top: 10px;
}
.aurae-svc-card-price > span:first-child {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.aurae-svc-card--featured .aurae-svc-card-price {
  color: var(--parchment);
}
.aurae-svc-card-flag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-cerulean);
  border: 0.5px solid var(--deep-cerulean);
  padding: 4px 8px;
  border-radius: 2px;
  font-style: normal;
}
.aurae-svc-card--featured .aurae-svc-card-flag {
  color: var(--light-blue);
  border-color: var(--light-blue);
}

/* Body — lead, spec rows, details, CTA */
.aurae-svc-card-body {
  padding-top: 28px;
}
.aurae-svc-card-lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--coffee-bean);
  margin: 0 0 28px;
  max-width: 62ch;
}
.aurae-svc-card--featured .aurae-svc-card-lead {
  color: var(--light-blue);
}
.aurae-svc-card-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin: 0 0 8px;
}
.aurae-svc-card-spec > div {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  padding: 18px 0;
  border-top: 0.5px solid var(--palm-leaf-30);
}
.aurae-svc-card-spec dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  margin: 0;
}
.aurae-svc-card-spec dd {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--coffee-bean);
  margin: 0;
}
.aurae-svc-card-spec dd em {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
}
.aurae-svc-card--featured .aurae-svc-card-spec > div {
  border-top-color: rgba(175, 205, 208, 0.25);
}
.aurae-svc-card--featured .aurae-svc-card-spec dt {
  color: var(--light-blue);
}
.aurae-svc-card--featured .aurae-svc-card-spec dd {
  color: var(--parchment);
}

/* Collapsible inclusions */
.aurae-svc-card-incl {
  border-top: 0.5px solid var(--palm-leaf-30);
  margin-top: 8px;
}
.aurae-svc-card--featured .aurae-svc-card-incl {
  border-top-color: rgba(175, 205, 208, 0.25);
}
.aurae-svc-card-incl > summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coffee-bean);
}
.aurae-svc-card-incl > summary::-webkit-details-marker { display: none; }
.aurae-svc-card-incl > summary::after {
  content: "+";
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--palm-leaf);
  margin-left: 16px;
  transition: transform 240ms var(--ease-out);
}
.aurae-svc-card-incl[open] > summary::after {
  transform: rotate(45deg);
}
.aurae-svc-card--featured .aurae-svc-card-incl > summary {
  color: var(--parchment);
}
.aurae-svc-card--featured .aurae-svc-card-incl > summary::after {
  color: var(--light-blue);
}
.aurae-svc-card-incl-count {
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--palm-leaf);
  margin-left: auto;
  margin-right: 0;
}
.aurae-svc-card--featured .aurae-svc-card-incl-count {
  color: var(--light-blue);
}
.aurae-svc-card-incl > ul {
  list-style: none;
  padding: 0 0 24px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 32px;
}
.aurae-svc-card-incl > ul li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--coffee-bean);
  padding-left: 18px;
  position: relative;
}
.aurae-svc-card-incl > ul li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--palm-leaf);
  font-size: 20px;
  line-height: 1.1;
}
.aurae-svc-card--featured .aurae-svc-card-incl > ul li {
  color: var(--parchment);
}
.aurae-svc-card--featured .aurae-svc-card-incl > ul li::before {
  color: var(--light-blue);
}

.aurae-svc-card-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 0.5px solid var(--palm-leaf-30);
}
.aurae-svc-card--featured .aurae-svc-card-cta {
  border-top-color: rgba(175, 205, 208, 0.25);
}

/* Closing foot band — light-blue accent strip so it reads apart from the
   parchment CTA band that follows */
.aurae-svc-foot {
  background: var(--light-blue);
  padding: clamp(40px, 5vw, 72px) 0;
  border-top: none;
}
.aurae-svc-foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.aurae-svc-foot p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--coffee-bean);
  margin: 0;
  max-width: 48ch;
}

@media (max-width: 820px) {
  .aurae-svc-card-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .aurae-svc-card-price {
    text-align: left;
    align-items: flex-start;
    padding-top: 4px;
  }
  .aurae-svc-card-spec {
    grid-template-columns: 1fr;
  }
  .aurae-svc-card-incl > ul {
    grid-template-columns: 1fr;
  }
}

/* ===========================================================
   Services — File-folder system (wide tabs, concave dips)
   =========================================================== */
.aurae-svc-folders-section {
  padding: clamp(56px, 7vw, 112px) 0 clamp(80px, 9vw, 140px);
  background: var(--parchment);
}

.aurae-folders {
  position: relative;
  --tab-h: 72px;
  --dip-r: 22px;
}

/* ---- Tab strip ---- */
.aurae-folders-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  height: var(--tab-h);
  position: relative;
  z-index: 4;
}
.aurae-folder-tab {
  position: relative;
  background: var(--folder-color, #D8D4C2);
  border: 0.5px solid var(--palm-leaf);
  border-bottom: none;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  /* Bottom corners are SQUARE by default. The active tab rounds its
     INNER bottom corner(s) so the body shows through as a soft curve
     where the tab "tucks into" the folder. */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 14px 28px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--coffee-bean);
  transition:
    transform 320ms var(--ease-out),
    border-radius 280ms var(--ease-out),
    background 280ms var(--ease-out);
  /* Tabs touch — share a 1px seam between adjacent borders */
  margin-right: -0.5px;
}
.aurae-folder-tab:last-child { margin-right: 0; }
.aurae-folder-tab:focus-visible {
  outline: 2px solid var(--deep-cerulean);
  outline-offset: 3px;
  z-index: 5;
}

/* Active tab — round the INNER bottom corner(s) so it visually curves
   down into the body. Outer corners stay square so the folder's outer
   edge melds smoothly into the body. */
.aurae-folder-tab.folder-pos-0.is-active {
  border-bottom-right-radius: 16px;
}
.aurae-folder-tab.folder-pos-1.is-active {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.aurae-folder-tab.folder-pos-2.is-active {
  border-bottom-left-radius: 16px;
}

/* ---- Per-position color tokens ---- */
.aurae-folder-tab.folder-pos-0,
.aurae-folder-body.folder-pos-0 {
  --folder-color: #D8D4C2;          /* Sand */
  --folder-ink: var(--coffee-bean);
  --folder-rule: rgba(141, 133, 90, 0.5);
}
.aurae-folder-tab.folder-pos-1,
.aurae-folder-body.folder-pos-1 {
  --folder-color: #C9D6D4;          /* Soft sage */
  --folder-ink: var(--coffee-bean);
  --folder-rule: rgba(141, 133, 90, 0.4);
}
.aurae-folder-tab.folder-pos-2,
.aurae-folder-body.folder-pos-2 {
  --folder-color: var(--coffee-bean); /* Featured dark */
  --folder-ink: var(--parchment);
  --folder-rule: rgba(175, 205, 208, 0.25);
}

/* Featured tab — text in parchment, num in light-blue */
.aurae-folder-tab.is-featured {
  color: var(--parchment);
}

.aurae-folder-tab-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--palm-leaf);
  line-height: 1;
}
.aurae-folder-tab.is-featured .aurae-folder-tab-num {
  color: var(--light-blue);
}
.aurae-folder-tab-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

/* Concave dips between adjacent tabs are produced by the tabs' own
   rounded bottom corners (border-bottom-*-radius above) — the parchment
   page background shows through between them. No pseudo-elements needed. */

/* Active state — anchor tab and lift slightly */
.aurae-folder-tab.is-active {
  z-index: 6;
  transform: translateY(1px);
}
.aurae-folder-tab:hover:not(.is-active) {
  filter: brightness(0.97);
}

/* ---- Body stack ---- */
.aurae-folders-stack {
  position: relative;
  display: grid;
  grid-template-areas: "stack";
  margin-top: -0.5px;
}
.aurae-folder-body {
  grid-area: stack;
  background: var(--folder-color);
  color: var(--folder-ink);
  border: 0.5px solid var(--palm-leaf);
  opacity: 0;
  transform: translateY(48px);
  pointer-events: none;
  transition:
    opacity 420ms var(--ease-out),
    transform 480ms var(--ease-out);
  overflow: hidden;
  z-index: 1;
}
.aurae-folder-body.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 3;
}

/* Soft fold-line at top of folder body */
.aurae-folder-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(180deg, rgba(38,21,11,0.06) 0%, rgba(38,21,11,0) 100%);
  pointer-events: none;
}
.aurae-folder-body.is-featured::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%);
}

.aurae-folder-inner {
  padding: clamp(40px, 5vw, 64px) clamp(36px, 4.4vw, 64px) clamp(36px, 4.4vw, 56px);
}

/* ---- Folder head ---- */
.aurae-folder-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 48px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 0.5px solid var(--folder-rule);
  margin-bottom: 28px;
}
.aurae-folder-tagline-eyebrow {
  grid-column: 1 / 2;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  display: block;
  margin-bottom: 10px;
}
.aurae-folder-body.is-featured .aurae-folder-tagline-eyebrow {
  color: var(--light-blue);
}
.aurae-folder-tagline {
  grid-column: 1 / 2;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.14;
  margin: 0;
  max-width: 26ch;
  color: var(--folder-ink);
}
.aurae-folder-tagline em { font-style: italic; }
.aurae-folder-price {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--folder-ink);
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.aurae-folder-price > span:first-child {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.aurae-folder-flag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--light-blue);
  border: 0.5px solid var(--light-blue);
  padding: 4px 8px;
  border-radius: 2px;
  font-style: normal;
}

/* ---- Lead ---- */
.aurae-folder-lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--folder-ink);
  margin: 0 0 28px;
  max-width: 64ch;
}
.aurae-folder-body.is-featured .aurae-folder-lead {
  color: var(--light-blue);
}

/* ---- Spec dl ---- */
.aurae-folder-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin: 0 0 28px;
}
.aurae-folder-spec > div {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  padding: 18px 0;
  border-top: 0.5px solid var(--folder-rule);
}
.aurae-folder-spec dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  margin: 0;
}
.aurae-folder-body.is-featured .aurae-folder-spec dt {
  color: var(--light-blue);
}
.aurae-folder-spec dd {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--folder-ink);
  margin: 0;
}
.aurae-folder-spec dd em {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
}

/* ---- Inclusions ---- */
.aurae-folder-incl {
  padding: 20px 0 4px;
  border-top: 0.5px solid var(--folder-rule);
}
.aurae-folder-incl-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--palm-leaf);
  display: block;
  margin-bottom: 16px;
}
.aurae-folder-body.is-featured .aurae-folder-incl-label {
  color: var(--light-blue);
}
.aurae-folder-incl ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 40px;
}
.aurae-folder-incl li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--folder-ink);
  padding-left: 18px;
  position: relative;
}
.aurae-folder-incl li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: -3px;
  color: var(--palm-leaf);
  font-size: 20px;
  line-height: 1;
}
.aurae-folder-body.is-featured .aurae-folder-incl li::before {
  color: var(--light-blue);
}

/* ---- CTA ---- */
.aurae-folder-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 0.5px solid var(--folder-rule);
}

/* ---- Responsive ---- */
@media (max-width: 820px) {
  .aurae-folders {
    --tab-h: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .aurae-folders-tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: auto;
  }
  .aurae-folder-tab {
    border-radius: 12px 12px 0 0;
    border-bottom: 0.5px solid var(--palm-leaf);
    padding: 16px 20px;
    margin-right: 0;
  }
  .aurae-folder-tab::before,
  .aurae-folder-tab::after {
    display: none;
  }
  .aurae-folders-stack {
    margin-top: 0;
  }
  .aurae-folder-body {
    position: relative;
    grid-area: auto;
    opacity: 0;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 360ms var(--ease-out), opacity 320ms var(--ease-out);
  }
  .aurae-folder-body.is-active {
    opacity: 1;
    max-height: 4000px;
  }
  .aurae-folder-head { grid-template-columns: 1fr; }
  .aurae-folder-price {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    align-items: flex-start;
  }
  .aurae-folder-spec,
  .aurae-folder-incl ul {
    grid-template-columns: 1fr;
  }
}

/* ===========================================================
   Services — Hero (bold statement, full-bleed image background)
   =========================================================== */
.aurae-svc-hero {
  padding: 132px 48px 56px;
  position: relative;
  background: var(--parchment);
  border-bottom: 0.5px solid var(--rule-soft);
  overflow: hidden;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  flex-direction: column;
}
.aurae-svc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 30%;
  z-index: 0;
  filter: saturate(0.84) contrast(1.02);
}
.aurae-svc-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Parchment wash across the full hero so cascading title stays legible.
     Slightly stronger on left where copy density is highest. */
  background:
    linear-gradient(94deg,
      rgba(237,235,224,0.88) 0%,
      rgba(237,235,224,0.78) 38%,
      rgba(237,235,224,0.62) 70%,
      rgba(237,235,224,0.58) 100%),
    linear-gradient(180deg,
      rgba(38,21,11,0.04) 0%,
      rgba(38,21,11,0.00) 40%,
      rgba(38,21,11,0.06) 100%);
}
.aurae-svc-hero__meta-bar {
  position: relative;
  z-index: 2;
  width: min(var(--wm), 100% - 0px);
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 0.5px solid var(--rule-soft);
}
.aurae-svc-hero__grid {
  position: relative;
  z-index: 2;
  display: block;
  width: min(var(--wm), 100% - 0px);
  margin-inline: auto;
  flex: 1;
}
.aurae-svc-hero__copy {
  padding-bottom: 24px;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.aurae-svc-hero__title {
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 156px);
  line-height: 0.96;
  letter-spacing: -0.022em;
  color: var(--coffee-bean);
  margin: 24px 0 40px;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.aurae-svc-hero__line {
  display: block;
}
.aurae-svc-hero__line--l { text-align: left; }
.aurae-svc-hero__line--c { text-align: center; }
.aurae-svc-hero__line--r { text-align: right; }
.aurae-svc-hero__title em {
  font-style: italic;
  color: var(--palm-leaf);
}
.aurae-svc-hero__tail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: end;
  padding-top: 12px;
  border-top: 0.5px solid var(--rule-soft);
}
.aurae-svc-hero__sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--coffee-bean-80);
  max-width: 52ch;
  margin: 0;
}
.aurae-svc-hero__cta {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.aurae-svc-hero__foot {
  position: relative;
  z-index: 2;
  width: min(var(--wm), 100% - 0px);
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid var(--palm-leaf);
  padding-top: 16px;
}

/* ===========================================================
   Services — Self-identification cards strip
   =========================================================== */
.aurae-svc-cards {
  background: var(--parchment);
  padding: clamp(64px, 7vw, 112px) 0 clamp(72px, 8vw, 128px);
}
/* Swipe hint hidden globally — dots are enough signal */
.aurae-svc-cards__swipe-hint { display: none !important; }
/* Dots hidden on desktop — shown only in mobile @media block */
.aurae-svc-cards__dots { display: none; }
.aurae-svc-cards__head {
  max-width: 920px;
  margin: 0 auto clamp(40px, 4.4vw, 72px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.aurae-svc-cards__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--coffee-bean);
  margin: 0;
  text-wrap: pretty;
  max-width: 22ch;
}
.aurae-svc-cards__title em {
  font-style: italic;
  color: var(--palm-leaf);
}
.aurae-svc-cards__sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--coffee-bean-80);
  margin: 0;
  max-width: 56ch;
}
.aurae-svc-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule-soft);
  border: 0.5px solid var(--rule-soft);
}
.aurae-svc-card {
  background: var(--parchment);
  padding: clamp(28px, 2.8vw, 40px) clamp(24px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out);
  min-height: 240px;
}
.aurae-svc-card:hover {
  background: var(--light-blue);
}
.aurae-svc-card:hover .aurae-svc-card__num {
  color: var(--coffee-bean);
}
.aurae-svc-card__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  color: var(--palm-leaf);
}
.aurae-svc-card__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.16;
  letter-spacing: -0.005em;
  color: var(--coffee-bean);
  margin: 0;
  text-wrap: pretty;
}
.aurae-svc-card__body {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--coffee-bean-80);
  margin: 0;
}

/* ===========================================================
   Services — Self-identification intro (legacy — unused)
   =========================================================== */
.aurae-svc-intro {
  background: var(--parchment);
  border-top: 0.5px solid var(--rule-soft);
  padding: clamp(72px, 8vw, 128px) 0 clamp(48px, 6vw, 96px);
  position: relative;
}
.aurae-svc-intro::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: var(--rule-soft);
}
.aurae-svc-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.aurae-svc-intro__head {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aurae-svc-intro__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--coffee-bean);
  margin: 0;
  text-wrap: pretty;
}
.aurae-svc-intro__title em {
  font-style: italic;
  color: var(--palm-leaf);
}
.aurae-svc-intro__lede {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding-top: 12px;
  border-top: 0.5px solid var(--rule-soft);
}
.aurae-svc-intro__lede p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--coffee-bean-80);
  max-width: 52ch;
  margin: 0;
}
.aurae-svc-intro__signature {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.3;
  color: var(--palm-leaf);
  text-align: right;
  margin: 0 !important;
}
.aurae-svc-intro__signature em {
  font-style: italic;
  color: var(--coffee-bean);
  font-size: 22px;
}

/* Cards */
.aurae-svc-intro__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rule-soft);
  border: 0.5px solid var(--rule-soft);
}
.aurae-svc-intro-card {
  background: var(--parchment);
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background var(--dur-1) var(--ease-out);
}
.aurae-svc-intro-card:hover {
  background: var(--parchment-2);
}
.aurae-svc-intro-card__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  color: var(--palm-leaf);
}
.aurae-svc-intro-card__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--coffee-bean);
  margin: 0;
  text-wrap: pretty;
}
.aurae-svc-intro-card__body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--coffee-bean-80);
  margin: 0;
}

/* ===========================================================
   Services — Stacked folders (independent open/close)
   =========================================================== */
.aurae-svc-stack {
  background: var(--parchment-2);
  padding: clamp(80px, 9vw, 140px) 0 clamp(96px, 10vw, 160px);
  border-top: 0.5px solid var(--rule-soft);
}
.aurae-svc-stack__head {
  max-width: 760px;
  margin: 0 auto clamp(56px, 6vw, 96px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.aurae-svc-stack__head .aurae-eyebrow,
.aurae-svc-stack__head .aurae-eyebrow .aurae-eyebrow-rule {
  /* center the eyebrow */
}
.aurae-svc-stack__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--coffee-bean);
  margin: 0;
  text-wrap: pretty;
}
.aurae-svc-stack__title em {
  font-style: italic;
  color: var(--palm-leaf);
}
.aurae-svc-stack__sub {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--coffee-bean-80);
  margin: 0;
  max-width: 44ch;
}
.aurae-svc-stack__list {
  width: min(var(--wm), 100% - 0px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ---- One stacked row ---- */
.aurae-stack-row {
  --row-bg: #D8D4C2;
  --row-ink: var(--coffee-bean);
  --row-ink-soft: var(--coffee-bean-80);
  --row-rule: rgba(141, 133, 90, 0.42);
  --row-label: var(--palm-leaf);

  background: var(--row-bg);
  color: var(--row-ink);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  border-bottom: 0.5px solid var(--rule-soft);
  position: relative;
  overflow: hidden;
  transition: background var(--dur-2) var(--ease-out);
}
.aurae-stack-row:first-child {
  border-top: 0.5px solid var(--rule-soft);
}
.aurae-stack-row.folder-pos-0 {
  --row-bg: #D8D4C2; /* Sand */
}
.aurae-stack-row.folder-pos-1 {
  --row-bg: #C9D6D4; /* Soft sage */
}
.aurae-stack-row.folder-pos-2.is-featured {
  --row-bg: var(--coffee-bean);
  --row-ink: var(--parchment);
  --row-ink-soft: var(--light-blue);
  --row-rule: rgba(175, 205, 208, 0.28);
  --row-label: var(--light-blue);
}

/* Media side */
.aurae-stack-row__media {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3.4vw, 56px);
  border-right: 0.5px solid var(--row-rule);
}
.aurae-stack-row.is-featured .aurae-stack-row__media {
  border-right-color: rgba(175, 205, 208, 0.22);
}
.aurae-stack-row__media .aurae-quietimage,
.aurae-stack-row__media .aurae-quietimage-wrap,
.aurae-stack-row__media > div:not(.aurae-stack-row__num) {
  flex: 1;
}
.aurae-stack-row__num {
  position: absolute;
  top: clamp(20px, 2vw, 32px);
  left: clamp(28px, 3vw, 48px);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(56px, 6vw, 96px);
  line-height: 1;
  color: var(--row-ink);
  opacity: 0.16;
  z-index: 2;
  pointer-events: none;
  letter-spacing: -0.02em;
}

/* Body side */
.aurae-stack-row__body {
  padding: clamp(36px, 4vw, 64px) clamp(36px, 4vw, 64px) clamp(32px, 3.6vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aurae-stack-row__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aurae-stack-row__eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--row-label);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.aurae-stack-row__eyebrow-rule {
  width: 24px;
  height: 1px;
  background: var(--row-label);
  display: inline-block;
}
.aurae-stack-row__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--row-ink);
  margin: 0;
  text-wrap: balance;
}
.aurae-stack-row__title em {
  font-style: italic;
}
.aurae-stack-row__tagline {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--row-ink-soft);
  margin: 0;
  max-width: 56ch;
}
.aurae-stack-row__lead {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--row-ink-soft);
  margin: 0;
  max-width: 60ch;
  padding-top: 20px;
  border-top: 0.5px solid var(--row-rule);
}

/* Quick spec — Format + Investment at-a-glance */
.aurae-stack-row__quickspec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0;
  padding: 20px 0;
  border-top: 0.5px solid var(--row-rule);
  border-bottom: 0.5px solid var(--row-rule);
}
.aurae-stack-row__quickspec > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.aurae-stack-row__quickspec dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--row-label);
  margin: 0;
}
.aurae-stack-row__quickspec dd {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.4;
  color: var(--row-ink);
  margin: 0;
}
.aurae-stack-row__quickspec dd em {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
}

/* Toggle button — "The details" / "Close details" */
.aurae-stack-row__toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  align-self: flex-start;
  color: var(--row-ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 0;
  border-top: 0.5px solid var(--row-rule);
  border-bottom: 0.5px solid var(--row-rule);
  width: 100%;
  justify-content: space-between;
  transition: opacity var(--dur-1) var(--ease-out);
}
.aurae-stack-row__toggle:hover {
  opacity: 0.7;
}
.aurae-stack-row__toggle-label {
  display: inline-block;
}
.aurae-stack-row__toggle-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.aurae-stack-row__toggle-icon .bar {
  position: absolute;
  background: var(--row-ink);
  transition: transform var(--dur-2) var(--ease-out), opacity var(--dur-2) var(--ease-out);
}
.aurae-stack-row__toggle-icon .bar-h {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}
.aurae-stack-row__toggle-icon .bar-v {
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}
.aurae-stack-row.is-open .aurae-stack-row__toggle-icon .bar-v {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* Expandable details — animates from 0 → measured height */
.aurae-stack-row__details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 480ms var(--ease-in-out);
}
.aurae-stack-row__details-inner {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aurae-stack-row__details-lede {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.35;
  color: var(--row-ink-soft);
  margin: 0;
  max-width: 52ch;
}
.aurae-stack-row__spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  margin: 0;
  padding-top: 20px;
  border-top: 0.5px solid var(--row-rule);
}
.aurae-stack-row__spec > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aurae-stack-row__spec dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--row-label);
  margin: 0;
}
.aurae-stack-row__spec dd {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--row-ink);
  margin: 0;
}
.aurae-stack-row__incl {
  padding-top: 20px;
  border-top: 0.5px solid var(--row-rule);
}
.aurae-stack-row__prose {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 0.5px solid var(--row-rule);
}
.aurae-stack-row__incl-note {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  font-style: italic;
  color: var(--row-label);
  margin: 16px 0 0;
}
.aurae-stack-row__prose p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--row-ink);
  margin: 0 0 12px;
  max-width: 62ch;
  text-wrap: pretty;
}
.aurae-stack-row__prose p:last-child { margin-bottom: 0; }
.aurae-stack-row__prose-accent {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  color: var(--light-blue);
  margin: 14px 0 0;
  max-width: 62ch;
  text-wrap: pretty;
}
.aurae-stack-row__closer {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--row-label);
  font-style: italic;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 0.5px solid var(--row-rule);
  max-width: 62ch;
  text-wrap: pretty;
}
.aurae-stack-row__incl-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--row-label);
  margin-bottom: 14px;
}
.aurae-stack-row__incl ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 40px;
}
.aurae-stack-row__incl li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
  color: var(--row-ink);
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
  break-inside: avoid;
}
.aurae-stack-row__incl li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: -4px;
  color: var(--row-label);
  font-size: 24px;
  line-height: 1;
}
.aurae-stack-row__cta {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 8px;
  flex-wrap: wrap;
}

/* Featured (Signature Edit) — slight emphasis */
.aurae-stack-row.is-featured .aurae-stack-row__num {
  color: var(--light-blue);
  opacity: 0.32;
}

/* ---- Responsive ---- */
/* ---- Responsive ---- */
@media (max-width: 960px) {
  .aurae-svc-hero {
    padding: 112px 24px 48px;
  }
  .aurae-svc-hero__meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .aurae-svc-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
  .aurae-svc-hero__copy {
    max-width: none;
  }
  .aurae-svc-hero__foot {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .aurae-svc-hero__foot .aurae-section-label[style*="end"] {
    justify-self: start !important;
  }
  .aurae-svc-cards__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .aurae-svc-cards__grid {
    grid-template-columns: 1fr;
    /* Switch to horizontal snap-scroll carousel on phone */
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding-bottom: 8px;
    /* Remove the 1px-gap grid border treatment */
    background: transparent;
    border: none;
    /* Allow cards to peek outside the container */
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .aurae-svc-cards__grid::-webkit-scrollbar { display: none; }
  /* Generous breathing room between eyebrow, headline, and description */
  .aurae-svc-cards__head {
    gap: 0;
    margin-bottom: 44px;
    text-align: left;
    align-items: flex-start;
  }
  .aurae-svc-cards__head .aurae-eyebrow { margin-bottom: 20px; }
  .aurae-svc-cards__title {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.15;
    margin: 0 0 18px;
  }
  .aurae-svc-cards__sub { font-size: 15px; line-height: 1.65; max-width: none; margin: 0; }
  .aurae-svc-cards__grid .aurae-svc-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
    border: 0.5px solid var(--rule-soft);
    min-height: unset;
    height: auto;
    transition: background 360ms ease, border-color 360ms ease;
  }
  /* Active (in-view) card — light blue so it lifts off the parchment */
  .aurae-svc-cards__grid .aurae-svc-card.is-active {
    background: var(--light-blue);
    border-color: var(--light-blue);
  }
  /* Dots — hidden on desktop, shown on mobile */
  .aurae-svc-cards__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .aurae-svc-cards__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    border: 0; padding: 0;
    background: var(--palm-leaf-30);
    cursor: pointer;
    transition: background 240ms ease, transform 240ms ease;
  }
  .aurae-svc-cards__dot:hover { background: var(--palm-leaf); }
  .aurae-svc-cards__dot.is-active { background: var(--deep-cerulean); transform: scale(1.35); }
  /* Swipe hint — mobile only */
  .aurae-svc-cards__swipe-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--palm-leaf);
    margin-bottom: 20px;
  }
  .aurae-svc-cards__swipe-hint svg { flex-shrink: 0; }
  /* Services hero — stack tail single-column on phone */
  .aurae-svc-hero__tail {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .aurae-svc-hero__cta {
    justify-content: flex-start;
  }
  .aurae-svc-hero__foot {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 40px;
  }
  .aurae-svc-hero__foot .aurae-section-label[style*="end"] {
    justify-self: start !important;
  }
}

@media (max-width: 960px) {
  .aurae-svc-intro__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aurae-svc-intro__head {
    position: static;
  }
  .aurae-svc-intro__lede {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aurae-svc-intro__signature {
    text-align: left;
  }
  .aurae-svc-intro__cards {
    grid-template-columns: 1fr;
  }

  .aurae-stack-row {
    grid-template-columns: 1fr;
  }
  .aurae-stack-row__media {
    border-right: 0;
    border-bottom: 0.5px solid var(--row-rule);
    min-height: 360px;
  }
  .aurae-stack-row__quickspec,
  .aurae-stack-row__spec {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .aurae-stack-row__quickspec,
  .aurae-stack-row__spec {
    grid-template-columns: 1fr;
  }
  .aurae-stack-row__incl ul {
    column-count: 1;
  }
}

/* ============================================================
   Phone spacing pass — remove double horizontal padding so copy
   isn't squashed into the middle, and tighten vertical rhythm.
   (Base sections pad 48px AND the inner .aurae-container pads ~32px,
   which on a 390px screen left content only ~230px wide.)
   ============================================================ */
@media (max-width: 600px) {
  /* The container owns one clean, consistent ~20px gutter. */
  .aurae-container { width: min(var(--wm), 100% - 40px); }

  /* Sections whose content sits inside .aurae-container: drop the
     section's own side padding so it isn't stacked on top. */
  .aurae-statement,
  .aurae-about,
  .aurae-services,
  .aurae-pf-home,
  .aurae-journal,
  .aurae-faq,
  .aurae-cta-band {
    padding-inline: 0;
  }

  /* Tighten the large fixed vertical paddings on phones. */
  .aurae-statement,
  .aurae-about,
  .aurae-services,
  .aurae-journal,
  .aurae-faq,
  .aurae-cta-band {
    padding-block: clamp(56px, 13vw, 92px);
  }
  .aurae-pf-home { padding-block: clamp(44px, 11vw, 80px); }

  /* Hero has no inner container — give it its own gutter + trim the
     top clearance now that the nav is a compact bar. */
  .aurae-hero { padding: 104px 22px 52px; }

  /* Other page-level sections: reduce the side inset safely. */
  .aurae-manifesto,
  .aurae-process,
  .aurae-contact,
  .aurae-principles,
  .aurae-cred,
  .aurae-bts,
  .aurae-priceband,
  .aurae-pagehero,
  .aurae-svc-page,
  .aurae-svc-hero,
  .aurae-work-page,
  .aurae-about-hero,
  .aurae-contact-hero,
  .aurae-enquiry {
    padding-inline: 22px;
  }

  /* ---- Contact page: get to the form faster on mobile ---- */
  /* Trim hero vertical padding + tighten grid gap */
  .aurae-contact-hero {
    padding-top: 96px;
    padding-bottom: 16px;
  }
  .aurae-contact-hero-grid {
    gap: 20px;
  }
  /* Slightly more landscape image so the headline + "01" peek below the fold */
  .aurae-contact-hero-grid > div:last-child .aurae-img {
    aspect-ratio: 4 / 2.6;
  }
  /* Hide the description paragraph — headline + image is enough on mobile */
  .aurae-contact-hero-grid > div:first-child > p {
    display: none;
  }
  /* Image above the headline on mobile */
  .aurae-contact-hero-grid > div:last-child {
    order: -1;
  }
  /* Tinted background clearly separates hero from form */
  .aurae-enquiry {
    background: var(--parchment-2);
    padding-block: 20px 80px;
  }
  /* Background change signals the new section — drop the rule + large gap */
  .aurae-enquiry-grid {
    border-top: 0;
    padding-top: 0;
  }
  /* Hide the sidebar — users can find contact info in the FAQ below */
  .aurae-enquiry-aside {
    display: none;
  }

  /* ---- CTA band: one action is enough on mobile ---- */
  .aurae-cta-band .aurae-btn-text { display: none; }

  /* ---- Enquiry form: stack step-number above content ---- */
  .aurae-form-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .aurae-form-step-num {
    font-size: 28px;
    min-width: 0;
  }
  .aurae-form-step-h {
    font-size: 22px;
  }
  .aurae-form-step-sub {
    max-width: none;
  }

  /* ---- Enquiry form: single-column fields & chips ---- */
  .aurae-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aurae-chips {
    grid-template-columns: 1fr;
  }

  /* ---- Radios: allow full-width pills on small screens ---- */
  .aurae-radios {
    gap: 8px;
  }
  .aurae-radio {
    flex: 1 1 auto;
    text-align: center;
    font-size: 13px;
    padding: 10px 12px;
  }

  /* ---- Form footer: stack small print and button ---- */
  .aurae-form-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  /* ---- FAQ: tighten the number + question columns ---- */
  .aurae-faq-item summary {
    grid-template-columns: 48px 1fr 28px;
    gap: 12px;
    padding: 20px 4px 20px 0;
  }
  .aurae-faq-q {
    font-size: 18px;
  }
  .aurae-faq-a {
    padding-left: 20px;
  }
}
