:root {
  --paper: #fff;
  --ink: #171512;
  --muted: #6e685f;
  --line: rgba(23, 21, 18, .14);
  --accent: #6a3d31;
  --accent-soft: #f4ece9;
  --dark: #151310;
  --dark-muted: rgba(255,255,255,.68);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--ink); color: #fff; }
.site-header, .site-footer, main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.brand img { width: 44px; height: 34px; object-fit: contain; }
.header-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: .84rem; font-weight: 700; }
.header-cta:hover { background: var(--ink); color: #fff; }
.section { padding: clamp(78px, 10vw, 138px) 0; }
.ruled { border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d5a99e; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; }
h1 { max-width: 970px; margin: 0; font-size: clamp(4rem, 9vw, 8.4rem); line-height: .91; }
h2 { margin: 0; font-size: clamp(3rem, 6.5vw, 6rem); line-height: .96; }
h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1; }
.lede { max-width: 740px; margin: 34px 0 0; color: #3d3832; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.58; }
.hero { position: relative; min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr); gap: 34px; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: #fff; }
.button.secondary { background: #fff; }
.text-link, .inline-cta { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.signal { margin: 26px 0 0; color: var(--muted); font-size: .87rem; letter-spacing: .04em; }
.hero-map { position: relative; align-self: stretch; min-height: 540px; color: rgba(23,21,18,.28); }
.hero-map svg { position: absolute; width: 590px; right: -210px; top: 70px; }
.hero-map .line { stroke-width: 2.3; }
.hero-map .faint { opacity: .32; }
.hero-map .accent { color: var(--accent); stroke: currentColor; }
.map-label { position: absolute; z-index: 2; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.label-one { top: 15%; left: 10%; }
.label-two { top: 49%; left: 46%; }
.label-three { bottom: 20%; right: 0; }
.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; column-gap: 54px; align-items: start; margin-bottom: 58px; }
.section-heading .eyebrow { margin-top: 12px; }
.section-heading.compact { margin-bottom: 48px; }
.section-intro { grid-column: 2; max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.trigger-grid, .method-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.trigger-grid article, .method-grid article, .process-grid article { min-height: 245px; padding: 26px 22px 24px 0; border-right: 1px solid var(--line); }
.trigger-grid article:not(:first-child), .method-grid article:not(:first-child), .process-grid article:not(:first-child) { padding-left: 22px; }
.trigger-grid article:last-child, .method-grid article:last-child, .process-grid article:last-child { border-right: 0; }
.trigger-grid span, .method-number, .process-grid span { color: var(--accent); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.trigger-grid p, .method-grid p, .process-grid p { margin: 24px 0 0; color: #3d3934; line-height: 1.65; }
.recognition .inline-cta, .process .inline-cta { display: inline-block; margin-top: 34px; }
.dark { width: 100vw; margin-left: calc(50% - 50vw); padding-left: max(20px, calc((100vw - 1180px) / 2)); padding-right: max(20px, calc((100vw - 1180px) / 2)); background: var(--dark); color: #fff; }
.problem { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.problem-copy > p:last-child { max-width: 780px; color: var(--dark-muted); font-size: 1.25rem; line-height: 1.65; }
blockquote { margin: 0; padding: 30px 0 6px 30px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.74); font-family: var(--serif); font-size: 2rem; line-height: 1.2; }
.method-grid h3, .process-grid h3 { margin-top: 26px; font-size: 2.4rem; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.package-card { min-height: 650px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.package-card.featured { background: var(--dark); color: #fff; }
.package-kicker { margin: 0 0 22px; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.featured .package-kicker { color: #d5a99e; }
.package-summary { min-height: 90px; margin: 24px 0; color: var(--muted); line-height: 1.65; }
.featured .package-summary, .featured li { color: var(--dark-muted); }
.package-card ul { margin: 30px 0 0; padding: 0; list-style: none; }
.package-card li { padding: 14px 0; border-top: 1px solid var(--line); }
.featured li { border-color: rgba(255,255,255,.15); }
.package-footer { margin-top: 46px; }
.price { min-height: 52px; margin: 0 0 18px; color: var(--muted); }
.featured .price { color: var(--dark-muted); }
.price strong { color: inherit; font-size: 1.35rem; }
.featured .button.primary { background: #fff; color: var(--ink); border-color: #fff; }
.add-ons { max-width: 900px; margin: 30px 0 0; padding: 22px 26px; background: var(--accent-soft); border-radius: 18px; color: #4b403c; line-height: 1.65; }
.deliverable-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: clamp(36px, 6vw, 72px); background: var(--accent-soft); border-radius: 34px; }
.deliverable-copy > p:last-child { color: #514945; font-size: 1.12rem; line-height: 1.7; }
.brief-contents { margin: 0; padding: 0; list-style: none; }
.brief-contents li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(106,61,49,.2); }
.brief-contents li span { color: var(--accent); font-size: .75rem; font-weight: 700; }
.brief-contents strong { font-size: 1.05rem; }
.brief-contents p { margin: 6px 0 0; color: #5a514c; line-height: 1.55; }
.not-this { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.not-this ul { margin: 0; padding: 0; list-style: none; }
.not-this li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: var(--dark-muted); line-height: 1.55; }
.inquiry { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; }
.inquiry-copy p:last-child { color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 8px; font-size: .84rem; font-weight: 700; }
.inquiry-form label span { color: var(--muted); font-weight: 400; }
.inquiry-form label:nth-of-type(4), .inquiry-form label:nth-of-type(5), .form-button, .form-note { grid-column: 1 / -1; }
input, textarea, select { width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 2px solid rgba(106,61,49,.22); border-color: var(--accent); }
.form-button { border: 0; }
.form-note { margin: 0; color: var(--muted); font-size: .8rem; }
.site-footer { min-height: 118px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.site-footer p:last-child { justify-self: end; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-map { position: absolute; inset: 0; opacity: .45; }
  .section-heading { grid-template-columns: 1fr; }
  .section-intro { grid-column: 1; }
  .trigger-grid, .method-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .package-grid, .deliverable-card, .problem, .not-this, .inquiry { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
}
@media (max-width: 620px) {
  .site-header, .site-footer, main { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 66px; }
  .header-cta { display: none; }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero { padding-top: 88px; }
  .hero-map svg { right: -330px; top: 140px; }
  .trigger-grid, .method-grid, .process-grid { grid-template-columns: 1fr; }
  .trigger-grid article, .method-grid article, .process-grid article { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trigger-grid article:not(:first-child), .method-grid article:not(:first-child), .process-grid article:not(:first-child) { padding-left: 0; }
  .dark { padding-left: 20px; padding-right: 20px; }
  .deliverable-card { padding: 28px 22px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form label, .inquiry-form label:nth-of-type(4), .inquiry-form label:nth-of-type(5), .form-button, .form-note { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; padding: 28px 0; }
  .site-footer p:last-child { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }


/* V1.1 annotation pass */
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.tile-icon, .brief-icon, .not-list svg, .use-case svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-grid article { position: relative; overflow: hidden; }
.tile-icon { position: absolute; top: 24px; right: 22px; width: 42px; height: 42px; color: rgba(106,61,49,.58); }
.method-grid article, .process-grid article { padding-top: 30px; }
.method-grid h3, .process-grid h3 { padding-right: 38px; }
.scribble { width: 120px; height: 36px; margin-top: 20px; color: rgba(106,61,49,.38); }
.scribble path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.use-case { display: grid; grid-template-columns: 72px 1fr; gap: 24px; max-width: 900px; margin-top: 34px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(106,61,49,.045); }
.use-case-mark { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(106,61,49,.24); border-radius: 50%; color: var(--accent); }
.use-case-mark svg { width: 31px; height: 31px; }
.use-case p { margin: 0; line-height: 1.55; }
.use-case p + p { margin-top: 8px; color: var(--muted); }
.use-case .mini-label { margin-bottom: 8px; color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }

.package-card { position: relative; overflow: hidden; }
.package-doodle { position: absolute; right: 24px; top: 22px; width: 130px; height: 76px; opacity: .18; pointer-events: none; }
.package-doodle path, .package-doodle circle { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.featured .package-doodle { color: #fff; opacity: .24; }
.accent-button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 20px; border: 1px solid #d98a78; border-radius: 999px; background: #d98a78; color: #1b1310; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.accent-button:hover { transform: translateY(-2px); background: #e6a08f; }

.brief-contents li { grid-template-columns: 42px 34px 1fr; align-items: start; }
.brief-icon { width: 28px; height: 28px; color: rgba(106,61,49,.72); }

.process-grid article { overflow: visible; }
.process-line { position: absolute; top: 48px; right: -20px; width: 40px; height: 16px; border-top: 1.5px dashed rgba(106,61,49,.38); transform: rotate(-4deg); z-index: 4; }
.process-line::after { content: ""; position: absolute; right: -1px; top: -5px; width: 8px; height: 8px; border-top: 1.5px solid rgba(106,61,49,.48); border-right: 1.5px solid rgba(106,61,49,.48); transform: rotate(45deg); }

.not-list li { display: grid; grid-template-columns: 1fr 48px; gap: 24px; align-items: center; }
.not-list svg { width: 38px; height: 38px; justify-self: end; color: rgba(213,169,158,.74); }

.hero-map { transform: translate3d(var(--map-x,0), var(--map-y,0), 0); transition: transform .12s linear; }
.hero-map::after { content: ""; position: absolute; width: 90px; height: 28px; right: 20px; bottom: 30px; border-bottom: 1.5px dashed rgba(106,61,49,.3); border-radius: 50%; transform: rotate(-10deg); animation: breathe-line 4.8s ease-in-out infinite; }
@keyframes breathe-line { 0%,100% { transform: rotate(-10deg) scaleX(.82); opacity:.42; } 50% { transform: rotate(-6deg) scaleX(1.08); opacity:.8; } }

@media (max-width: 620px) {
  .tile-icon { width: 36px; height: 36px; top: 20px; right: 4px; }
  .use-case { grid-template-columns: 1fr; padding: 22px; }
  .package-doodle { width: 92px; right: 10px; top: 14px; }
  .brief-contents li { grid-template-columns: 34px 28px 1fr; gap: 10px; }
  .process-line { display: none; }
  .not-list li { grid-template-columns: 1fr 38px; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { .hero-map::after { animation: none; } }
