:root {
  --cream: #fbf5ec;
  --ivory: #fffaf3;
  --beige: #efe4d6;
  --blush: #f2dcd8;
  --rose: #c98584;
  --rose-deep: #a95f61;
  --peach: #efc6ad;
  --terracotta: #c9795d;
  --gold: #b88d4a;
  --gold-light: #dcc08d;
  --sage: #dce5d7;
  --seafoam: #dceae3;
  --taupe: #685b54;
  --ink: #493f3a;
  --line: rgba(105, 78, 64, 0.18);
  --shadow: 0 24px 70px rgba(118, 82, 62, 0.12);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--taupe);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

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

:focus-visible { outline: 3px solid rgba(169, 95, 97, 0.45); outline-offset: 4px; }

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--ivory);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.announcement {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.45rem 1rem;
  background: var(--blush);
  color: #765754;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.announcement p { margin: 0; }

.announcement a { font-weight: 700; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(251, 245, 236, 0.92);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 40px rgba(95, 64, 49, 0.07); }

.header-inner {
  width: min(1320px, calc(100% - 2rem));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  white-space: nowrap;
}

.brand i { color: var(--rose-deep); font-family: var(--display); font-size: 1.25em; font-weight: 400; }

.brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.site-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.2vw, 1.15rem);
}

.site-menu a {
  color: #6d6058;
  font-size: clamp(0.69rem, 0.75vw, 0.8rem);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}

.site-menu a:hover, .site-menu a[aria-current="page"] { color: var(--rose-deep); }

.menu-toggle { display: none; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid var(--rose-deep);
  border-radius: 999px;
  background: var(--rose-deep);
  color: #fffaf5;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(169, 95, 97, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); background: #995355; box-shadow: 0 14px 32px rgba(169, 95, 97, 0.26); }

.button-secondary { background: transparent; color: var(--rose-deep); box-shadow: none; }

.button-secondary:hover { background: rgba(242, 220, 216, 0.6); box-shadow: none; }

.button-small { min-height: 43px; padding: 0.65rem 1.1rem; font-size: 0.72rem; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(5rem, 9vw, 8rem);
}

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--rose-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span { color: var(--gold); margin-right: 0.35rem; }

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

h1, h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
}

h1 { max-width: 780px; font-size: clamp(3.4rem, 6.9vw, 6.9rem); line-height: 0.94; }

h2 { font-size: clamp(2.5rem, 4.4vw, 4.75rem); line-height: 1.02; }

h3 { color: var(--ink); line-height: 1.25; }

.hero-intro { max-width: 660px; margin: 1.8rem 0 0; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.8; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem; margin-top: 2rem; }

.hero-note { display: flex; align-items: center; gap: 0.75rem; margin-top: 2.4rem; color: #85746b; font-size: 0.78rem; }

.hero-note span { color: var(--gold); font-size: 1.1rem; }
.hero-note p { margin: 0; }

.hero-art {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 0 2% 8%;
  z-index: -3;
  border-radius: 48% 52% 38% 62% / 58% 42% 58% 42%;
  background: linear-gradient(145deg, var(--blush), #f7e8d8 50%, var(--seafoam));
}

.hero-art::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -12px;
  top: 35px;
  z-index: -2;
  border: 1px solid rgba(184, 141, 74, 0.4);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255, 250, 243, 0.45);
}

.celestial-disc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(250px, 28vw, 390px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(184, 141, 74, 0.48);
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.62);
  box-shadow: 0 30px 80px rgba(132, 91, 72, 0.12), inset 0 0 0 18px rgba(255,255,255,0.2);
  text-align: center;
}

.celestial-disc::before, .celestial-disc::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(184, 141, 74, 0.2);
  border-radius: 50%;
}

.celestial-disc::after { inset: 25%; border-style: dashed; }

.disc-symbol { color: var(--gold); font-family: Georgia, serif; font-size: clamp(5.5rem, 10vw, 9rem); line-height: 0.8; }

.disc-copy { position: absolute; bottom: 22%; color: var(--rose-deep); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.22em; line-height: 1.7; }

.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(184, 141, 74, 0.35); border-radius: 50%; transform: translate(-50%, -50%) rotate(-25deg); }
.orbit-one { width: 92%; height: 46%; }
.orbit-two { width: 70%; height: 96%; transform: translate(-50%, -50%) rotate(55deg); }

.star { position: absolute; color: var(--gold); }
.star-one { top: 13%; left: 18%; font-size: 1.8rem; }
.star-two { top: 24%; right: 10%; font-size: 2.2rem; }
.star-three { bottom: 11%; right: 24%; font-size: 1.1rem; }

.botanical { position: absolute; bottom: -1%; width: 130px; fill: none; stroke: rgba(118, 124, 91, 0.6); stroke-width: 1.2; }
.botanical-one { left: 1%; }
.botanical-two { right: 1%; transform: scaleX(-1); }

.trust-section { padding-block: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--line); }

.section-heading { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-heading > p:not(.eyebrow) { max-width: 590px; margin: 1.2rem 0 0; }
.compact-heading { max-width: 700px; }
.compact-heading h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.centered-heading { margin-inline: auto; text-align: center; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading > div { max-width: 700px; }
.split-heading > p { max-width: 430px; margin: 0 0 0.4rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.benefit-card { min-height: 255px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,243,0.45); }
.benefit-card:nth-child(2) { background: rgba(242, 220, 216, 0.3); }
.benefit-card:nth-child(3) { background: rgba(220, 234, 227, 0.35); }
.number-mark { color: var(--gold); font-family: var(--display); font-size: 1.2rem; }
.benefit-card h3 { margin: 3.2rem 0 0.75rem; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.benefit-card p { margin: 0; font-size: 0.9rem; }

.services-section { padding-block: clamp(5rem, 9vw, 8rem); background: var(--ivory); border-block: 1px solid var(--line); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.service-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid var(--line);
  border-radius: 2px 26px 2px 26px;
  background: #fffdf8;
  box-shadow: 0 12px 38px rgba(111, 76, 58, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover { transform: translateY(-5px); border-color: rgba(169,95,97,0.4); box-shadow: var(--shadow); }
.service-card.oracle-card { background: linear-gradient(145deg, #fffaf5, rgba(242,220,216,0.45)); }
.service-card.featured-card { border-color: rgba(184, 141, 74, 0.55); box-shadow: inset 0 0 0 5px rgba(220,192,141,0.09); }
.service-topline { width: 100%; display: flex; justify-content: space-between; color: var(--rose-deep); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.service-card h3 { max-width: 310px; margin: 2.6rem 0 0.9rem; font-family: var(--display); font-size: 1.75rem; font-weight: 400; }
.service-card p { margin: 0 0 1.4rem; font-size: 0.88rem; }
.service-card .text-link { margin-top: auto; }

.text-link { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--rose-deep); font-size: 0.78rem; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(169,95,97,0.4); text-underline-offset: 5px; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(3px); }

.checkout-note { margin: 1.5rem 0 0; color: #897970; font-size: 0.74rem; text-align: center; }

.process-section { padding-block: clamp(5rem, 9vw, 8rem); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.process-grid::before { content: ""; position: absolute; top: 2.2rem; left: 17%; right: 17%; height: 1px; background: var(--gold-light); }
.process-grid article { position: relative; z-index: 1; text-align: center; }
.process-icon { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; margin: 0 auto 1.5rem; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--cream); color: var(--gold); font-family: var(--display); font-size: 1.25rem; }
.process-grid h3 { margin: 0 0 0.65rem; font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.process-grid p { max-width: 310px; margin: 0 auto; font-size: 0.88rem; }

.category-section { padding-block: clamp(5rem, 9vw, 8rem); background: var(--sage); }
.category-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.category-layout .section-heading { margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.category-grid a { min-height: 142px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 0 1rem; align-items: center; padding: 1.35rem; border: 1px solid rgba(91,101,78,0.18); background: rgba(255,250,243,0.75); text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.category-grid a:hover { transform: translateX(4px); background: var(--ivory); }
.category-grid span { grid-row: 1 / 3; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 1.25rem; }
.category-grid strong { align-self: end; color: var(--ink); font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.category-grid i { align-self: start; color: var(--rose-deep); font-size: 0.68rem; font-style: normal; font-weight: 700; }

.featured-offer { position: relative; display: grid; grid-template-columns: 0.86fr 1.14fr; min-height: 600px; margin-block: clamp(5rem, 10vw, 9rem); overflow: hidden; border: 1px solid rgba(184,141,74,0.3); background: linear-gradient(135deg, var(--blush), #f8e6d3 56%, #f4e7cc); box-shadow: var(--shadow); }
.featured-art { position: relative; min-height: 520px; }
.featured-art::before { content: ""; position: absolute; width: 120%; aspect-ratio: 1; top: 50%; left: -34%; transform: translateY(-50%); border: 1px solid rgba(184,141,74,0.34); border-radius: 50%; }
.featured-art::after { content: ""; position: absolute; width: 86%; aspect-ratio: 1; top: 50%; left: -17%; transform: translateY(-50%); border: 1px dashed rgba(169,95,97,0.32); border-radius: 50%; }
.chart-ring { position: absolute; top: 50%; left: 42%; z-index: 2; width: min(260px, 72%); aspect-ratio: 1; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,250,243,0.7); box-shadow: inset 0 0 0 18px rgba(255,255,255,0.22); }
.chart-ring span { color: var(--gold); font-family: Georgia, serif; font-size: 7rem; }
.mini-star { position: absolute; z-index: 3; color: var(--gold); }
.mini-star-one { top: 20%; right: 10%; font-size: 1.8rem; }
.mini-star-two { bottom: 17%; right: 20%; font-size: 2.3rem; }
.featured-copy { align-self: center; max-width: 620px; padding: clamp(2.2rem, 6vw, 5.5rem); }
.featured-copy h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.featured-lead { color: var(--ink); font-size: 1.08rem; }
.check-list { display: grid; gap: 0.75rem; margin: 1.7rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }

.oracle-section { padding-block: clamp(5rem, 9vw, 8rem); background: var(--peach); }
.oracle-layout { display: grid; grid-template-columns: 0.83fr 1.17fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.oracle-intro h2 { max-width: 520px; }
.oracle-intro > p:not(.eyebrow):not(.small-copy) { max-width: 580px; font-size: 1.03rem; }
.oracle-line { display: block; width: 90px; height: 1px; margin: 1.8rem 0; background: var(--rose-deep); }
.small-copy { max-width: 550px; font-size: 0.78rem; }
.oracle-options { display: grid; border-top: 1px solid rgba(109,76,61,0.25); }
.oracle-options a { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 1.2rem; min-height: 126px; padding: 1.25rem 0.35rem; border-bottom: 1px solid rgba(109,76,61,0.25); text-decoration: none; transition: padding 180ms ease, background 180ms ease; }
.oracle-options a:hover { padding-inline: 1rem; background: rgba(255,250,243,0.36); }
.oracle-number { color: var(--rose-deep); font-family: var(--display); font-size: 1.9rem; }
.oracle-options strong { display: block; color: var(--ink); font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; }
.oracle-options small { display: block; margin-top: 0.2rem; }
.oracle-options i { color: var(--rose-deep); font-size: 1.3rem; font-style: normal; }

.articles-section { padding-block: clamp(5rem, 9vw, 8rem); }
.heading-link { margin-bottom: 0.5rem; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.article-card { border: 1px solid var(--line); background: var(--ivory); }
.article-image { min-height: 255px; display: grid; place-items: center; overflow: hidden; background: var(--blush); }
.article-image.peach-image { background: #f3dccd; }
.article-image.sage-image { background: var(--sage); }
.article-image img { width: 100%; height: 255px; object-fit: cover; transition: transform 350ms ease; }
.article-card:hover .article-image img { transform: scale(1.035); }
.article-card > div { padding: 1.4rem 1.4rem 1.6rem; }
.article-meta { margin: 0 0 0.8rem; color: var(--rose-deep); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.article-card h3 { margin: 0 0 0.8rem; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.article-card h3 a { text-decoration: none; }
.article-card p:not(.article-meta) { font-size: 0.84rem; }

.about-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--seafoam); }
.about-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-emblem { width: min(360px, 85vw); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; border: 1px solid rgba(105,104,78,0.25); border-radius: 50%; background: rgba(255,250,243,0.46); box-shadow: inset 0 0 0 30px rgba(255,255,255,0.16); }
.about-emblem span { color: var(--gold); font-family: Georgia, serif; font-size: 8rem; }
.about-emblem i { position: absolute; margin-top: 190px; color: var(--rose-deep); font-size: 0.57rem; font-style: normal; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.about-layout > div:last-child { max-width: 700px; }
.about-layout h2 { margin-bottom: 1.5rem; }

.expect-section { padding-block: clamp(5rem, 9vw, 8rem); }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.expect-grid article { min-height: 250px; padding: 2rem; border: 1px solid var(--line); text-align: center; }
.expect-grid article:nth-child(2) { background: rgba(242,220,216,0.26); }
.expect-grid span { color: var(--gold); font-size: 1.5rem; }
.expect-grid h3 { margin: 2rem 0 0.7rem; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.expect-grid p { margin: 0; font-size: 0.86rem; }

.faq-section { padding-block: clamp(5rem, 9vw, 8rem); background: var(--ivory); border-block: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: var(--ink); font-family: var(--display); font-size: 1.35rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose-deep); font-family: var(--body); font-size: 1.4rem; font-weight: 300; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -0.2rem 2.5rem 1.4rem 0; font-size: 0.88rem; }

.final-cta { position: relative; padding-block: clamp(6rem, 12vw, 11rem); text-align: center; }
.final-cta h2 { max-width: 780px; margin-inline: auto; }
.final-cta > p:not(.eyebrow) { margin: 1.2rem auto 0; }
.centered-buttons { justify-content: center; }
.final-ornament { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin: 0 auto 1.8rem; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); }

.site-footer { padding: 5rem 0 1.6rem; background: #f1e5d8; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; }
.footer-brand p { max-width: 330px; margin-top: 1.3rem; font-size: 0.84rem; }
.footer-grid h2 { margin: 0 0 1rem; font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 0.55rem; }
.footer-grid > div:not(.footer-brand) a { font-size: 0.8rem; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--rose-deep); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); font-size: 0.7rem; }
.footer-bottom a { font-weight: 700; text-decoration: none; }

@media (max-width: 1180px) {
  .header-cta { display: none; }
  .header-inner { justify-content: space-between; }
  .site-menu { justify-content: flex-end; }
  .site-menu a { font-size: 0.7rem; }
}

@media (max-width: 980px) {
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 0.65rem; margin-left: auto; padding: 0.65rem 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
  .menu-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
  .menu-lines { width: 24px; display: grid; gap: 6px; }
  .menu-lines i { display: block; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-menu { position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); display: grid; justify-content: stretch; gap: 0; padding: 1rem max(1rem, calc((100vw - 760px) / 2)); overflow-y: auto; border-top: 1px solid var(--line); background: var(--cream); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform 220ms ease, opacity 180ms ease, visibility 220ms; }
  .site-menu.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-menu a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 480px; width: min(620px, 100%); margin-inline: auto; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .category-layout, .oracle-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; }
  .category-layout .section-heading { max-width: 720px; }
  .featured-offer { grid-template-columns: 0.75fr 1.25fr; }
  .featured-art { min-height: 460px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .faq-layout .section-heading { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 1.25rem, 1180px); }
  .announcement { gap: 0.7rem; justify-content: space-between; font-size: 0.66rem; }
  .announcement p { max-width: 68%; }
  .announcement a { text-align: right; }
  .header-inner { width: calc(100% - 1.25rem); }
  .brand { font-size: 0.68rem; letter-spacing: 0.12em; }
  .brand-mark { width: 1.85rem; height: 1.85rem; }
  .hero { gap: 2rem; padding-block: 3.6rem 4.5rem; }
  h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero-art { min-height: 390px; }
  .botanical { width: 96px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 1.2rem; }
  .heading-link { margin-top: 1.2rem; }
  .benefit-grid, .service-grid, .process-grid, .category-grid, .article-grid, .expect-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .benefit-card h3 { margin-top: 2.4rem; }
  .service-card { min-height: 300px; }
  .process-grid { gap: 2.5rem; }
  .process-grid::before { top: 2rem; bottom: 2rem; left: 50%; right: auto; width: 1px; height: auto; }
  .process-grid article { background: var(--cream); }
  .category-grid a { min-height: 120px; }
  .featured-offer { width: calc(100% - 1.25rem); grid-template-columns: 1fr; }
  .featured-art { min-height: 350px; }
  .featured-art::before { width: 115%; left: -12%; }
  .featured-art::after { width: 82%; left: 4%; }
  .chart-ring { left: 50%; width: 220px; }
  .featured-copy { padding-top: 1rem; }
  .oracle-options a { grid-template-columns: 44px 1fr auto; gap: 0.75rem; }
  .oracle-options strong { font-size: 1.55rem; }
  .article-card:last-child { grid-column: auto; display: block; }
  .about-emblem { width: min(300px, 82vw); }
  .about-emblem span { font-size: 6.5rem; }
  .faq-list summary { font-size: 1.15rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; }
}

@media (max-width: 420px) {
  .announcement p { display: none; }
  .announcement { justify-content: center; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .hero-art { min-height: 330px; }
  .botanical { display: none; }
  .category-grid strong { font-size: 1.12rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
