:root {
  --ink: #151515;
  --paper: #ffffff;
  --line: rgba(21, 21, 21, 0.18);
  --acid: #d9ff43;
  --coral: #ff684b;
  --blue: #244bff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before, body::after { content: ""; position: fixed; z-index: 0; pointer-events: none; border-radius: 50%; filter: blur(105px); opacity: .3; will-change: transform; }
body::before { width: 52vw; height: 52vw; left: -20vw; top: -24vw; background: radial-gradient(circle at 50% 50%, rgba(78,116,255,.52), rgba(155,113,255,.18) 38%, transparent 68%); animation: flare-one 22s ease-in-out infinite alternate; }
body::after { width: 46vw; height: 46vw; right: -18vw; bottom: -22vw; background: radial-gradient(circle at 50% 50%, rgba(255,130,86,.38), rgba(255,205,91,.16) 38%, transparent 68%); animation: flare-two 26s ease-in-out infinite alternate; }

@keyframes flare-one { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(30vw, 32vh, 0) scale(1.18); } }
@keyframes flare-two { from { transform: translate3d(0, 0, 0) scale(1.05); } to { transform: translate3d(-34vw, -34vh, 0) scale(.9); } }

a { color: inherit; text-decoration: none; }

.hero {
  position: relative;
  z-index: 1;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(430px, 42%) 1fr;
}

.intro {
  min-height: 100svh;
  position: relative;
  padding: 32px 38px 34px;
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; letter-spacing: -0.02em; }
.brand-mark { width: 21px; height: 21px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); }
.brand-mark i:nth-child(1) { left: 0; top: 6px; }
.brand-mark i:nth-child(2) { right: 0; top: 0; }
.brand-mark i:nth-child(3) { right: 0; bottom: 0; }
.availability { display: flex; align-items: center; gap: 7px; font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .03em; }
.availability i { width: 7px; height: 7px; background: #57a52d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(87,165,45,.14); }

.statement { max-width: 610px; margin: 0; padding: 8vh 0 3vh; }
.eyebrow, .label { margin: 0 0 22px; font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 0; font-family: "Inter", sans-serif; font-size: clamp(34px, 3.25vw, 52px); line-height: 1.08; letter-spacing: -.05em; font-weight: 500; }
h1 span { display: block; white-space: nowrap; }
.lede { max-width: 500px; margin: 30px 0 36px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; letter-spacing: -.025em; color: rgba(21,21,21,.7); }
.call-link {
  width: fit-content;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(21,21,21,.18);
  border-radius: 100px;
  background: linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.34));
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 30px rgba(31,35,55,.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 15px;
  font-weight: 600;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.call-link:hover { background: rgba(255,255,255,.9); color: var(--ink); border-color: rgba(21,21,21,.34); transform: translateY(-2px); }
.call-link:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-row .availability { margin: 0; }
.sound-toggle { position: fixed; top: 28px; right: 32px; z-index: 20; width: 28px; height: 28px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(21,21,21,.16); border-radius: 50%; background: rgba(255,255,255,.38); color: var(--ink); cursor: pointer; backdrop-filter: blur(12px); transition: background .2s ease, transform .2s ease; }
.sound-toggle:hover { background: rgba(255,255,255,.78); transform: scale(1.04); }
.sound-toggle:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.sound-icon { margin-left: 1px; font-size: 8px; line-height: 1; }
.sound-toggle.playing .sound-icon { margin-left: 0; font-size: 10px; }

.details { padding-top: 10px; font-size: 11px; line-height: 1.8; }
.details .label { margin-bottom: 10px; color: rgba(21,21,21,.52); }
.details ul { list-style: none; padding: 0; margin: 0; }
.details p { margin: 0; }
.capabilities-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }

.work { min-width: 0; height: 100svh; overflow-y: auto; padding: clamp(82px, 14vh, 120px) 16px 16px; background: transparent; scrollbar-width: thin; scrollbar-color: rgba(21,21,21,.3) transparent; }
.work::-webkit-scrollbar { width: 7px; }
.work::-webkit-scrollbar-track { background: transparent; }
.work::-webkit-scrollbar-thumb { background: rgba(21,21,21,.28); border-radius: 20px; }
.project { background: #d8d8d2; border-radius: 3px; overflow: hidden; position: relative; transition: opacity .7s ease, transform .7s ease, filter .25s ease; }
.project-open { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; border: 0; background: transparent; cursor: pointer; }
.project:has(.project-open:hover) { filter: brightness(.96); }
.project:has(.project-open:focus-visible) { outline: 3px solid var(--acid); outline-offset: -3px; }
.project-primary { min-height: 0; padding: 0; background: transparent; color: #161715; display: block; }
.project-primary > .project-copy { display: none; }
.project-copy { position: relative; z-index: 2; display: flex; gap: 16px; font-size: 12px; }
.project-copy p { margin: 0 0 2px; font-weight: 600; }
.project-copy span { font: 9px "DM Mono", monospace; opacity: .62; }
.project-number { opacity: .5 !important; }

.product-window { width: 83%; max-width: 760px; aspect-ratio: 1.8; margin: 20px auto 0; border-radius: 7px; box-shadow: 0 28px 55px rgba(13, 18, 38, .2); overflow: hidden; transform: translateY(3%); }
.work .project-primary .dimensions-window { width: 84%; max-width: none; aspect-ratio: 1544 / 975; margin: 0 auto; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; transform: none; }
.dimensions-window img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dimensions-phone-row { width: 84%; margin: 34px auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(6px, 2vw, 22px); }
.dimensions-phone-row img { display: block; width: 100%; height: auto; object-fit: contain; }
.dimensions-dashboard-home { display: block; width: 90%; height: auto; margin: 0 auto; }
.dark-window { color: white; background: #0e1117; }
.window-bar { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.window-bar span { width: 5px; height: 5px; background: #545963; border-radius: 50%; }
.window-bar b { margin-left: auto; font: 6px "DM Mono", monospace; color: #858b96; }
.atlas-grid { height: calc(100% - 28px); padding: 8%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: radial-gradient(circle at 75% 45%, rgba(217,255,67,.12), transparent 35%); }
.atlas-copy { display: flex; flex-direction: column; gap: 18px; }
.atlas-copy span, .atlas-copy small { font: 6px "DM Mono", monospace; color: #858b96; }
.atlas-copy strong { font-size: clamp(20px, 2.7vw, 44px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.orb { justify-self: center; width: 65%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 28%, #f7ffc1 0, #d9ff43 9%, #7c932b 35%, #20270e 67%, #10120c 72%); box-shadow: 0 0 55px rgba(217,255,67,.18); position: relative; }
.orb i { position: absolute; inset: -8%; border: 1px solid rgba(217,255,67,.18); border-radius: 50%; }

.project-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.project-small { min-height: 46svh; padding: 23px; display: flex; flex-direction: column; }
.project-image-only { min-height: 0; padding: 0; background: transparent; display: grid; place-items: center; }
.project-golfr { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(6px, 2vw, 24px); padding: 28px clamp(16px, 3.5vw, 52px); }
.project-golfr img { display: block; width: 100%; height: auto; max-height: 720px; object-fit: contain; }
.project-mad-coffee { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 28px clamp(16px, 3.5vw, 52px); }
.project-mad-coffee img { display: block; width: 100%; height: auto; border-radius: 12px; object-fit: cover; }
.case-modal[data-project="mad-coffee"] .case-image img { border-radius: 12px; }
.project-dimensions-distribution { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 28px clamp(8px, 2vw, 28px); }
.project-dimensions-distribution img { display: block; width: 100%; height: auto; border-radius: 12px; object-fit: cover; }
.case-modal[data-project="dimensions-distribution"] .case-image img { border-radius: 12px; }
.project-1800-ads { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 12px; margin-top: -28px; padding: 28px clamp(8px, 2vw, 28px); }
.project-1800-ads img { display: block; width: 100%; height: auto; border-radius: 12px; object-fit: contain; }
.project-1800-ads img:last-child { width: 94%; margin: 0 auto; }
.case-modal[data-project="1800-ads"] .case-image img { border-radius: 12px; object-fit: contain; }
.project-blue { grid-column: 1 / -1; }
.project-coral { background: #ffd3c7; }
.project-coral { color: #161715; }
.project-blue { background: var(--blue); color: white; }
.small-visual { flex: 1; position: relative; display: grid; place-items: center; overflow: hidden; }
.coral-visual > span { position: absolute; left: 0; bottom: 0; font-size: clamp(45px, 7vw, 100px); line-height: .7; letter-spacing: -.09em; font-weight: 600; color: var(--coral); }
.can { z-index: 1; width: 105px; aspect-ratio: .48; display: flex; flex-direction: column; justify-content: space-between; padding: 25px 14px 16px; border-radius: 16px; background: #f8f0df; box-shadow: 0 28px 40px rgba(89,37,22,.2); color: var(--coral); font-size: 11px; transform: rotate(7deg); }
.can b { font-size: 25px; line-height: .8; letter-spacing: -.07em; }
.can i { font-style: normal; font-size: 26px; }
.blue-visual { place-items: end start; padding: 0 0 8px; }
.blue-visual > span { font-size: clamp(24px, 3vw, 46px); line-height: 1; letter-spacing: -.055em; font-weight: 400; }
.network { position: absolute; inset: 8% 0 0; background: radial-gradient(circle at 55% 45%, rgba(255,255,255,.22), transparent 45%); }
.network:before, .network:after { content: ""; position: absolute; width: 70%; height: 1px; background: rgba(255,255,255,.35); left: 12%; top: 42%; transform: rotate(18deg); }
.network:after { transform: rotate(-23deg); top: 58%; }
.network i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.network i:nth-child(1) { left: 12%; top: 40%; }.network i:nth-child(2) { left: 46%; top: 24%; }.network i:nth-child(3) { right: 12%; top: 48%; }.network i:nth-child(4) { left: 36%; bottom: 18%; }.network i:nth-child(5) { right: 28%; bottom: 12%; }
.mobile-call { display: none; }

.contact-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s ease; }
.contact-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(245,245,242,.3); cursor: default; }
.modal-card { position: relative; width: min(640px, 100%); max-height: calc(100svh - 44px); overflow-y: auto; padding: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.34)); color: #151515; box-shadow: 0 30px 90px rgba(31,35,55,.2), inset 0 1px 0 rgba(255,255,255,.75); backdrop-filter: blur(24px) saturate(120%); -webkit-backdrop-filter: blur(24px) saturate(120%); transform: translateY(18px) scale(.98); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.contact-modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-header { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.modal-header .eyebrow { margin-bottom: 14px; opacity: .65; }
.modal-header h2 { max-width: 420px; margin: 0; font-family: "Inter", sans-serif; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.06; letter-spacing: -.04em; font-weight: 500; }
.modal-close { flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(21,21,21,.16); border-radius: 50%; background: rgba(255,255,255,.35); color: #151515; font-size: 19px; line-height: 1; cursor: pointer; }
.modal-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 30px 0 26px; padding: 4px; border-radius: 100px; background: rgba(21,21,21,.08); }
.modal-tab { min-height: 40px; border: 0; border-radius: 100px; background: transparent; color: rgba(21,21,21,.62); font: 600 11px "Manrope", sans-serif; cursor: pointer; transition: background .2s ease, color .2s ease; }
.modal-tab.active { background: white; color: #151515; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 8px; font: 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.full-field { grid-column: 1 / -1; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid rgba(21,21,21,.16); border-radius: 10px; outline: 0; background: rgba(255,255,255,.3); color: #151515; padding: 13px 14px; font: 13px "Manrope", sans-serif; resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: rgba(21,21,21,.42); }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: rgba(21,21,21,.55); background: rgba(255,255,255,.55); }
.submit-inquiry, .schedule-button { min-height: 52px; border: 0; border-radius: 100px; background: white; color: #161715; padding: 0 20px; display: flex; align-items: center; justify-content: center; font: 600 14px "Manrope", sans-serif; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.submit-inquiry:hover, .schedule-button:hover { background: #f0f0ed; transform: translateY(-1px); }
.scheduler-form { display: flex; flex-direction: column; gap: 18px; }
.scheduler-intro { max-width: 520px; margin: 0; color: rgba(21,21,21,.7); font-size: 14px; line-height: 1.55; }
.scheduler-form label, .time-fieldset legend { display: flex; flex-direction: column; gap: 8px; font: 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.scheduler-form input { width: 100%; border: 1px solid rgba(21,21,21,.16); border-radius: 10px; outline: 0; background: rgba(255,255,255,.3); color: #151515; color-scheme: light; padding: 13px 14px; font: 13px "Manrope", sans-serif; }
.scheduler-form input::placeholder { color: rgba(21,21,21,.42); }
.scheduler-form input:focus { border-color: rgba(21,21,21,.55); background: rgba(255,255,255,.55); }
.time-fieldset { margin: 0; padding: 0; border: 0; }
.time-fieldset legend { margin-bottom: 8px; }
.time-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.time-slot { min-height: 38px; border: 1px solid rgba(21,21,21,.16); border-radius: 8px; background: rgba(255,255,255,.24); color: #151515; font: 500 11px "Manrope", sans-serif; cursor: pointer; }
.time-slot:hover { background: rgba(255,255,255,.55); }
.time-slot.selected { border-color: #151515; background: #151515; color: white; }
.attendee-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.scheduler-form small { font: 9px "DM Mono", monospace; text-align: center; text-transform: uppercase; letter-spacing: .08em; opacity: .58; }
.schedule-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
body.modal-open { overflow: hidden; }
body.modal-open .work { overflow: hidden; pointer-events: none; }
body.modal-open::before, body.modal-open::after { animation-play-state: paused; }

.case-modal { position: fixed; inset: 0; z-index: 21; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s ease; }
.case-modal.open { visibility: visible; opacity: 1; }
.case-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(245,245,242,.3); cursor: default; }
.case-card { position: relative; width: min(1080px, 100%); height: min(760px, calc(100svh - 56px)); overflow: hidden; display: grid; grid-template-columns: minmax(300px, 36%) minmax(0, 1fr); border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.32)); color: #151515; box-shadow: 0 30px 90px rgba(31,35,55,.2), inset 0 1px 0 rgba(255,255,255,.7); backdrop-filter: blur(24px) saturate(120%); -webkit-backdrop-filter: blur(24px) saturate(120%); backface-visibility: hidden; -webkit-backface-visibility: hidden; contain: paint; transform: translate3d(0,18px,0) scale(.98); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.case-modal.open .case-card { transform: translate3d(0,0,0) scale(1); }
.case-close { position: absolute; z-index: 3; top: 20px; right: 20px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #151515; font-size: 19px; line-height: 1; cursor: pointer; }
.case-info { min-width: 0; padding: clamp(34px, 4vw, 56px); overflow-y: auto; border-right: 1px solid rgba(21,21,21,.12); }
.case-work { min-width: 0; overflow-y: auto; padding: 30px 38px; scrollbar-width: thin; scrollbar-color: rgba(21,21,21,.25) transparent; }
.case-meta { display: flex; gap: 18px; padding-right: 50px; font: 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .07em; opacity: .62; }
.case-card h2 { max-width: 620px; margin: 26px 0 14px; font: 500 clamp(27px, 3.2vw, 38px)/1.04 "Inter", sans-serif; letter-spacing: -.04em; }
.case-summary { max-width: 590px; margin: 0; font-size: 15px; line-height: 1.55; color: rgba(21,21,21,.7); }
.case-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
.case-image { min-height: 210px; margin: 0; padding: 18px; border: 1px solid rgba(21,21,21,.14); border-radius: 12px; background: rgba(255,255,255,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: rgba(21,21,21,.62); text-align: center; }
.case-image-hero { grid-column: 1 / -1; min-height: 340px; }
.case-image span { font-size: 12px; font-weight: 600; }
.case-image small { font: 8px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; opacity: .55; }
.case-image.has-image { padding: 0; border: 0; background: transparent; overflow: visible; }
.case-image.has-image > span, .case-image.has-image > small { display: none; }
.case-hero-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.case-hero-image[hidden] { display: none; }
.case-secondary-image { width: 100%; height: 100%; display: block; object-fit: contain; }
.case-secondary-image[hidden] { display: none; }
.case-tertiary-image { width: 100%; height: 100%; display: block; object-fit: contain; }
.case-tertiary-image[hidden] { display: none; }
.case-image.portrait-image { min-height: 650px; }
.case-image.portrait-image .case-hero-image { object-fit: contain; }
.case-image.secondary-portrait { min-height: 520px; }
.case-gallery.phone-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.case-gallery.phone-gallery .case-image { min-height: 460px; }
.case-gallery.phone-gallery .case-image-hero { grid-column: auto; }
.case-gallery.phone-gallery .case-image:not(.has-image) { display: none; }
.case-gallery.hide-placeholders .case-image:not(.has-image) { display: none; }
.case-brand-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.case-brand-gallery[hidden] { display: none; }
.case-brand-gallery img { display: block; width: 100%; height: auto; border-radius: 10px; object-fit: cover; }
.case-brand-gallery img:nth-child(1), .case-brand-gallery img:nth-child(2) { aspect-ratio: 1; }
.case-brand-gallery img:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
.case-extra-phones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.case-extra-phones[hidden] { display: none; }
.case-extra-phones img { display: block; width: 100%; height: auto; object-fit: contain; }
.case-wide-image { margin: 10px 0 0; }
.case-wide-image[hidden] { display: none; }
.case-wide-image img { display: block; width: 100%; height: auto; border-radius: 10px; }
.case-divider { height: 1px; margin: 38px 0 30px; background: rgba(21,21,21,.18); }
.case-details { display: grid; grid-template-columns: 1fr; gap: 26px; }
.case-details .label { margin-bottom: 12px; opacity: .55; }
.case-details p:last-child { margin: 0; font-size: 12px; line-height: 1.65; color: rgba(21,21,21,.78); }
.case-work > :first-child:not([hidden]) { margin-top: 0; }

@media (max-width: 900px) {
  .hero { display: block; height: auto; }
  .intro { min-height: 100svh; position: relative; border-right: 0; padding: 24px; }
  .statement { padding: 13vh 0 10vh; }
  h1 { font-size: clamp(43px, 11vw, 66px); }
  .work { height: auto; overflow: visible; padding: 10px; }
  .project-primary { min-height: 0; }
  .product-window { width: 94%; }
  .case-card { display: block; height: auto; max-height: calc(100svh - 30px); overflow-y: auto; }
  .case-info { padding: 32px 24px; overflow: visible; border-right: 0; border-bottom: 1px solid rgba(21,21,21,.12); }
  .case-work { overflow: visible; padding: 18px; }
}

@media (max-width: 600px) {
  .sound-toggle { display: none; }
  .intro { min-height: auto; padding: 20px 18px 26px; }
  .availability { font-size: 8px; }
  .statement { margin: 0; padding: 54px 0 24px; }
  h1 { font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
  h1 span { display: inline; white-space: normal; }
  h1 span:not(:last-child)::after { content: " "; }
  .lede { max-width: 340px; margin: 18px 0 22px; font-size: 14px; line-height: 1.5; }
  .cta-row { gap: 14px; }
  .call-link { min-height: 46px; padding: 0 20px; font-size: 13px; }
  .capabilities-list { column-gap: 18px; }
  .details { padding-top: 12px; }
  .project-primary { min-height: 0; padding: 0; }
  .product-window { width: 110%; transform: translateX(-5%); aspect-ratio: 1.25; }
  .work .project-primary .dimensions-window { width: 92%; aspect-ratio: 1544 / 975; transform: none; }
  .dimensions-phone-row { width: 92%; }
  .dimensions-dashboard-home { width: 96%; }
  .dimensions-phone-row { gap: 3px; margin: 22px auto; }
  .atlas-grid { grid-template-columns: 1.1fr .9fr; padding: 7%; }
  .atlas-copy strong { font-size: 26px; }
  .orb { width: 90%; }
  .project-row { grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
  .project-small { min-height: 480px; }
  .project-image-only { min-height: 0; }
  .project-golfr { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; padding: 20px 12px; }
  .project-golfr img { width: 100%; max-height: none; }
  .project-mad-coffee { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 18px 10px; }
  .project-dimensions-distribution { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 18px 6px; }
  .project-1800-ads { grid-template-columns: 1fr; gap: 6px; margin-top: -18px; padding: 18px 6px; }
  .project-1800-ads img:last-child { width: 96%; }
  .mobile-call { margin-top: 10px; min-height: 72px; padding: 0 22px; background: var(--acid); display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 600; }
  .contact-modal { padding: 12px; }
  .modal-card { width: 100%; height: min(620px, calc(100svh - 24px)); max-height: min(620px, calc(100svh - 24px)); overflow-y: auto; padding: 22px 18px; border-radius: 16px; }
  .modal-header h2 { font-size: 27px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .time-slots { grid-template-columns: repeat(3, 1fr); }
  .attendee-fields { grid-template-columns: 1fr; }
  .case-modal { padding: 12px; }
  .case-card { width: 100%; height: min(620px, calc(100svh - 24px)); max-height: min(620px, calc(100svh - 24px)); overflow-y: auto; padding: 0; border-radius: 16px; }
  .modal-backdrop, .case-backdrop { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .case-info { padding: 28px 20px 24px; }
  .case-work { padding: 14px; }
  .case-card h2 { margin-top: 22px; font-size: 26px; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-image-hero { grid-column: auto; min-height: 240px; }
  .case-image { min-height: 190px; }
  .case-image.portrait-image { min-height: 520px; }
  .case-gallery.phone-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-gallery.phone-gallery .case-image { min-height: 330px; }
  .case-brand-gallery { gap: 6px; }
  .case-extra-phones { gap: 4px; }
  .case-details { grid-template-columns: 1fr; gap: 22px; }
  .case-divider { margin: 28px 0 24px; }
}

@media (prefers-reduced-motion: no-preference) {
  .project { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .project.visible { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body::before, body::after { animation: none; }
}
