:root {
  --ink: #24221f;
  --ink-soft: #514c44;
  --cream: #fbf6ec;
  --paper: #fffdf8;
  --gold: #f4b942;
  --gold-deep: #d89617;
  --coral: #db7558;
  --sage: #566552;
  --line: rgba(36, 34, 31, .14);
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgba(48, 37, 19, .14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(251, 246, 236, .92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: 205px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { position: relative; text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .01em; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--gold-deep); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: .75rem 1.1rem; border: 1.5px solid var(--ink); border-radius: 99px; transition: .2s ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 760px; padding: 154px 0 104px; overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(244,185,66,.18), transparent 30%), var(--cream); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -240px; bottom: -160px; border: 1px dashed rgba(36,34,31,.22); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.2rem; color: var(--gold-deep); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.04em; line-height: .98; }
.hero h1 { margin: 0; font-size: clamp(3.65rem, 6.7vw, 6.8rem); font-weight: 500; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lede { max-width: 590px; margin: 1.8rem 0 0; color: var(--ink-soft); font-size: clamp(1.06rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .8rem 1.25rem; border: 0; border-radius: 99px; text-decoration: none; font-size: .9rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(36,34,31,.2); }
.button-primary:hover { background: #050504; box-shadow: 0 16px 32px rgba(36,34,31,.25); }
.button-gold { color: #1d1b18; background: var(--gold); }
.button-gold:hover { background: #ffc858; box-shadow: 0 12px 28px rgba(244,185,66,.25); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; border-bottom: 1px solid currentColor; font-weight: 800; font-size: .9rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; list-style: none; padding: 0; margin: 2.5rem 0 0; color: var(--ink-soft); font-size: .8rem; font-weight: 700; }
.hero-points li::before { content: "✦"; margin-right: .45rem; color: var(--gold-deep); }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; border-radius: 48% 48% 18px 18px; overflow: hidden; aspect-ratio: .92; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); border-radius: inherit; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-note { position: absolute; left: -44px; bottom: 38px; display: flex; align-items: center; gap: .8rem; width: 220px; padding: .9rem 1rem; background: var(--paper); border-radius: .8rem; box-shadow: 0 14px 34px rgba(34,29,21,.16); transform: rotate(-3deg); }
.hero-note svg { flex: 0 0 38px; fill: none; stroke: var(--coral); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-note span { font-size: .7rem; line-height: 1.35; }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1rem; }
.stitch-line { position: absolute; left: 0; right: 0; bottom: 28px; border-top: 2px dashed rgba(36,34,31,.12); }

.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 420px); align-items: end; gap: 3rem; margin-bottom: 3.25rem; }
h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); font-weight: 500; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 1rem; }
.service-card { position: relative; min-height: 435px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.44); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(45,38,28,.09); }
.service-card-featured { background: var(--gold); border-color: transparent; }
.service-number { position: absolute; right: 1.4rem; top: .8rem; color: rgba(36,34,31,.18); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.service-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 2.8rem; background: var(--paper); border-radius: 50%; }
.service-icon svg { width: 34px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 .7rem; font-family: Georgia, serif; font-size: 1.75rem; }
.service-card p { color: var(--ink-soft); }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; list-style: none; padding: 1.2rem 0 0; margin: 1.4rem 0 0; border-top: 1px solid rgba(36,34,31,.14); font-size: .78rem; font-weight: 750; }
.service-card li::before { content: "•"; margin-right: .4rem; color: var(--coral); }

.work { color: #fffaf0; background: var(--ink); }
.eyebrow-light { color: var(--gold); }
.section-heading-light > p { color: rgba(255,255,255,.66); }
.work-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 340px); gap: 1rem; }
.work-card { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; }
.work-card-large { grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.work-card:hover img { transform: scale(1.035); }
.work-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(20,18,15,.78)); }
.work-card figcaption { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.25rem; }
.work-card figcaption span { display: block; margin-bottom: .25rem; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.work-card figcaption strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.image-note { margin: 1.1rem 0 0; color: rgba(255,255,255,.48); font-size: .72rem; }

.process { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.process-intro { position: sticky; top: 135px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 470px; margin: 1.6rem 0; color: var(--ink-soft); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1.5rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.step-number { display: grid; place-items: center; align-self: start; width: 54px; height: 54px; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 1.35rem; }
.process-list h3 { margin: 0 0 .35rem; font-family: Georgia, serif; font-size: 1.55rem; }
.process-list p { margin: 0; color: var(--ink-soft); }

.about { padding-top: 0; background: var(--paper); }
.about-card { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 560px; overflow: hidden; color: #fffaf0; background: var(--coral); border-radius: calc(var(--radius) * 1.5); }
.about-mark { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--gold); color: var(--ink); font-family: Georgia, serif; letter-spacing: -.1em; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px dashed rgba(36,34,31,.3); border-radius: 50%; }
.about-mark::after { width: 180px; height: 180px; }
.about-mark span { z-index: 1; font-size: clamp(7rem, 13vw, 12rem); }
.about-mark small { z-index: 1; align-self: center; margin-top: 6rem; font-size: 2rem; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 6.5rem); }
.about-copy .eyebrow { color: #fff7e6; }
.about-lede { margin: 1.7rem 0 .8rem; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.about-lede) { color: rgba(255,255,255,.78); }
.signature { margin-top: 1.5rem; font-family: Georgia, serif; font-style: italic; font-size: 1.1rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); }
.faq-layout > div:first-child > p:last-child { max-width: 440px; color: var(--ink-soft); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-family: sans-serif; font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -.3rem 0 1.5rem; padding-right: 3rem; color: var(--ink-soft); }

.quote { padding-top: 60px; }
.quote-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); padding: clamp(2.25rem, 6vw, 6rem); color: white; background: var(--ink); border-radius: calc(var(--radius) * 1.5); }
.quote-intro > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.quote-tip { margin-top: 2.25rem; padding: 1rem 0 1rem 1rem; border-left: 3px solid var(--gold); }
.quote-tip strong, .quote-tip span { display: block; }
.quote-tip span { color: rgba(255,255,255,.56); font-size: .8rem; }
.quote-form { display: grid; gap: 1rem; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .42rem; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 800; }
.quote-form small { font-weight: 500; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: .65rem; outline: none; color: white; background: rgba(255,255,255,.07); padding: .85rem .9rem; transition: border .2s ease, background .2s ease; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.1); }
.quote-form select { color-scheme: dark; }
.quote-form textarea { resize: vertical; }
.quote-form .button { justify-self: start; margin-top: .3rem; }
.quote-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 1.4rem; margin: 0; color: var(--gold); font-size: .8rem; }
.form-status.success { color: #b9dc9d; }
.form-status.error { color: #ffad98; }
.form-status a { color: inherit; font-weight: 800; }

.site-footer { padding: 70px 0 24px; }
.footer-main { display: flex; justify-content: space-between; gap: 4rem; padding-bottom: 3rem; }
.footer-brand img { width: 210px; }
.footer-brand p { max-width: 330px; color: var(--ink-soft); }
.footer-links { display: flex; gap: clamp(3rem, 7vw, 6rem); }
.footer-links > div { display: flex; flex-direction: column; gap: .55rem; }
.footer-links strong { margin-bottom: .35rem; font-family: Georgia, serif; font-size: 1.05rem; }
.footer-links a { color: var(--ink-soft); text-decoration: none; font-size: .83rem; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; }

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: 7rem 10vw; background: var(--cream); transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-family: Georgia, serif; font-size: 2rem; }
  .nav-cta { font-family: inherit !important; font-size: .9rem !important; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .hero-image-wrap { aspect-ratio: 1.2; border-radius: 220px 220px 18px 18px; }
  .section-heading, .process-layout, .faq-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: span 2; }
  .service-card { min-height: 370px; }
  .process-intro { position: static; }
  .about-card { grid-template-columns: 1fr; }
  .about-mark { min-height: 270px; }
  .quote-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 76px; }
  .brand { width: 170px; }
  .hero { min-height: auto; padding: 114px 0 80px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.15rem; }
  .hero-points { gap: .55rem; flex-direction: column; }
  .hero-image-wrap { aspect-ratio: .92; border-radius: 160px 160px 18px 18px; }
  .hero-note { left: -4px; bottom: 18px; }
  .section-heading { gap: 1.2rem; margin-bottom: 2.2rem; }
  h2 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; }
  .service-card { min-height: auto; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 380px); }
  .work-card-large { grid-row: auto; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 1rem; }
  .about-copy { padding: 2.4rem 1.5rem 3rem; }
  .about-mark { min-height: 210px; }
  .field-row { grid-template-columns: 1fr; }
  .quote-card { width: 100%; border-radius: 0; }
  .quote { padding-bottom: 0; }
  .footer-main { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
