:root {
  --ink: #17213a;
  --blue: #3155f5;
  --blue-dark: #213dcc;
  --cream: #fffaf0;
  --paper: #ffffff;
  --yellow: #ffd84d;
  --coral: #ff765f;
  --pink: #ffb9dc;
  --sky: #bfe7ff;
  --shadow: 9px 9px 0 var(--ink);
  --display: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --body: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 1000; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { width: min(1240px, calc(100% - 40px)); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; z-index: 50; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 900; letter-spacing: -.06em; }
.brand-room { letter-spacing: -.08em; }
.brand-two { display: inline-grid; place-items: center; width: 1.35em; height: 1.35em; margin: 0 .08em; border-radius: 50%; background: var(--coral); color: var(--ink); transform: rotate(-8deg); letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.primary-nav > a:not(.nav-cta) { position: relative; text-decoration: none; font-weight: 700; font-size: .95rem; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--blue); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; padding: 11px 18px; background: var(--ink); color: white; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.language-switch { display: flex; align-items: center; gap: 5px; font-size: .76rem; font-weight: 900; }
.language-switch button { border: 0; padding: 4px 2px; background: transparent; cursor: pointer; opacity: .45; }
.language-switch button[aria-pressed="true"] { opacity: 1; color: var(--blue); }
.menu-button { display: none; border: 2px solid var(--ink); background: var(--yellow); border-radius: 999px; padding: 8px 13px; gap: 8px; align-items: center; font-weight: 800; cursor: pointer; }

.hero { min-height: calc(100vh - 86px); padding-block: clamp(54px, 8vw, 100px); display: grid; grid-template-columns: minmax(0, .96fr) minmax(380px, .92fr); gap: clamp(48px, 7vw, 94px); align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: .78rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.eyebrow-dot { display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: var(--coral); }
h1, h2, h3 { font-family: var(--display); margin-top: 0; }
h1 { font-size: clamp(3.6rem, 7.3vw, 7.2rem); line-height: .91; letter-spacing: -.075em; margin-bottom: 30px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-intro { max-width: 610px; margin: 0 0 32px; font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 2px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.mini-proof { display: flex; align-items: center; gap: 12px; margin-top: 44px; max-width: 420px; }
.mini-proof-icon { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); }
.mini-proof p { margin: 0; font-size: .9rem; font-weight: 700; line-height: 1.4; }
.hero-visual { position: relative; padding: 18px 8px 34px 26px; }
.image-frame { overflow: hidden; border: 3px solid var(--ink); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-frame { position: relative; z-index: 3; aspect-ratio: 3 / 4; border-radius: 180px 180px 30px 30px; box-shadow: var(--shadow); background: var(--yellow); }
.scribble-tag { position: absolute; z-index: 5; right: -35px; bottom: 16%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 130px; height: 130px; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; transform: rotate(8deg); box-shadow: 5px 5px 0 var(--ink); }
.scribble-tag span { font: italic 900 1.45rem Georgia, serif; color: var(--blue); }
.scribble-tag small { font-size: .64rem; font-weight: 800; }
.shape { position: absolute; z-index: 1; border: 3px solid var(--ink); }
.shape-yellow { width: 170px; height: 170px; top: -20px; right: -32px; background: var(--yellow); border-radius: 52% 48% 66% 34% / 52% 57% 43% 48%; transform: rotate(15deg); }
.shape-coral { width: 110px; height: 110px; bottom: -3px; left: -12px; background: var(--coral); border-radius: 20px; transform: rotate(-13deg); }

.marquee { overflow: hidden; padding: 18px 20px; background: var(--ink); color: white; transform: rotate(-1.2deg) scale(1.02); }
.marquee > div { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 48px); min-width: max-content; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.marquee b { color: var(--yellow); font-size: 1.3rem; }
.section { padding-block: clamp(86px, 11vw, 150px); }
.section-kicker { display: flex; align-items: center; gap: 14px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .78rem; }
.section-kicker > span:first-child { display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); letter-spacing: 0; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .72fr; gap: clamp(50px, 9vw, 130px); padding-top: 56px; }
.intro-grid h2, .process h2, .cta-section h2 { font-size: clamp(2.75rem, 5.3vw, 5.2rem); line-height: 1; letter-spacing: -.06em; margin: 0; }
.body-copy p { margin: 0 0 24px; font-size: 1.08rem; }

.services-preview { background: var(--paper); border-block: 2px solid var(--ink); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.round-link { flex: 0 0 auto; width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); text-decoration: none; font-size: 1.7rem; transition: transform .2s ease; }
.round-link:hover { transform: rotate(8deg) scale(1.05); }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { min-height: 430px; padding: 26px; border: 3px solid var(--ink); border-radius: 24px; box-shadow: 7px 7px 0 var(--ink); display: flex; flex-direction: column; align-items: start; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-7px) rotate(-.5deg); }
.service-card.blue { background: var(--blue); color: white; }
.service-card.yellow { background: var(--yellow); }
.service-card.coral { background: var(--coral); }
.card-number { align-self: end; font-weight: 900; }
.service-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 40px 0 28px; border: 3px solid currentColor; border-radius: 50%; font-size: 2rem; }
.service-card h3 { margin: 0 0 15px; font-size: 1.75rem; line-height: 1.1; letter-spacing: -.04em; }
.service-card p { margin: 0 0 25px; }
.service-card a { margin-top: auto; font-weight: 900; text-underline-offset: 5px; text-decoration-thickness: 2px; }

.process-grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(60px, 11vw, 150px); padding-top: 62px; }
.process-title p { max-width: 460px; margin-top: 28px; font-size: 1.1rem; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 25px 0; border-top: 2px solid var(--ink); }
.steps li:last-child { border-bottom: 2px solid var(--ink); }
.steps li > span { display: grid; place-items: center; width: 44px; height: 44px; background: var(--pink); border: 2px solid var(--ink); border-radius: 50%; font-weight: 900; }
.steps li:nth-child(2) > span { background: var(--yellow); }.steps li:nth-child(3) > span { background: var(--coral); }
.steps h3 { margin: 4px 0 5px; font-size: 1.25rem; }.steps p { margin: 0; }

.possibility-band { background: var(--blue); color: white; border-block: 3px solid var(--ink); }
.possibility-grid { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(60px, 9vw, 120px); align-items: center; padding-block: clamp(76px, 9vw, 120px); }
.detail-image { aspect-ratio: 4 / 3; border-radius: 28px; box-shadow: 11px 11px 0 var(--yellow); }
.possibility-copy h2 { font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 34px; }
.check-list { list-style: none; padding: 0; margin: 0 0 36px; }
.check-list li { position: relative; padding: 13px 0 13px 40px; border-bottom: 1px solid rgba(255,255,255,.35); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 12px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 900; }
.possibility-band .button-dark { background: var(--yellow); color: var(--ink); }
.cta-section { padding-block: clamp(86px, 11vw, 150px); display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; }
.cta-section > div:last-child p { font-size: 1.1rem; margin: 0 0 28px; }

.page-hero { padding-block: clamp(74px, 11vw, 140px) clamp(65px, 9vw, 110px); display: grid; grid-template-columns: 1.25fr .6fr; gap: 80px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 7rem); }
.page-hero-copy { margin: 0 0 5px; font-size: 1.12rem; }
.service-list { border-top: 3px solid var(--ink); }
.service-row { display: grid; grid-template-columns: .5fr 1.05fr .75fr; gap: clamp(32px, 5vw, 70px); padding: 64px 0; border-bottom: 2px solid var(--ink); scroll-margin-top: 40px; }
.service-row-label { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 13px; }
.service-row-label > span:first-child { font-weight: 900; font-size: 1.2rem; }
.service-pill { padding: 4px 11px; background: var(--sky); border: 2px solid var(--ink); border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.yellow-pill { background: var(--yellow); }.coral-pill { background: var(--coral); }.pink-pill { background: var(--pink); }
.service-row h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
.service-row p { margin-top: 0; }
.included { padding: 24px; background: white; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 5px 5px 0 var(--ink); }
.included-title { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.included ul { padding-left: 20px; margin-bottom: 0; }.included li { margin: 7px 0; }
.extras-section { margin-top: 100px; padding-block: 90px; background: var(--yellow); border-block: 3px solid var(--ink); }
.extras-grid { display: grid; grid-template-columns: 1fr .65fr .65fr; gap: 24px; align-items: stretch; }
.extras-grid h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.extra-card { padding: 28px; background: white; border: 3px solid var(--ink); border-radius: 25px; box-shadow: 7px 7px 0 var(--ink); }
.extra-card > span { font-size: 2.4rem; }.extra-card h3 { margin: 55px 0 10px; font-size: 1.55rem; }.extra-card p { margin: 0; }
.quote-process { padding-block: 110px; display: grid; grid-template-columns: 1fr .75fr; gap: 100px; }
.quote-process h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.quote-process > div:last-child p { font-size: 1.1rem; margin: 0 0 28px; }

.about-hero { min-height: 72vh; padding-block: clamp(60px, 10vw, 125px); display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: center; }
.about-title h1 { margin-bottom: 32px; }.about-title > p:last-child { max-width: 650px; font-size: 1.25rem; }
.founder-card { min-height: 400px; padding: 36px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; transform: rotate(2deg); }
.founder-initial { display: grid; place-items: center; width: 180px; height: 180px; border-radius: 50%; background: var(--coral); border: 3px solid var(--ink); font: 900 8rem/1 var(--display); letter-spacing: -.08em; }
.script-note { margin: 0 0 14px; font: italic 700 1.32rem/1.4 Georgia, serif; }
.founder-card span { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.story-section { padding-block: clamp(90px, 12vw, 155px); background: var(--ink); color: white; }
.story-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 10vw, 145px); }
.story-sticky { align-self: start; position: sticky; top: 40px; }
.giant-quote { display: block; color: var(--yellow); font: 900 8rem/.5 Georgia, serif; }
.story-sticky h2 { margin: 35px 0 0; font-size: clamp(2.7rem, 4.7vw, 4.8rem); line-height: 1; letter-spacing: -.055em; }
.story-copy p { margin: 0 0 28px; color: rgba(255,255,255,.82); font-size: 1.05rem; }.story-copy .lead { color: white; font-size: 1.3rem; }
.values-section { padding-block: clamp(90px, 12vw, 150px); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); }
.value-card { min-height: 280px; padding: 32px; border: 1px solid var(--ink); }
.value-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 55px; border-radius: 50%; background: var(--pink); border: 2px solid var(--ink); font-weight: 900; }
.value-card:nth-child(2) > span { background: var(--yellow); }.value-card:nth-child(3) > span { background: var(--coral); }.value-card:nth-child(4) > span { background: var(--sky); }
.value-card h3 { margin: 0 0 10px; font-size: 1.65rem; }.value-card p { margin: 0; max-width: 420px; }
.personal-note { padding-block: 100px; background: var(--coral); border-block: 3px solid var(--ink); }
.note-grid { display: grid; grid-template-columns: .45fr 1fr; gap: 90px; align-items: center; }
.note-mark { display: grid; place-items: center; aspect-ratio: 1; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; box-shadow: var(--shadow); font-weight: 900; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.08em; transform: rotate(-7deg); }
.note-grid h2 { margin: 0 0 20px; font-size: clamp(3rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.note-grid p:not(.eyebrow) { max-width: 650px; font-size: 1.15rem; }

.contact-page { background: var(--blue); }
.contact-page .site-header { color: white; }
.contact-page .brand-two, .contact-page .menu-button { color: var(--ink); }
.contact-page .primary-nav > a:not(.nav-cta)::after { background: var(--yellow); }
.contact-page .nav-cta { background: var(--yellow); color: var(--ink); }
.contact-page .language-switch button[aria-pressed="true"] { color: var(--yellow); }
.contact-layout { padding-block: clamp(60px, 9vw, 110px); display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 8vw, 110px); align-items: start; color: white; }
.contact-intro { position: sticky; top: 40px; }.contact-intro h1 { font-size: clamp(3.5rem, 6vw, 6.2rem); }.contact-intro h1 em { color: var(--yellow); }
.contact-intro > p:not(.eyebrow) { max-width: 560px; font-size: 1.15rem; }
.contact-details { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.5); }
.contact-details > div { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-details > div > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; background: var(--yellow); color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; font-weight: 900; }
.contact-details p { margin: 0; }.contact-details a { color: white; }
.contact-form { padding: clamp(26px, 4vw, 50px); background: var(--cream); color: var(--ink); border: 3px solid var(--ink); border-radius: 28px; box-shadow: 10px 10px 0 var(--yellow); }
.form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; }.form-heading > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--coral); border: 2px solid var(--ink); font-weight: 900; }.form-heading h2 { margin: 0; font-size: 2rem; }
.contact-form label { display: block; margin-bottom: 22px; font-weight: 900; font-size: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; background: white; color: var(--ink); border: 2px solid var(--ink); border-radius: 11px; font-weight: 500; }
.contact-form textarea { resize: vertical; min-height: 135px; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid var(--yellow); outline-offset: 2px; }
.form-submit { width: 100%; border-width: 2px; }.form-note { margin: 14px 0 0; text-align: center; font-size: .78rem; }
.contact-actions-card { padding: clamp(26px, 4vw, 50px); background: var(--cream); color: var(--ink); border: 3px solid var(--ink); border-radius: 28px; box-shadow: 10px 10px 0 var(--yellow); }
.contact-action { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 23px; color: var(--ink); border: 3px solid var(--ink); border-radius: 20px; text-decoration: none; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.contact-action:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--ink); }
.email-action { background: var(--yellow); }
.whatsapp-action { background: #69dc92; }
.contact-action-icon { display: grid; place-items: center; width: 54px; height: 54px; background: white; border: 2px solid var(--ink); border-radius: 50%; font-size: 1.45rem; font-weight: 900; }
.contact-action strong { display: block; font-size: 1.15rem; }
.contact-action small { display: block; margin-top: 3px; font-size: .82rem; font-weight: 600; line-height: 1.4; }
.contact-action b { font-size: .92rem; white-space: nowrap; }
.contact-card-note { margin: 27px 4px 0; font-size: .88rem; text-align: center; }
.contact-reassurance { background: var(--yellow); color: var(--ink); border-block: 3px solid var(--ink); }
.contact-reassurance .shell { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 48px); padding-block: 24px; font-weight: 900; font-size: clamp(1rem, 2vw, 1.35rem); }
.contact-reassurance p { margin: 0; }.contact-reassurance span { font-size: 1.3rem; }
.toast { position: fixed; right: 20px; bottom: 20px; max-width: 360px; padding: 16px 20px; background: var(--ink); color: white; border: 2px solid white; border-radius: 12px; z-index: 100; box-shadow: 5px 5px 0 var(--yellow); }

.site-footer { padding: 74px 0 22px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .55fr .75fr; gap: 70px; }
.brand-light { color: white; }.footer-grid > div:first-child p { max-width: 360px; color: rgba(255,255,255,.7); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.8); text-underline-offset: 4px; text-decoration-color: transparent; }.footer-grid a:hover { color: white; text-decoration-color: var(--yellow); }
.footer-label { margin: 0 0 10px; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 900; }
.footer-bottom { margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: .78rem; }

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

@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 24px; background: var(--paper); color: var(--ink); border: 3px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 16px; }
  .primary-nav.open { display: flex; }.language-switch { order: 2; }.nav-cta { justify-content: center; }
  .contact-page .primary-nav { color: var(--ink); }.contact-page .language-switch button[aria-pressed="true"] { color: var(--blue); }
  .hero { grid-template-columns: 1fr 1fr; gap: 38px; } h1 { font-size: clamp(3.2rem, 7vw, 5.6rem); }
  .service-card-grid { grid-template-columns: 1fr; }.service-card { min-height: 340px; }.service-icon { margin-top: 10px; }
  .service-row { grid-template-columns: .35fr 1fr; }.service-row .included { grid-column: 2; }
  .extras-grid { grid-template-columns: 1fr 1fr; }.extras-grid > div:first-child { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }.contact-intro { position: static; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }.site-header { width: calc(100% - 28px); min-height: 74px; }
  .hero { grid-template-columns: 1fr; padding-top: 36px; }.hero-copy { position: relative; z-index: 4; }.hero h1 { font-size: clamp(3.45rem, 15vw, 5.7rem); }
  .hero-visual { max-width: 520px; margin: 0 auto; padding-inline: 5px 24px; }.hero-image-frame { aspect-ratio: 4 / 3; border-radius: 100px 100px 25px 25px; }
  .scribble-tag { right: -4px; width: 105px; height: 105px; }.scribble-tag span { font-size: 1.1rem; }.shape-yellow { width: 120px; height: 120px; right: -8px; }.shape-coral { width: 80px; height: 80px; }
  .marquee > div { justify-content: flex-start; animation: drift 18s linear infinite; }
  .intro-grid, .process-grid, .possibility-grid, .cta-section, .page-hero, .about-hero, .story-grid, .note-grid, .quote-process { grid-template-columns: 1fr; gap: 45px; }
  .section { padding-block: 86px; }.service-card { min-height: 390px; }
  .possibility-grid { padding-block: 80px; }.detail-image { order: 2; }.possibility-copy { order: 1; }.cta-section { align-items: start; }
  .page-hero { padding-top: 70px; }.page-hero h1 { font-size: clamp(3.4rem, 14vw, 5.3rem); }
  .service-row { grid-template-columns: 1fr; padding: 50px 0; }.service-row .included { grid-column: auto; }
  .extras-grid, .values-grid { grid-template-columns: 1fr; }.extras-grid > div:first-child { grid-column: auto; }.quote-process { padding-block: 80px; }
  .about-hero { padding-top: 65px; }.founder-card { min-height: 370px; max-width: 430px; margin-inline: auto; }.story-sticky { position: static; }.story-grid { gap: 55px; }
  .value-card { min-height: 240px; }.value-card > span { margin-bottom: 35px; }.note-mark { width: 230px; justify-self: center; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.contact-intro h1 { font-size: clamp(3.4rem, 14vw, 5.4rem); }.contact-reassurance .shell { flex-wrap: wrap; row-gap: 2px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }.footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
  .brand { font-size: 1.18rem; }.menu-button span:first-child { display: none; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading { align-items: start; }.round-link { width: 54px; height: 54px; }.contact-action { grid-template-columns: auto 1fr; padding: 18px; }.contact-action b { grid-column: 2; white-space: normal; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
}
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-40%); } }
@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; } }
