:root {
  --ink: #111024;
  --ink-soft: #1b1936;
  --cream: #fff4df;
  --paper: #fffaf0;
  --white: #ffffff;
  --blue: #4438ff;
  --coral: #ff5a5f;
  --yellow: #ffd23f;
  --aqua: #42e8c5;
  --pink: #ff78bd;
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shell: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -0.045em; line-height: 0.94; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 118px 0; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--yellow); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.top-strip { position: relative; z-index: 110; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.top-strip-inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip p { display: flex; align-items: center; gap: 9px; margin: 0; }
.top-strip a { display: inline-flex; min-height: 35px; align-items: center; gap: 6px; transition: color 180ms ease; }
.top-strip a:hover { color: var(--yellow); }
.status-dot { width: 8px; height: 8px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 4px rgba(66,232,197,.14); }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--ink); background: rgba(255,244,223,.94); border-bottom: 2px solid var(--ink); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.brand { display: inline-flex; min-width: 220px; flex-direction: column; justify-content: center; line-height: 1; }
.brand-main { font-family: var(--display); font-size: 25px; letter-spacing: -.055em; }
.brand-sub { display: flex; align-items: center; gap: 5px; margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.brand-sub i { width: 8px; height: 8px; border-radius: 50%; }
.brand-sub i:nth-child(1) { margin-left: 3px; background: var(--coral); }
.brand-sub i:nth-child(2) { background: var(--blue); }
.brand-sub i:nth-child(3) { background: var(--yellow); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; font-weight: 800; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 3px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 2px solid var(--ink); border-radius: 999px; cursor: pointer; touch-action: manipulation; font-size: 13px; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; box-shadow: 5px 5px 0 var(--ink); transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button:hover { box-shadow: 2px 2px 0 var(--ink); transform: translate(3px,3px); }
.button:active { box-shadow: 0 0 0 var(--ink); transform: translate(5px,5px); }
.button svg, .contact-card address svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button-small { min-height: 47px; padding: 0 20px; box-shadow: 4px 4px 0 var(--coral); }
.button-small:hover { box-shadow: 1px 1px 0 var(--coral); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-yellow { color: var(--ink); background: var(--yellow); }
.button-yellow:hover { background: #ffdf73; }
.button-ghost { color: var(--ink); background: transparent; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: var(--white); background: var(--blue); border-bottom: 2px solid var(--ink); }
.hero::before { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(var(--white) 1.2px,transparent 1.2px); background-size: 24px 24px; content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 790px; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); align-items: center; gap: clamp(50px,6vw,100px); padding-top: 70px; padding-bottom: 75px; }
.hero-scribble { position: absolute; right: -4vw; bottom: -5vw; z-index: 1; color: transparent; font-family: var(--display); font-size: clamp(160px,24vw,390px); letter-spacing: -.08em; line-height: .7; -webkit-text-stroke: 2px rgba(255,255,255,.09); transform: rotate(-4deg); }
.kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kicker span { padding: 8px 12px; color: var(--ink); background: var(--aqua); border: 2px solid var(--ink); border-radius: 999px; }
.kicker b { color: var(--yellow); }
h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(61px,6.2vw,96px); }
h1 em { color: var(--yellow); font-style: normal; text-shadow: 4px 4px 0 var(--coral); }
.hero-lead { max-width: 575px; margin-bottom: 34px; color: #eceaff; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.hero .button-ghost { color: var(--white); border-color: var(--white); box-shadow: 5px 5px 0 var(--coral); }
.hero .button-ghost:hover { color: var(--ink); background: var(--white); box-shadow: 2px 2px 0 var(--coral); }
.hero-owner { display: flex; align-items: center; gap: 13px; margin-top: 39px; }
.owner-monogram { display: inline-grid; width: 50px; height: 50px; place-items: center; color: var(--ink); background: var(--pink); border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 16px; box-shadow: 4px 4px 0 var(--ink); }
.hero-owner p { margin: 0; color: #d8d5ff; font-size: 12px; line-height: 1.45; }
.hero-owner strong { color: var(--white); font-size: 13px; }
.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; overflow: hidden; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo-main { inset: 14px 9% 55px 0; transform: rotate(2.5deg); }
.hero-photo-main img { object-position: 50% center; }
.hero-photo-small { right: 0; bottom: 0; z-index: 3; width: 36%; height: 44%; transform: rotate(-4deg); box-shadow: 8px 8px 0 var(--coral); }
.photo-stamp { position: absolute; bottom: 20px; left: 20px; padding: 9px 13px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .12em; transform: rotate(-2deg); }
.burst { position: absolute; top: -8px; right: -17px; z-index: 4; display: grid; width: 128px; height: 128px; place-items: center; padding: 21px; color: var(--ink); background: var(--aqua); border: 3px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 14px; letter-spacing: -.03em; line-height: .94; text-align: center; box-shadow: 6px 6px 0 var(--ink); transform: rotate(9deg); }
.spark { position: absolute; z-index: 5; width: 24px; height: 24px; }
.spark::before, .spark::after { position: absolute; top: 11px; left: 0; width: 24px; height: 3px; background: var(--yellow); content: ""; }
.spark::after { transform: rotate(90deg); }
.spark-one { top: 80px; left: -38px; transform: rotate(45deg); }
.spark-two { right: 39%; bottom: 10px; transform: rotate(45deg) scale(.65); }
.shine-ticker { overflow: hidden; color: var(--ink); background: var(--yellow); border-bottom: 2px solid var(--ink); }
.ticker-track { display: flex; width: max-content; min-width: 100%; min-height: 62px; align-items: center; justify-content: space-around; gap: 27px; padding-inline: 20px; font-family: var(--display); font-size: 19px; letter-spacing: -.02em; text-transform: uppercase; }
.ticker-track i { width: 11px; height: 11px; background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: 70px; }
.section-tag { margin: 0 0 24px; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.section-tag-light { color: var(--yellow); }
.intro-copy h2, .work-heading h2, .process-heading h2 { margin-bottom: 28px; font-size: clamp(55px,6.4vw,91px); }
.intro-copy h2 span, .work-heading h2 span, .process-heading h2 span { color: var(--coral); }
.intro-copy > p { max-width: 700px; margin: 0; color: #4f4b62; font-size: 18px; line-height: 1.75; }
.intro-badges { display: flex; grid-column: 2; flex-wrap: wrap; gap: 10px; padding-top: 30px; border-top: 2px solid var(--ink); }
.intro-badges span { padding: 9px 13px; border: 2px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.intro-badges span:nth-child(3n+1) { background: var(--aqua); }
.intro-badges span:nth-child(3n+2) { background: var(--pink); }
.intro-badges span:nth-child(3n+3) { background: var(--yellow); }

.services { color: var(--white); background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 70px; }
.section-heading h2 { margin: 0; font-size: clamp(58px,7vw,102px); }
.section-heading h2 em { color: var(--yellow); font-style: normal; }
.section-heading > p { max-width: 450px; margin: 0 0 8px; color: #bdb9d1; font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.service-card { display: grid; min-height: 370px; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); overflow: hidden; color: var(--ink); border: 2px solid var(--white); box-shadow: 8px 8px 0 rgba(255,255,255,.16); transition: box-shadow 220ms ease, transform 220ms var(--ease); }
.service-card:hover { box-shadow: 13px 13px 0 rgba(255,255,255,.23); transform: translate(-3px,-3px); }
.service-card-coral { background: var(--coral); }
.service-card-yellow { background: var(--yellow); }
.service-card-aqua { background: var(--aqua); }
.service-card-blue { color: var(--white); background: var(--blue); }
.service-card-image { position: relative; min-height: 100%; overflow: hidden; border-right: 2px solid currentColor; }
.service-card-image img { height: 100%; object-fit: cover; filter: saturate(1.06) contrast(1.03); transition: transform 500ms var(--ease); }
.service-card:hover .service-card-image img { transform: scale(1.035); }
.service-card-image > span { position: absolute; top: 14px; left: 14px; display: grid; width: 39px; height: 39px; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; }
.service-card-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; }
.service-card-copy svg { width: 38px; height: 38px; margin-bottom: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card-copy h3 { margin: 50px 0 14px; font-size: clamp(28px,2.5vw,39px); }
.service-card-copy p { margin: 0; font-size: 14px; line-height: 1.65; }

.work { background: var(--cream); }
.work-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 65px; }
.work-heading h2 { margin-bottom: 0; }
.work-heading-note { max-width: 420px; justify-self: end; padding-bottom: 8px; }
.work-heading-note p { color: #59546a; font-size: 16px; line-height: 1.7; }
.work-heading-note > span { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.work-heading-note i { width: 11px; height: 11px; background: var(--aqua); border: 2px solid var(--ink); border-radius: 50%; }
.gallery { display: grid; grid-auto-rows: 245px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; background: var(--ink); border: 2px solid var(--ink); cursor: zoom-in; touch-action: manipulation; box-shadow: 5px 5px 0 var(--coral); }
.gallery-item:nth-child(3n+2) { box-shadow-color: var(--blue); }
.gallery-item:nth-child(3n+3) { box-shadow-color: var(--aqua); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: filter 280ms ease, transform 600ms var(--ease); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(transparent 53%,rgba(17,16,36,.82)); content: ""; }
.gallery-item span { position: absolute; right: 14px; bottom: 12px; left: 14px; z-index: 2; color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-align: left; }
.gallery-item:hover img { filter: saturate(1.18); transform: scale(1.045); }
.gallery-item:focus-visible { outline-color: var(--blue); outline-offset: 5px; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.about { position: relative; overflow: hidden; color: var(--white); background: var(--coral); border-block: 2px solid var(--ink); }
.about-shape { position: absolute; border: 3px solid var(--ink); border-radius: 50%; }
.about-shape-one { top: -210px; right: -140px; width: 520px; height: 520px; background: var(--yellow); }
.about-shape-two { right: 250px; bottom: -230px; width: 410px; height: 410px; background: var(--pink); }
.about-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(70px,8vw,120px); }
.about-photos { position: relative; min-height: 630px; }
.about-photo-one, .about-photo-two { position: absolute; overflow: hidden; border: 3px solid var(--ink); }
.about-photo-one { inset: 0 16% 80px 0; box-shadow: 12px 12px 0 var(--ink); transform: rotate(-3deg); }
.about-photo-two { right: 0; bottom: 0; z-index: 2; width: 48%; height: 42%; box-shadow: 8px 8px 0 var(--yellow); transform: rotate(5deg); }
.about-photos img { height: 100%; object-fit: cover; }
.about-photo-one img { object-position: center 60%; }
.roundel { position: absolute; top: 30px; right: 0; z-index: 3; display: grid; width: 125px; height: 125px; place-items: center; padding: 22px; color: var(--ink); background: var(--aqua); border: 3px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 11px; line-height: 1.2; text-align: center; box-shadow: 6px 6px 0 var(--ink); transform: rotate(8deg); }
.about-copy h2 { margin-bottom: 28px; font-size: clamp(58px,6.3vw,92px); }
.about-copy h2 em { color: var(--yellow); font-style: normal; }
.about-copy > p { max-width: 560px; color: var(--ink); line-height: 1.75; }
.about-copy .about-lead { color: var(--white); font-size: 21px; font-weight: 700; line-height: 1.5; }
.about .section-tag-light { color: var(--ink); }
.about-copy h2 em { color: var(--ink); text-shadow: 3px 3px 0 var(--yellow); }
.about-copy .button { margin-top: 17px; }

.process { background: var(--paper); }
.process-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 60px; margin-bottom: 55px; }
.process-heading .section-tag { padding-top: 10px; }
.process-heading h2 { margin: 0; }
.process-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border: 2px solid var(--ink); }
.process-list li { position: relative; min-height: 350px; padding: 30px; border-right: 2px solid var(--ink); }
.process-list li:last-child { border-right: 0; }
.process-list li:nth-child(1) { background: var(--aqua); }
.process-list li:nth-child(2) { background: var(--yellow); }
.process-list li:nth-child(3) { color: var(--white); background: var(--blue); }
.process-list li > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; }
.process-list svg { position: absolute; top: 37px; right: 30px; width: 45px; height: 45px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.process-list h3 { margin: 105px 0 14px; font-size: clamp(29px,3vw,43px); }
.process-list p { max-width: 300px; margin: 0; font-size: 14px; line-height: 1.7; }
.process-list p a { font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }

.contact { display: grid; min-height: 690px; grid-template-columns: 1.08fr .92fr; background: var(--ink); }
.contact-photo { min-width: 0; overflow: hidden; }
.contact-photo img { height: 100%; object-fit: cover; }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,7vw,110px); color: var(--white); background: var(--blue); }
.contact-card h2 { margin-bottom: 25px; font-size: clamp(61px,6.5vw,96px); }
.contact-card h2 em { color: var(--yellow); font-style: normal; }
.contact-card > p:not(.section-tag) { max-width: 520px; margin-bottom: 30px; color: #dedcff; font-size: 17px; line-height: 1.7; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.contact-card .button-ghost { color: var(--white); border-color: var(--white); box-shadow-color: var(--coral); }
.contact-card .button-ghost:hover { color: var(--ink); background: var(--white); }
.contact-card address { display: grid; margin-top: 48px; padding-top: 28px; border-top: 2px solid rgba(255,255,255,.35); font-style: normal; }
.contact-card address span { margin-bottom: 8px; color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.contact-card address strong { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2; }
.contact-card address a { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; justify-self: start; margin-top: 15px; border-bottom: 2px solid var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.site-footer { padding: 70px 0 30px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 60px; padding-bottom: 55px; }
.brand-footer { color: var(--white); }
.footer-top > p { max-width: 330px; margin: 0; color: #aba7bf; font-size: 13px; line-height: 1.65; }
.footer-phone { justify-self: end; color: var(--yellow); font-family: var(--display); font-size: clamp(25px,3vw,39px); letter-spacing: -.04em; transition: color 180ms ease; }
.footer-phone:hover { color: var(--aqua); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; color: #858099; border-top: 1px solid rgba(255,255,255,.16); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; color: var(--white); }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; color: var(--white); background: rgba(17,16,36,.96); border: 0; }
.lightbox::backdrop { background: rgba(17,16,36,.82); backdrop-filter: blur(6px); }
.lightbox-inner { position: relative; display: grid; width: 100%; height: 100%; grid-template-columns: 80px minmax(0,1fr) 80px; align-items: center; padding: 60px 20px 24px; }
.lightbox figure { display: grid; max-width: min(100%,1100px); max-height: calc(100vh - 95px); grid-template-rows: minmax(0,1fr) auto; justify-self: center; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 15px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.lightbox button { display: grid; width: 50px; height: 50px; place-items: center; padding: 0; color: var(--white); background: var(--blue); border: 2px solid var(--white); border-radius: 50%; cursor: pointer; touch-action: manipulation; transition: color 180ms ease, background-color 180ms ease; }
.lightbox button:hover { color: var(--ink); background: var(--yellow); }
.lightbox button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.lightbox-close { position: absolute; top: 18px; right: 20px; z-index: 3; }
.lightbox-nav { justify-self: center; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal-delay { transition-delay: 120ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 40px; }
  .hero-photo-main { right: 5%; }
  .service-card { min-height: 340px; grid-template-columns: 1fr; }
  .service-card-image { min-height: 210px; border-right: 0; border-bottom: 2px solid currentColor; }
  .gallery { grid-auto-rows: 220px; }
  .about-grid { gap: 65px; }
}

@media (max-width: 850px) and (min-width: 721px) {
  .header-cta { display: none; }
}

@media (max-width: 900px) {
  .section { padding: 92px 0; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 100px; }
  .hero-copy { max-width: 720px; }
  h1 { font-size: clamp(68px,12vw,102px); }
  .hero-visual { min-height: 650px; }
  .hero-photo-main { right: 12%; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-badges { grid-column: auto; }
  .section-heading, .work-heading { grid-template-columns: 1fr; gap: 28px; }
  .work-heading-note { justify-self: start; }
  .gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-grid { grid-template-columns: 1fr; }
  .about-photos { width: min(100%,640px); min-height: 620px; }
  .about-copy { max-width: 690px; }
  .process-heading { grid-template-columns: 1fr; gap: 10px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 255px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .process-list li:last-child { border-bottom: 0; }
  .process-list h3 { margin-top: 68px; }
  .contact { grid-template-columns: 1fr; }
  .contact-photo { min-height: 570px; }
  .contact-card { min-height: 640px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-phone { grid-column: 1/-1; justify-self: start; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 86px; }
  .shell { width: min(calc(100% - 30px),var(--shell)); }
  .top-strip { font-size: 9px; letter-spacing: .08em; }
  .top-strip p { display: none; }
  .top-strip-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 205px; }
  .brand-main { font-size: 23px; }
  .header-cta { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; margin-left: auto; padding: 0; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; cursor: pointer; touch-action: manipulation; box-shadow: 3px 3px 0 var(--ink); }
  .menu-toggle span { width: 19px; height: 2px; background: currentColor; transition: transform 200ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding-inline: 15px; color: var(--white); background: var(--blue); transition: max-height 260ms var(--ease), padding 260ms var(--ease); }
  .mobile-menu.is-open { max-height: 430px; padding-top: 12px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
  .mobile-menu > a:not(.button) { display: grid; min-height: 58px; grid-template-columns: 40px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--display); font-size: 22px; }
  .mobile-menu > a > span { color: var(--yellow); font-family: var(--body); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
  .mobile-menu .button { margin-top: 16px; }
  .section { padding: 76px 0; }
  .hero-grid { gap: 60px; padding-top: 67px; padding-bottom: 80px; }
  .kicker { align-items: flex-start; flex-direction: column; }
  h1 { font-size: clamp(57px,17.2vw,90px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-owner { margin-top: 32px; }
  .hero-visual { min-height: 490px; }
  .hero-photo-main { inset: 10px 11% 50px 0; }
  .hero-photo-small { width: 39%; height: 41%; }
  .burst { top: -20px; right: -8px; width: 105px; height: 105px; padding: 15px; font-size: 12px; }
  .spark-one { display: none; }
  .ticker-track { min-height: 54px; font-size: 16px; }
  .intro-grid, .section-heading, .work-heading { gap: 22px; }
  .intro-copy h2, .work-heading h2, .process-heading h2, .section-heading h2, .about-copy h2 { font-size: clamp(48px,14vw,72px); }
  .intro-copy > p, .section-heading > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card-image { min-height: 270px; }
  .service-card-copy { min-height: 260px; }
  .service-card-copy p, .process-list p { font-size: 16px; }
  .gallery { grid-auto-rows: 210px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .about-photos { min-height: 510px; }
  .about-photo-one { right: 12%; }
  .roundel { width: 105px; height: 105px; padding: 16px; font-size: 9px; }
  .about-copy .about-lead { font-size: 18px; }
  .process-list li { padding: 25px; }
  .contact-photo { min-height: 390px; }
  .contact-card { min-height: 620px; padding: 65px 22px; }
  .contact-card h2 { font-size: clamp(55px,16vw,81px); }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .contact-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-phone { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .lightbox-inner { grid-template-columns: 54px minmax(0,1fr) 54px; padding-inline: 2px; }
  .lightbox button { width: 46px; height: 46px; }
  .lightbox-close { right: 12px; }
}

@media (max-width: 430px) {
  .brand { min-width: 180px; }
  .brand-main { font-size: 20px; }
  .brand-sub { font-size: 8px; }
  .brand-sub i { width: 7px; height: 7px; }
  h1 { font-size: clamp(53px,16.2vw,68px); }
  .hero-visual { min-height: 420px; }
  .hero-photo-main { right: 5%; }
  .hero-photo-small { width: 43%; height: 39%; }
  .photo-stamp { bottom: 12px; left: 12px; font-size: 8px; }
  .service-card-image { min-height: 230px; }
  .gallery { grid-auto-rows: 165px; }
  .about-photos { min-height: 430px; }
  .about-photo-two { width: 53%; }
  .lightbox-inner { grid-template-columns: 48px minmax(0,1fr) 48px; }
  .lightbox-nav { width: 42px !important; height: 42px !important; }
}

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