:root {
  --ink: #0b0d10;
  --charcoal: #242a31;
  --bone: #f6f2ea;
  --paper: #fffdf8;
  --frost: #8dd7ff;
  --frost-strong: #5cc5fa;
  --mist: #dde4e8;
  --slate: #66717c;
  --line-dark: rgba(246, 242, 234, .2);
  --line-light: rgba(11, 13, 16, .16);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 20px;
  --shadow: 0 24px 80px rgba(11, 13, 16, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--bone); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); background: var(--frost); color: var(--ink); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.section-dark { color: var(--bone); background: var(--ink); }
.section-light { background: var(--paper); }
.section-bone { background: var(--bone); }
.eyebrow { margin: 0 0 22px; color: var(--frost); font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.dark { color: #3b6f8a; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: .98; }
h1 { margin-bottom: 28px; max-width: 760px; font-size: clamp(3.25rem, 7vw, 6.25rem); font-weight: 800; }
h1 span { color: var(--frost); }
h2 { margin-bottom: 0; font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 760; }
h3 { font-size: 1.65rem; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--bone); background: rgba(11, 13, 16, .88); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(16px); }
.header-inner { width: var(--shell); height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 39px; height: 39px; display: grid; place-items: center; border-left: 1px solid var(--bone); border-top: 1px solid var(--bone); border-bottom: 1px solid var(--bone); font-weight: 800; font-size: .72rem; letter-spacing: -.08em; }
.brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; right: -1px; top: -1px; border-top: 3px solid var(--frost); border-right: 3px solid var(--frost); }
.brand-mark::before { content: ""; position: absolute; width: 10px; right: 0; bottom: -1px; border-bottom: 1px solid var(--bone); }
.brand-name { font-weight: 780; letter-spacing: -.03em; }
.brand-name em { margin-left: 3px; color: #a7b1b8; font-size: .7rem; font-style: normal; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: #c6cdd2; font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--bone); }
.site-nav .portfolio-route { color: #91a0aa; }
.site-nav .portfolio-route span { color: var(--frost); }
.site-nav .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--ink); background: var(--frost); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--bone); transition: transform .2s ease; }

.hero { padding: 112px 0 84px; }
.hero-brand { margin-bottom: 30px; display: flex; justify-content: center; }
.hero-logo { width: min(500px, 52vw); height: auto; display: block; }
.hero-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 70px; align-items: center; }
.hero-lede { max-width: 660px; margin-bottom: 34px; color: #b8c1c7; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 780; line-height: 1; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(141, 215, 255, .45); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--frost); }
.button-primary:hover { background: #a7e1ff; }
.button-ghost { color: var(--bone); border-color: rgba(246, 242, 234, .34); background: transparent; }
.button-ghost:hover { border-color: var(--bone); }
.button-dark { color: var(--bone); background: var(--ink); }
.hero-note { margin: 30px 0 0; color: #7f8b94; font-size: .86rem; }
.hero-frame { position: relative; min-height: 460px; padding: 62px 44px 40px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(246, 242, 234, .75); border-top-right-radius: 0; }
.hero-frame::before { content: ""; position: absolute; top: -2px; right: -2px; width: 92px; height: 135px; background: var(--ink); }
.corner-accent { position: absolute; z-index: 2; top: -1px; right: -1px; width: 70px; height: 70px; border-top: 9px solid var(--frost); border-right: 9px solid var(--frost); }
.corner-accent.small { width: 48px; height: 48px; border-width: 7px; }
.frame-label { padding: 15px 0; display: flex; gap: 18px; color: #a7b1b8; border-bottom: 1px solid var(--line-dark); font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.frame-label span { color: var(--frost); }
.hero-frame p { margin: 58px 0 0; font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 750; letter-spacing: -.05em; line-height: .98; }

.intro { padding: 116px 0; }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.intro h2 { max-width: 780px; }
.intro-grid > div > p { max-width: 720px; margin: 32px 0 0; color: var(--slate); font-size: 1.1rem; }

.work, .pricing { padding: 120px 0; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--slate); }
.section-heading.light > p { color: #9ca7ae; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.work-card { grid-column: span 4; min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--radius); box-shadow: 0 10px 40px rgba(11,13,16,.04); }
.work-card-dark { color: var(--bone); background: var(--ink); }
.work-card-blue { background: #dff4ff; }
.work-topline { min-height: 53px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid currentColor; border-color: rgba(102,113,124,.25); color: var(--slate); font-size: .7rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.work-card-dark .work-topline { color: #9aa5ad; }
.work-visual { height: 320px; margin: 20px; padding: 28px; border-radius: 14px; overflow: hidden; }
.creator-visual { position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--bone); background: linear-gradient(135deg, #202b33, #12161a); border: 1px solid var(--line-dark); }
.creator-visual strong { font-size: 2.6rem; letter-spacing: -.06em; line-height: .92; }
.mini-nav { position: absolute; top: 24px; left: 26px; width: 64%; height: 5px; background: rgba(246,242,234,.22); }
.mini-button { width: 80px; height: 34px; margin-top: 24px; background: var(--frost); border-radius: 20px; }
.booking-visual { display: flex; flex-direction: column; justify-content: center; background: #f5e9ea; }
.booking-title { margin-bottom: 30px; color: #542e37; font-family: Georgia, serif; font-size: 2.35rem; letter-spacing: -.05em; }
.booking-row { width: 100%; height: 14px; margin: 8px 0; background: rgba(84,46,55,.16); border-radius: 8px; }
.booking-row.short { width: 64%; }
.booking-button { width: 120px; height: 38px; margin-top: 28px; background: #542e37; border-radius: 20px; }
.local-visual { display: flex; flex-direction: column; justify-content: space-between; color: white; background: #16382e; }
.local-visual span { color: #a8d8be; font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.local-visual strong { font-size: 2.5rem; letter-spacing: -.06em; line-height: .9; }
.work-copy { padding: 5px 24px 28px; }
.work-copy h3 { margin-bottom: 14px; }
.work-copy p { margin-bottom: 0; color: var(--slate); font-size: .94rem; }
.work-card-dark .work-copy p { color: #a7b1b8; }
.portfolio-index { margin-top: 76px; padding: clamp(30px, 5vw, 58px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--radius); }
.portfolio-intro h3 { margin-bottom: 20px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.portfolio-intro > p:last-child { margin-bottom: 0; color: var(--slate); }
.portfolio-groups { display: grid; gap: 38px; }
.portfolio-group-heading { margin-bottom: 6px; padding-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line-light); }
.portfolio-group-heading h4 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
.portfolio-group-heading span { color: var(--slate); font-size: .75rem; }
.project-links { display: grid; }
.project-link { min-height: 72px; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.project-link > span { display: grid; gap: 2px; }
.project-link strong { font-size: .95rem; }
.project-link small { color: var(--slate); font-size: .78rem; }
.project-link em { flex: 0 0 auto; color: #3b6f8a; font-size: .75rem; font-style: normal; font-weight: 760; }
a.project-link:hover strong, a.project-link:focus-visible strong { color: #2f769a; }
.project-link.muted em { color: var(--slate); }

.services, .process, .start { padding: 120px 0; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { min-height: 170px; padding: 34px 0; display: grid; grid-template-columns: 70px .8fr 1.2fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.service-row > span { align-self: start; color: var(--frost); font-size: .78rem; font-weight: 800; }
.service-row h3 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.5rem); }
.service-row p { max-width: 550px; margin: 0; color: #9ca7ae; }

.standard { padding: 120px 0; }
.standard-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.standard-title { position: sticky; top: 120px; align-self: start; }
.standard-title p:last-child { max-width: 470px; margin-top: 28px; color: var(--slate); }
.standard-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.standard-list li { min-height: 76px; display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--line-light); font-size: 1.15rem; font-weight: 680; }
.standard-list span { color: #467791; font-size: .73rem; }

.package-guide { margin: -8px 0 24px; padding: 22px 26px; display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: start; color: var(--slate); background: rgba(255,255,255,.55); border: 1px solid var(--line-light); border-radius: var(--radius); }
.package-guide span { color: #3b6f8a; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-guide p { margin: 0; max-width: 920px; line-height: 1.65; }
.package-guide strong { color: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card { position: relative; padding: clamp(30px, 5vw, 56px); background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--radius); }
.price-card.featured { color: var(--bone); background: var(--ink); border-color: var(--ink); }
.price-card.featured::before { content: ""; position: absolute; z-index: 1; top: -2px; right: -2px; width: 68px; height: 82px; background: var(--ink); }
.plan-label { margin-bottom: 24px; color: #3b6f8a; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.featured .plan-label { color: var(--frost); }
.price-card h3 { max-width: 440px; min-height: 80px; margin-bottom: 40px; font-size: clamp(1.8rem, 3.6vw, 3rem); }
.price { margin-bottom: 15px; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 780; letter-spacing: -.05em; line-height: 1; }
.price span { display: inline-block; color: var(--slate); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.featured .price span { color: #98a3aa; }
.plan-summary { min-height: 82px; color: var(--slate); font-size: 1rem; line-height: 1.65; }
.featured .plan-summary { color: #b5bec4; }
.best-for { min-height: 78px; margin-top: 18px; color: var(--slate); font-size: .92rem; line-height: 1.55; }
.best-for strong { color: var(--ink); }
.featured .best-for { color: #a7b1b8; }
.featured .best-for strong { color: var(--bone); }
.price-card ul { min-height: 346px; margin: 32px 0; padding: 28px 0 0; list-style: none; border-top: 1px solid var(--line-light); }
.featured ul { border-color: var(--line-dark); }
.price-card li { position: relative; padding: 7px 0 7px 24px; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; background: var(--frost-strong); }
.price-card .button { width: 100%; }
.mobile-comparison { display: none; }
.aftercare-panel { margin-top: 22px; padding: 34px; display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.4fr); gap: 44px; background: #e8edf0; border-radius: var(--radius); }
.aftercare-intro h3 { max-width: 430px; margin: 10px 0 14px; font-size: clamp(1.6rem, 2.8vw, 2.4rem); line-height: 1.05; }
.aftercare-intro > p:last-child { max-width: 520px; margin: 0; color: var(--slate); line-height: 1.65; }
.care-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(11, 13, 16, .1); border-radius: calc(var(--radius) - 5px); background: rgba(255, 255, 255, .48); }
.care-strip > div { min-width: 0; padding: 24px; border-right: 1px solid var(--line-light); }
.care-strip > div:last-child { border: 0; }
.care-strip span, .care-strip strong { display: block; }
.care-strip span { margin-bottom: 8px; color: #3b6f8a; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.care-strip strong { font-size: 1.25rem; }
.care-strip p { margin: 9px 0 0; color: var(--slate); font-size: .88rem; line-height: 1.55; }
.aftercare-note { margin: 14px 2px 0; color: var(--slate); font-size: .78rem; line-height: 1.55; }
.timeline-note { margin-top: 22px; padding: 24px 28px; display: grid; grid-template-columns: 180px 1fr; gap: 28px; color: var(--slate); background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--radius); }
.timeline-note span { color: #3b6f8a; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-note p { margin: 0; line-height: 1.65; }
.timeline-note strong { color: var(--ink); }

.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line-dark); }
.process-list li { min-height: 290px; padding: 28px 24px 28px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); }
.process-list li + li { padding-left: 24px; }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--frost); font-size: .78rem; font-weight: 800; }
.process-list h3 { margin-bottom: 12px; font-size: 1.35rem; }
.process-list p { margin: 0; color: #939fa7; font-size: .88rem; }

.founder { padding: 120px 0; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.founder-grid > div:last-child { padding-top: 42px; color: var(--slate); font-size: 1.08rem; }
.text-link { min-height: 44px; margin-top: 16px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--frost-strong); }

.ownership { padding: 110px 0; }
.ownership-frame { position: relative; padding: clamp(40px, 7vw, 88px); background: var(--paper); border: 1px solid var(--ink); }
.ownership-frame::before { content: ""; position: absolute; z-index: 1; top: -2px; right: -2px; width: 66px; height: 78px; background: var(--paper); }
.ownership-frame h2 { max-width: 900px; }
.ownership-frame > p:last-child { max-width: 780px; margin: 32px 0 0; color: var(--slate); font-size: 1.08rem; }

.start-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.start-copy { position: sticky; top: 120px; }
.start-copy > p:nth-of-type(2) { max-width: 440px; margin-top: 28px; color: #a7b1b8; }
.response-note { margin-top: 48px; padding-top: 24px; display: grid; gap: 5px; border-top: 1px solid var(--line-dark); }
.response-note strong { color: var(--frost); }
.response-note span { max-width: 400px; color: #8d99a1; font-size: .9rem; }
.project-form { padding: clamp(26px, 4.5vw, 50px); color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.project-form label { margin-bottom: 21px; display: block; }
.project-form label > span { margin-bottom: 8px; display: block; font-size: .85rem; font-weight: 740; }
.project-form label em { color: var(--slate); font-style: normal; font-weight: 500; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #f4f5f3; border: 1px solid #ccd3d6; border-radius: 10px; }
textarea { resize: vertical; }
input:user-invalid, select:user-invalid, textarea:user-invalid { border-color: #a74343; }
.form-submit { width: 100%; margin-top: 5px; }
.form-submit:disabled { cursor: wait; opacity: .68; }
.form-fine { margin: 13px 0 0; color: var(--slate); font-size: .78rem; text-align: center; }
.form-consent { margin: 9px auto 0; max-width: 560px; color: var(--slate); font-size: .75rem; line-height: 1.5; text-align: center; }
.form-consent a { color: #315f78; font-weight: 720; }
.form-error { min-height: 24px; margin: -4px 0 8px; color: #9e3030; font-size: .86rem; font-weight: 700; }
.inquiry-ready { padding: clamp(28px, 5vw, 52px); background: #192027; border: 1px solid var(--line-dark); border-radius: var(--radius); }
.inquiry-ready h3 { font-size: clamp(2rem, 4vw, 3.4rem); }
.inquiry-ready > p { color: #a7b1b8; }
.inquiry-ready a { color: var(--frost); }
.ready-actions { display: flex; gap: 12px; }

.site-footer { padding: 64px 0 34px; color: var(--bone); background: #07090b; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: start; }
.footer-brand { font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.footer-grid p { color: #7f8b94; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.footer-links a { color: #b8c1c7; font-size: .88rem; text-decoration: none; }
.footer-bottom { grid-column: 1 / -1; margin-top: 34px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line-dark); }
.footer-bottom p { margin: 0; font-size: .75rem; }
.footer-bottom .signature { color: #8d99a1; font-size: .68rem; font-weight: 750; letter-spacing: .22em; text-align: right; }
.site-disclaimer { grid-column: 1 / -1; max-width: 920px; margin: -24px auto 0; color: #69747c !important; font-size: .7rem; line-height: 1.55; text-align: center; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: absolute; }
.legal-header-actions { display: flex; align-items: center; gap: 24px; }
.legal-header-actions a { color: #c6cdd2; font-size: .9rem; font-weight: 680; text-decoration: none; }
.legal-header-actions a:hover, .legal-header-actions a:focus-visible { color: var(--bone); }
.legal-hero { padding: 166px 0 78px; color: var(--bone); background: var(--ink); }
.legal-hero h1 { max-width: 880px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6rem); }
.legal-hero p:last-child { max-width: 700px; margin: 0; color: #a7b1b8; font-size: 1.05rem; }
.legal-content { padding: 84px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 90px; justify-content: center; }
.legal-meta { position: sticky; top: 40px; align-self: start; color: var(--slate); font-size: .78rem; }
.legal-meta strong { display: block; margin-bottom: 6px; color: var(--ink); }
.legal-copy section { margin-bottom: 48px; }
.legal-copy section:last-child { margin-bottom: 0; }
.legal-copy h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; }
.legal-copy h3 { margin: 28px 0 12px; font-size: 1.05rem; letter-spacing: -.02em; line-height: 1.3; }
.legal-copy p, .legal-copy li { color: #4f5a63; }
.legal-copy ul { margin: 14px 0 0; padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }
.legal-callout { padding: 22px 24px; background: var(--bone); border-left: 4px solid var(--frost-strong); }
.legal-copy a { color: #245f7e; font-weight: 680; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .site-header.menu-open { background: var(--ink); }
  .menu-button { display: block; }
  .menu-open .menu-button > span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button > span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 76px 0 auto; padding: 18px 16px 28px; display: none; flex-direction: column; align-items: stretch; gap: 4px; color: var(--bone); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
  .menu-open .site-nav { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; font-size: 1rem; }
  .site-nav .nav-cta { margin-top: 10px; justify-content: center; }
  .hero-grid, .intro-grid, .standard-grid, .founder-grid, .start-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 70px; }
  .hero-frame { min-height: 410px; }
  .intro-grid, .founder-grid, .start-grid { gap: 36px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .work-card { grid-column: span 6; }
  .work-card:last-child { grid-column: 3 / span 8; }
  .portfolio-index { grid-template-columns: 1fr; gap: 44px; }
  .timeline-note { grid-template-columns: 1fr; gap: 10px; }
  .service-row { grid-template-columns: 50px 1fr; }
  .service-row p { grid-column: 2; }
  .standard-grid { gap: 50px; }
  .standard-title, .start-copy { position: static; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card h3, .price-card ul, .best-for { min-height: 0; }
  .aftercare-panel { grid-template-columns: 1fr; gap: 28px; }
  .care-strip { grid-template-columns: 1fr; }
  .care-strip > div { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li { min-height: 220px; padding: 24px; border-bottom: 1px solid var(--line-dark); }
  .process-list li + li { padding-left: 24px; }
  .founder-grid > div:last-child { padding-top: 0; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); --radius: 16px; }
  html { scroll-padding-top: 72px; }
  .header-inner { height: 68px; }
  .site-nav { top: 68px; }
  .brand-name em { display: none; }
  .hero { padding: 104px 0 72px; }
  .hero-brand { margin-bottom: 30px; }
  .hero-grid { gap: 52px; }
  .hero-logo { width: min(310px, 88vw); }
  h1 { font-size: clamp(2.85rem, 14vw, 4.1rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { line-height: 1.5; }
  .hero-frame { min-height: 360px; padding: 58px 26px 30px; }
  .hero-frame p { font-size: 2.35rem; }
  .intro, .work, .services, .standard, .pricing, .process, .founder, .ownership, .start { padding: 82px 0; }
  .intro h2, .section-heading h2, .standard h2, .founder h2, .ownership h2, .start h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .section-heading { margin-bottom: 38px; }
  .work-grid { display: block; }
  .work-card { margin-bottom: 16px; }
  .work-visual { height: 245px; }
  .portfolio-index { margin-top: 44px; padding: 28px 20px; }
  .portfolio-group-heading { align-items: start; flex-direction: column; gap: 3px; }
  .project-link { align-items: start; }
  .project-link em { padding-top: 2px; font-size: .7rem; text-align: right; }
  .service-row { min-height: 0; padding: 28px 0; grid-template-columns: 35px 1fr; gap: 16px; }
  .service-row p { margin-top: 4px; }
  .standard-list li { font-size: 1rem; }
  .package-guide { margin-bottom: 18px; padding: 20px; display: block; }
  .package-guide span { display: block; margin-bottom: 9px; }
  .package-guide p { font-size: .91rem; line-height: 1.55; }
  .pricing-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; align-items: stretch; }
  .price-card { min-width: 0; padding: 22px 14px; display: flex; flex-direction: column; }
  .price-card.featured::before { width: 44px; height: 55px; }
  .price-card .corner-accent.small { width: 34px; height: 34px; border-width: 5px; }
  .plan-label { min-height: 34px; margin-bottom: 15px; font-size: .67rem; letter-spacing: .08em; }
  .price-card h3 { min-height: 72px; margin-bottom: 22px; font-size: 1.2rem; line-height: 1.08; }
  .price { margin-bottom: 12px; font-size: clamp(1.65rem, 8vw, 2.15rem); }
  .price span { display: block; margin-top: 5px; font-size: .62rem; }
  .plan-summary, .best-for, .price-card ul { display: none; }
  .price-card .button { min-height: 48px; padding: 8px 9px; font-size: .875rem; line-height: 1.2; text-align: center; }
  .mobile-comparison { margin-top: 14px; display: block; background: var(--paper); border: 1px solid var(--line-light); border-radius: 14px; overflow: hidden; }
  .compare-row { min-height: 54px; padding: 10px 12px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 8px; align-items: center; border-bottom: 1px solid var(--line-light); }
  .compare-row:last-child { border-bottom: 0; }
  .compare-row > * { min-width: 0; font-size: .79rem; line-height: 1.3; }
  .compare-row > *:not(:first-child) { text-align: center; }
  .compare-row > span:first-child { color: var(--slate); font-weight: 680; }
  .compare-row > span:not(:first-child) { font-weight: 720; }
  .compare-head { color: var(--bone); background: var(--charcoal); }
  .compare-head strong:first-child { color: #b7c0c6; }
  .aftercare-panel { padding: 24px 18px; }
  .care-strip > div { padding: 20px; }
  .process-list { display: block; }
  .process-list li, .process-list li + li { min-height: 0; padding: 26px 0; display: grid; grid-template-columns: 42px 1fr; gap: 10px; border-right: 0; }
  .process-list li > div { align-self: start; }
  .process-list h3 { margin-bottom: 8px; }
  .ownership-frame { padding: 46px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .ready-actions { flex-direction: column; }
  .ready-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; justify-items: center; text-align: center; }
  .footer-grid > div:first-child { width: 100%; text-align: center; }
  .footer-links { max-width: 390px; justify-content: center; gap: 12px 22px; }
  .footer-bottom { width: 100%; margin-top: 10px; padding-top: 28px; align-items: center; justify-content: center; flex-direction: column; gap: 20px; text-align: center; }
  .footer-bottom .signature { text-align: center; }
  .site-disclaimer { max-width: 420px; margin: -6px auto 0; text-align: center; }
  .legal-header-actions a:first-child { display: none; }
  .legal-hero { padding: 132px 0 66px; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-meta { position: static; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); }
  .legal-content { padding: 64px 0 82px; }
}

@media (min-width: 1000px) and (max-height: 900px) {
  .hero { padding-top: 98px; padding-bottom: 64px; }
  .hero-brand { margin-bottom: 22px; }
  .hero-logo { width: min(420px, 38vw); }
  .hero-grid { min-height: 440px; gap: 54px; }
  .hero h1 { font-size: clamp(3.8rem, 6vw, 5.35rem); }
  .hero-frame { min-height: 400px; }
}

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