@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Didact+Gothic&display=swap');

:root {
  --cream: #eee7da;
  --paper: #f7f2e9;
  --tan: #d2b48c;
  --blue: #063753;
  --green: #8abd91;
  --pink: #de5d83;
  --ink: #171717;
  --line: rgba(23, 23, 23, .22);
  --max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.65 "Didact Gothic", sans-serif; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
p, h1, h2, h3, figure, dl { margin-top: 0; }
h1, h2, h3 { margin-bottom: 22px; font-family: "Cal Sans", Arial, sans-serif; font-weight: 400; line-height: 1.12; letter-spacing: -.015em; }
h1 { font-size: clamp(54px, 7vw, 108px); line-height: .97; letter-spacing: -.035em; }
h2 { font-size: clamp(38px, 4.5vw, 68px); line-height: 1.04; letter-spacing: -.025em; }
.lead { font-size: 22px; line-height: 1.48; }

.site-header { position: relative; z-index: 20; min-height: 106px; padding: 20px max(30px, calc((100% - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; background: var(--blue); color: #fff; border-bottom: 5px solid var(--green); box-shadow: 0 8px 28px rgba(6,55,83,.18); }
.logo { display: inline-flex; align-items: center; padding-right: 36px; }
.logo img { width: 178px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 17px; }
nav a:not(.nav-contact) { padding-block: 5px; border-bottom: 1px solid transparent; }
nav a:not(.nav-contact):hover { border-color: currentColor; }
.nav-contact { padding: 12px 20px; background: var(--pink); color: #fff; border-radius: 2px; font-weight: 700; }
.menu-button { display: none; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-button-icon { position: relative; width: 27px; height: 16px; display: block; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; transition: transform .22s ease, border-color .22s ease; }
.menu-button-icon::after { content: ""; position: absolute; top: 5px; right: 0; width: 19px; border-top: 2px solid currentColor; transition: width .18s ease, transform .18s ease; }
.menu-button[aria-expanded="true"] .menu-button-icon { transform: rotate(45deg); border-bottom-color: transparent; }
.menu-button[aria-expanded="true"] .menu-button-icon::after { width: 27px; transform: rotate(90deg); transform-origin: center; }

.section-pad { width: min(var(--max), 100%); margin-inline: auto; padding: 120px 30px; }
.full-bleed { width: 100%; }
.kicker, .section-number { margin-bottom: 18px; font-size: 17px; letter-spacing: .09em; text-transform: uppercase; }
.section-number { color: rgba(23,23,23,.58); }

/* Hero */
.hero { position: relative; isolation: isolate; width: 100%; max-width: none; min-height: calc(100svh - 106px); padding: 110px max(30px, calc((100% - var(--max))/2)) 54px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 80px; overflow: hidden; color: #fff; }
.hero-media { position: absolute; z-index: -2; inset: 0; min-height: 0; overflow: hidden; background: var(--blue); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { display: block; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(6,29,42,.94) 0%, rgba(6,36,52,.76) 43%, rgba(6,38,54,.12) 100%), linear-gradient(0deg, rgba(6,29,42,.75), transparent 52%); }
.hero-copy { max-width: 900px; }
.client-logo { width: clamp(210px, 24vw, 330px); margin-bottom: 34px; }
.hero h1 span { color: var(--pink); }
.hero .lead { max-width: 680px; margin-bottom: 0; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.arrow-link { display: inline-flex; align-items: center; gap: 34px; padding: 11px 15px; background: var(--blue); color: white; }
.video-toggle { padding: 8px 14px; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: rgba(6,55,83,.56); color: white; cursor: pointer; }
.project-facts { margin: 0; }
.project-facts div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.46); }
.project-facts dt { margin-bottom: 4px; color: rgba(255,255,255,.62); font-size: 17px; letter-spacing: .07em; text-transform: uppercase; }
.project-facts dd { margin: 0; font-size: 17px; line-height: 1.4; }

/* Work and narrative */
.project-shot { padding: 5vw; background: var(--tan); }
.project-shot img { width: 100%; border: 0; box-shadow: 0 25px 80px rgba(40,28,15,.2); }
.story { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: space-between; gap: 70px; }
.story-copy p:not(.lead) { max-width: 620px; }
.pink { color: var(--pink); }
.green { color: #4f8559; }
.blue { color: var(--blue); }
.quote-band { padding: 84px max(30px, calc((100% - 1080px)/2)); background: var(--pink); color: #fff; }
.quote-band p { max-width: 1080px; margin: 0; font: 400 clamp(38px, 5vw, 72px)/1.12 "Cal Sans", sans-serif; }

.image-feature { padding-top: 18px; }
figure { margin: 0; }
.image-button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.image-button img { width: 100%; transition: transform .4s ease; }
.image-button:hover img { transform: scale(1.01); }
figcaption { display: flex; gap: 18px; margin-top: 14px; font-size: 17px; }
figcaption span { color: var(--pink); }

/* Terms and conditions */
.terms-page { background: var(--cream); color: var(--blue); }
.terms-page-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.terms-page-hero { padding: 110px 0 70px; }
.terms-page-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(56px, 7.2vw, 104px); line-height: .94; letter-spacing: -.045em; }
.terms-page-intro { max-width: 850px; margin: 32px 0 0; font-size: 22px; line-height: 1.5; }
.terms-page-content { padding: 0 0 120px; }
.terms-page-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); gap: clamp(34px, 5vw, 78px); align-items: start; }
.terms-accordions { border-bottom: 1px solid rgba(6,55,83,.22); }
.terms-accordion { border-top: 1px solid rgba(6,55,83,.22); }
.terms-accordion summary { min-height: 100px; padding: 24px 0; display: grid; grid-template-columns: 56px minmax(0,1fr) 44px; gap: 16px; align-items: center; cursor: pointer; list-style: none; }
.terms-accordion summary::-webkit-details-marker { display: none; }
.terms-accordion-number { color: var(--pink); font-weight: 700; letter-spacing: .04em; }
.terms-accordion-title { font: 400 clamp(24px,2vw,31px)/1.15 "Cal Sans", sans-serif; letter-spacing: -.015em; }
.terms-accordion-toggle { position: relative; width: 40px; height: 40px; border: 1px solid rgba(6,55,83,.35); border-radius: 50%; }
.terms-accordion-toggle::before,
.terms-accordion-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; background: var(--blue); transform: translate(-50%,-50%); transition: transform .2s ease; }
.terms-accordion-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.terms-accordion[open] .terms-accordion-toggle::after { transform: translate(-50%,-50%) rotate(0deg); }
.terms-document { padding: 0 0 52px 72px; color: var(--ink); }
.terms-document h2 { margin: 44px 0 16px; color: var(--blue); font-size: 30px; line-height: 1.15; }
.terms-document h3 { margin: 36px 0 12px; color: var(--blue); font-size: 25px; line-height: 1.2; }
.terms-document h2:first-child,
.terms-document h3:first-child { margin-top: 0; }
.terms-document p,
.terms-document li { font-size: 17px; line-height: 1.72; }
.terms-document strong,
.terms-document b {
  color: var(--blue);
  font-family: "Cal Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
}
.terms-document h2 strong,
.terms-document h2 b,
.terms-document h3 strong,
.terms-document h3 b,
.terms-document h4 strong,
.terms-document h4 b {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.terms-document ul,
.terms-document ol { margin: 14px 0 26px; padding-left: 1.35em; }
.terms-document a { color: var(--pink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.terms-table-wrap { margin: 24px 0 34px; overflow-x: auto; }
.terms-table-wrap table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.38); }
.terms-table-wrap th,
.terms-table-wrap td { padding: 14px 16px; border: 1px solid rgba(6,55,83,.18); text-align: left; vertical-align: top; font-size: 16px; line-height: 1.5; }
.terms-table-wrap th { background: rgba(6,55,83,.08); color: var(--blue); font-weight: 700; }
.terms-page-aside { position: sticky; top: 30px; }
.terms-meta-card { padding: 30px; border: 1px solid rgba(6,55,83,.12); border-radius: 24px; background: #cfe3d1; color: var(--blue); box-shadow: 0 14px 34px rgba(6,55,83,.08); }
.terms-version-current { padding-bottom: 24px; border-bottom: 1px solid rgba(6,55,83,.18); }
.terms-version-current span { display: block; margin-bottom: 7px; color: var(--pink); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.terms-version-current strong { display: block; font-family: var(--display); font-size: 27px; line-height: 1.1; }
.terms-version-current p { margin: 6px 0 0; font-size: 19px; line-height: 1.4; }
.terms-version-history { display: grid; }
.terms-version-entry { padding: 24px 0; border-bottom: 1px solid rgba(6,55,83,.16); }
.terms-version-entry:last-child { padding-bottom: 0; border-bottom: 0; }
.terms-version-entry h2 { margin: 0 0 7px; color: var(--blue); font-family: var(--display); font-size: 21px; line-height: 1.2; }
.terms-version-entry h2 span { color: var(--pink); font: inherit; }
.terms-version-entry p { margin: 0; font-size: 17px; line-height: 1.55; }
.terms-version-entry .terms-version-date { margin-bottom: 10px; color: var(--blue); font-size: 15px; font-weight: 700; }

@media (max-width: 900px) {
  .terms-page-grid { grid-template-columns: 1fr; }
  .terms-page-aside { position: static; order: -1; }
  .terms-meta-card { max-width: 420px; }
}

@media (max-width: 600px) {
  .terms-page-shell { width: min(calc(100% - 34px), var(--max)); }
  .terms-page-hero { padding: 72px 0 46px; }
  .terms-page-hero h1 { font-size: clamp(48px,14vw,66px); }
  .terms-page-intro { margin-top: 26px; font-size: 19px; }
  .terms-page-content { padding-bottom: 80px; }
  .terms-accordion summary { min-height: 88px; grid-template-columns: 40px minmax(0,1fr) 38px; gap: 10px; }
  .terms-accordion-title { font-size: 23px; }
  .terms-accordion-toggle { width: 36px; height: 36px; }
  .terms-document { padding: 0 0 42px; }
  .terms-document h2 { font-size: 27px; }
  .terms-document h3 { font-size: 23px; }
  .terms-meta-card { padding: 24px; }
  .terms-version-current strong { font-size: 25px; }
}

.split-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; }
.feature-copy { max-width: 470px; }
.tick-list { padding: 0; margin: 30px 0 0; list-style: none; }
.tick-list li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid var(--line); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: #4f8559; }

.local-search { background: var(--blue); color: #fff; }
.search-grid { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: space-between; gap: 70px; }
.local-search .section-number { color: rgba(255,255,255,.58); }
.local-search h2 span { color: var(--green); }
.local-search p { max-width: 680px; }

/* Results */
.results-heading { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: space-between; gap: 70px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.metrics article { min-height: 260px; padding: 34px 28px 28px 0; }
.metrics article + article { padding-left: 28px; border-left: 1px solid var(--ink); }
.metric { margin-bottom: 45px; color: var(--blue); font: 400 clamp(64px, 7vw, 104px)/.9 "Cal Sans", sans-serif; }
.metric small { font-size: .24em; }
.metrics article:nth-child(2) .metric { color: #4f8559; }
.metrics article:nth-child(3) .metric { color: var(--pink); }
.results-note { max-width: 690px; margin: 42px 0 0 auto; font-size: 22px; }

.contact { background: var(--green); }
.contact-inner { padding-top: 76px; padding-bottom: 76px; }
.contact h2 { max-width: 720px; }
.contact h2 span { color: var(--blue); }
.contact-actions { display: flex; gap: 40px; margin-top: 38px; }
.contact-actions a { padding-bottom: 3px; border-bottom: 1px solid; }
footer { width: min(var(--max), 100%); min-height: 135px; margin: auto; padding: 35px 30px; display: flex; align-items: center; gap: 45px; font-size: 17px; }
footer img { width: 118px; }
footer p { margin: 0; }
footer p:last-child { margin-left: auto; }

.lightbox { width: min(94vw, 1500px); max-width: none; padding: 46px 16px 16px; border: 0; background: var(--paper); }
.lightbox::backdrop { background: rgba(6,55,83,.86); backdrop-filter: blur(4px); }
.lightbox button { position: absolute; top: 9px; right: 16px; border: 0; background: transparent; cursor: pointer; }
.lightbox img { max-height: 84vh; margin: auto; }

@media (max-width: 820px) {
  .site-header { min-height: 82px; padding: 16px 20px; border-bottom-width: 4px; }
  .logo img { width: 148px; }
  .menu-button { display: block; }
  nav { display: none; position: fixed; inset: 82px 0 0; padding: 42px 22px; background: var(--blue); color: #fff; flex-direction: column; align-items: flex-start; font: 28px/1.2 "Cal Sans", sans-serif; }
  nav.open { display: flex; }
  .nav-contact { margin-top: 12px; font: 17px "Didact Gothic", sans-serif; }
  .section-pad { padding: 84px 22px; }
  .hero { min-height: calc(100svh - 82px); padding: 90px 22px 42px; grid-template-columns: 1fr; align-content: end; gap: 42px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(6,29,42,.95) 0%, rgba(6,36,52,.6) 70%, rgba(6,38,54,.2) 100%); }
  .hero-copy { padding: 0; }
  .client-logo { width: 205px; margin-bottom: 28px; }
  .video-toggle { position: static; }
  .hero-actions { align-items: flex-start; }
  .project-facts { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .project-shot { padding: 35px 12px; }
  .project-shot img { border-width: 5px; }
  .story, .search-grid, .results-heading, .split-feature { grid-template-columns: 1fr; gap: 28px; }
  .quote-band { padding: 65px 22px; }
  .quote-band p { font-size: 28px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { min-height: auto; padding: 30px 0; }
  .metrics article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--ink); }
  .metric { margin-bottom: 20px; }
  .contact-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  footer { padding: 34px 22px; align-items: flex-start; flex-direction: column; gap: 13px; }
  footer p:last-child { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .home-doodle { animation: none !important; }
  .problem-card, .ecosystem-paths path { animation: none !important; }
}

/* Homepage concept */
.homepage { width: 100%; }
.home-announcement { min-height: 44px; padding: 10px 22px; display: grid; place-items: center; color: rgba(23,23,23,.72); font-size: 17px; line-height: 1.2; }
.announcement-message { grid-area: 1 / 1; margin: 0; display: flex; gap: 13px; align-items: center; opacity: 0; visibility: hidden; transform: translateY(3px); transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s; }
.announcement-message.is-active { opacity: 1; visibility: visible; transform: translateY(-1px); transition-delay: 0s; }
.home-announcement strong { color: var(--blue); }
.homepage .site-header { width: min(83.333%, 1167px); min-height: clamp(72px, 7vw, 84px); margin: 10px auto 0; padding: clamp(7px, .75vw, 9px) clamp(17px, 1.75vw, 21px); display: grid; grid-template-columns: 1fr auto 1fr; column-gap: clamp(12px, 1.5vw, 18px); background: #fff; color: var(--ink); border: 0; border-radius: 999px; box-shadow: 0 10px 28px rgba(6,55,83,.08); }
.homepage .site-header .logo { padding-right: 0; }
.homepage .site-header .logo img { width: 124px; filter: none; }
.animated-logo { position: relative; width: clamp(118px, 12.42vw, 149px); height: clamp(53px, 5.58vw, 67px); overflow: visible; }
.animated-logo img { width: 100%; height: 100%; object-fit: contain; }
.homepage .site-header nav { font-size: 17px; }
.homepage .site-header nav a { font-family: "Didact Gothic", sans-serif; font-weight: 400; -webkit-text-stroke: .45px currentColor; }
.homepage .site-header nav a:not(.nav-contact) { position: relative; border: 0; }
.homepage .site-header nav a:not(.nav-contact)::after { content: ""; position: absolute; right: 10%; bottom: 0; left: 10%; height: 2px; background: var(--pink); transform: scaleX(0); transform-origin: right center; transition: transform .22s ease; }
.homepage .site-header nav a:not(.nav-contact):hover::after,
.homepage .site-header nav a:not(.nav-contact).is-active::after { transform: scaleX(1); transform-origin: left center; }
.homepage .home-nav-group { display: flex; align-items: center; }
.homepage .home-nav-left { gap: clamp(21px, 2.35vw, 28px); }
.homepage .home-nav-right { gap: clamp(16px, 1.67vw, 20px); }
.homepage .home-nav-left { justify-self: start; padding-left: clamp(10px, 1.67vw, 20px); }
.homepage .home-nav-right { justify-self: end; padding-right: clamp(10px, 1.67vw, 20px); }
.homepage .mobile-home-nav { display: none; }
.homepage .site-header .nav-contact { padding: 10px 18px; background: var(--pink); border-radius: 999px; }
.homepage .site-header .nav-contact span { display: inline-block; margin-left: 3px; font-size: .9em; transition: transform .18s ease; }
.homepage .site-header .nav-contact:hover span { transform: translate(2px, -2px); }
.home-hero { position: relative; width: min(1400px, 100%); min-height: 690px; margin-inline: auto; padding: 76px 30px; display: grid; grid-template-columns: minmax(0, 48fr) minmax(0, 52fr); align-items: start; gap: clamp(45px, 4.5vw, 70px); overflow: hidden; background: var(--cream); }
.home-hero-main { position: relative; z-index: 2; max-width: 650px; color: var(--blue); }
.home-hero h1 { margin-bottom: 30px; color: var(--blue); font-size: clamp(72px, 5.7vw, 92px); line-height: .92; letter-spacing: -.048em; }
.home-hero h1 span { color: var(--pink); }
.hero-rotating-word { display: inline-block; min-height: .92em; font-size: clamp(44px, 5.7vw, 92px); white-space: nowrap; opacity: 1; transform: translateY(0); transition: opacity .22s ease, transform .22s ease; }
.hero-rotating-word.is-changing { opacity: 0; transform: translateY(8px); }
.home-hero .lead { max-width: 590px; margin-bottom: 0; font-size: 22px; line-height: 1.52; }
.home-actions { margin-top: 34px; display: flex; align-items: center; gap: 32px; }
.home-primary { padding: 15px 24px; background: var(--blue); color: white; border-radius: 999px; box-shadow: 0 9px 22px rgba(6,55,83,.15); transition: transform .2s ease, box-shadow .2s ease; }
.home-primary:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(6,55,83,.2); }
.home-actions > a:last-child { padding-bottom: 3px; border-bottom: 1px solid rgba(6,55,83,.35); }
.booking-modal { width: min(760px, calc(100% - 32px)); height: min(840px, calc(100dvh - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: hidden; background: #fff; color: var(--blue); border: 0; border-radius: 24px; box-shadow: 0 24px 70px rgba(6,55,83,.24); }
.booking-modal::backdrop { background: rgba(6,35,50,.58); backdrop-filter: blur(5px); }
.booking-modal[open] { display: flex; flex-direction: column; animation: booking-modal-in .22s ease-out; }
.booking-modal-header { padding: 22px 24px 17px; display: flex; align-items: flex-start; justify-content: space-between; flex: 0 0 auto; gap: 24px; border-bottom: 1px solid rgba(6,55,83,.1); }
.booking-modal-header .kicker { margin: 0 0 3px; color: var(--pink); }
.booking-modal-header h2 { margin: 0; font-size: 32px; line-height: 1; }
.booking-modal-close { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; padding: 0 0 4px; background: var(--cream); color: var(--blue); border: 0; border-radius: 50%; font: 32px/1 "Didact Gothic", sans-serif; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.booking-modal-close:hover { background: rgba(222,93,131,.18); transform: rotate(4deg); }
.tidycal-embed { display: block; width: 1px; min-width: 100%; height: auto; min-height: 0; flex: 1 1 auto; overflow: auto; border: 0; }
@keyframes booking-modal-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero-ecosystem { position: relative; min-width: 0; height: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, 170px); gap: 34px 28px; }
.problem-card { position: relative; z-index: 1; min-width: 0; min-height: 0; padding: 25px 23px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 17px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.92); border-radius: 16px; box-shadow: 0 5px 14px rgba(30,39,47,.055), 0 1px 2px rgba(30,39,47,.035); text-align: left; backdrop-filter: blur(8px); transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover { z-index: 5; transform: translateY(-3px) !important; box-shadow: 0 8px 18px rgba(30,39,47,.08); }
.problem-card h2 { margin: 0 0 4px; color: var(--blue); font: 22px/1.05 "Cal Sans", sans-serif; letter-spacing: -.015em; }
.problem-card p { margin: 0; color: #000; font-size: 17px; line-height: 1.25; }
.problem-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--pink); }
.problem-icon svg { width: 100%; height: 100%; overflow: visible; }
.problem-icon svg * { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.card-tan { background: rgba(239,221,195,.88); }
.card-green { background: rgba(210,233,214,.9); }
.card-pink { background: rgba(239,186,202,.92); }
.card-lilac { background: rgba(230,220,241,.82); }
.card-sales { z-index: 2; transform: scale(1.025); }
.card-sales:hover { transform: translateY(-3px) scale(1.025) !important; }
.card-shopify { grid-area: 1 / 1; }.card-seo { grid-area: 1 / 2; }.card-email { grid-area: 1 / 3; }
.card-google { grid-area: 2 / 1; }.card-sales { grid-area: 2 / 2; }.card-meta { grid-area: 2 / 3; }
.card-warehouse { grid-area: 3 / 1; }.card-phone { grid-area: 3 / 2; }.card-systems { grid-area: 3 / 3; }
@keyframes ecosystem-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.aside-label { font-size: 17px; letter-spacing: .09em; text-transform: uppercase; }
.home-marquee { overflow: hidden; padding: 20px; background: var(--pink); color: white; }
.home-marquee p { width: max-content; margin: 0 auto; font: 28px "Cal Sans", sans-serif; }
.home-marquee span { margin-inline: 20px; color: var(--blue); }
.start-here { padding: 92px 30px 105px; background: var(--cream); }
.start-here-inner { width: min(1400px, 100%); margin-inline: auto; }
.start-here-kicker { margin: 0 0 20px; color: var(--pink); font-size: 17px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.start-here h2 { margin: 0 0 52px; color: var(--blue); font-size: clamp(48px, 5.1vw, 74px); line-height: .98; letter-spacing: -.04em; }
.start-here h2 span { color: var(--pink); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.start-here-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; }
.start-card { position: relative; min-height: 260px; grid-column: span 2; padding: 45px 42px 39px; display: grid; grid-template-columns: 76px 1fr; align-items: start; gap: 22px; overflow: hidden; background: rgba(255,255,255,.9); color: var(--blue); border: 1px solid rgba(255,255,255,.95); border-radius: 22px; box-shadow: 0 6px 18px rgba(30,39,47,.055); transition: transform .22s ease, box-shadow .22s ease; }
.start-card-wide { min-height: 250px; grid-column: span 3; padding: 49px 54px 43px; grid-template-columns: 92px 1fr; gap: 30px; }
.start-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(30,39,47,.08); }
.start-card-icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--pink); }
.start-card-wide .start-card-icon { width: 76px; height: 76px; }
.start-card-icon svg { width: 100%; height: 100%; }
.start-card-icon svg * { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.start-card-copy { display: block; min-width: 0; }
.start-card-copy strong { display: block; margin: 0 0 18px; font: 34px/1.12 "Cal Sans", sans-serif; letter-spacing: -.025em; }
.start-card:not(.start-card-wide) .start-card-copy strong { font-size: 29px; }
.start-card-copy > span { display: block; color: var(--blue); font-size: 19px; line-height: 1.55; }
.start-card-arrow { position: absolute; right: 36px; bottom: 27px; color: var(--pink); font-size: 43px; line-height: 1; transition: transform .18s ease; }
.start-card:hover .start-card-arrow { transform: translateX(5px); }
.start-here-fallback { margin-top: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.start-here-fallback > span { border-top: 1px dashed rgba(6,55,83,.28); }
.start-here-fallback p { margin: 0; color: var(--blue); font: 25px "Cal Sans", sans-serif; }
.start-here-fallback a { margin-left: 7px; color: var(--pink); }
.what-next { padding: 48px 30px 82px; overflow: hidden; background: var(--blue); color: #fff; }
.what-next-inner { width: min(1400px, 100%); margin-inline: auto; display: grid; grid-template-columns: minmax(470px, .95fr) minmax(0, 1.65fr); gap: clamp(48px, 4vw, 66px); }
.what-next-intro { position: relative; }
.what-next-intro h2 { margin: 0 0 34px; color: #fff; font-size: clamp(68px, 5.7vw, 84px); line-height: .94; letter-spacing: -.05em; }
.what-next-intro h2 span { color: var(--pink); }
.what-next-intro > p:not(.what-next-note) { max-width: 490px; margin: 0 0 24px; color: rgba(255,255,255,.9); font-size: 20px; line-height: 1.55; }
.what-next-intro > p strong { color: #fff; font: 28px "Cal Sans", sans-serif; }
.what-next-process { min-width: 0; }
.what-next-action { width: 100%; margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(24px, 3vw, 46px); }
.what-next-cta { width: 100%; min-height: 100px; margin-top: 0; padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 38px; background: var(--pink); color: #fff; border-radius: 14px; font: 23px "Cal Sans", sans-serif; box-shadow: 0 10px 24px rgba(0,0,0,.13); transition: transform .2s ease, box-shadow .2s ease; }
.what-next-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.what-next-cta span { font-size: 35px; line-height: .7; }
.what-next-note { position: relative; width: min(100%, 260px); margin: 0 0 0 24px; color: rgba(255,255,255,.88); font: 24px/1.08 "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive; letter-spacing: .01em; transform: rotate(-3deg); }
.what-next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 2.5vw, 40px); }
.what-next-step { position: relative; min-width: 0; padding-top: 4px; }
.what-next-icon { width: 122px; height: 122px; margin: 0 0 42px; display: grid; place-items: center; color: #fff; border: 1.5px solid rgba(255,255,255,.24); border-radius: 50%; }
.what-next-icon svg { width: 57px; height: 57px; }
.what-next-icon svg * { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.what-next-step:first-child .what-next-icon circle,
.what-next-step:nth-child(3) .what-next-icon circle { fill: currentColor; stroke: none; }
.what-next-arrow { position: absolute; top: 60px; left: 134px; width: calc(100% - 106px); border-top: 1px dashed rgba(255,255,255,.5); }
.what-next-arrow::after { content: ""; position: absolute; top: -5px; right: -1px; width: 8px; height: 8px; border-top: 1.5px solid rgba(255,255,255,.72); border-right: 1.5px solid rgba(255,255,255,.72); transform: rotate(45deg); }
.what-next-number { margin: 0 0 18px; color: var(--pink); font: 25px "Cal Sans", sans-serif; }
.what-next-step h3 { min-height: 96px; margin: 0 0 20px; color: #fff; font-size: clamp(31px, 2.25vw, 37px); line-height: 1.1; letter-spacing: -.025em; }
.what-next-step > p:last-child { margin: 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.55; }
.problems-solved { padding: 112px 30px 64px; background: var(--cream); color: var(--blue); }
.problems-solved-inner { width: min(1400px, 100%); margin-inline: auto; }
.problems-solved-header { margin-bottom: 64px; display: grid; grid-template-columns: minmax(0, 40%) minmax(0, 1fr); align-items: center; gap: 60px; }
.problems-solved-header h2 { margin: 0; color: var(--blue); font-size: clamp(48px, 4vw, 58px); line-height: .95; }
.problems-solved-header h2 > span { color: var(--pink); }
.problems-solved-header .growth-stop { color: var(--green); }
.problems-solved-header p { width: min(100%, 420px); margin: 0 0 0 auto; color: var(--blue); font: 22px/1.28 "Cal Sans", sans-serif; }
.problems-solved-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 38px; row-gap: 32px; }
.solved-card { position: relative; width: 100%; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; color: #fff; border-radius: 22px; box-shadow: 0 8px 24px rgba(6,55,83,.08); cursor: pointer; isolation: isolate; transition: transform .22s ease, box-shadow .22s ease; }
.solved-card > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: right top; transition: transform .4s ease; }
.solved-card-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(6,55,83,.14) 0%, rgba(6,55,83,.48) 43%, rgba(6,35,53,.96) 100%); transition: opacity .22s ease; }
.solved-card-pill { position: absolute; top: 25px; left: 26px; padding: 7px 16px 6px; color: #fff; border-radius: 999px; font: 17px/1 "Cal Sans", sans-serif; text-transform: uppercase; }
.solved-card-pink .solved-card-pill { background: var(--pink); }
.solved-card-green .solved-card-pill { background: var(--green); }
.solved-card-tan .solved-card-pill { background: var(--tan); }
.solved-card-content { position: absolute; inset: auto 26px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.solved-card-content > strong { display: block; max-width: 430px; margin-bottom: 17px; font: clamp(27px, 2vw, 33px)/1.05 "Cal Sans", sans-serif; letter-spacing: -.025em; }
.solved-card-disciplines { width: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 11px; font-size: 17px; line-height: 1.3; }
.solved-card-disciplines span { display: inline-flex; align-items: center; gap: 11px; }
.solved-card-disciplines span:not(:last-child)::after { content: ""; width: 5px; height: 5px; background: var(--card-accent, var(--pink)); border-radius: 50%; }
.solved-card-pink { --card-accent: var(--pink); }.solved-card-green { --card-accent: var(--green); }.solved-card-tan { --card-accent: var(--tan); }
.solved-card-result { box-sizing: border-box; width: 100%; margin-top: 18px; padding-top: 14px; padding-right: 78px; border-top: 3px solid var(--card-accent); font-size: 17px; line-height: 1.35; }
.solved-card-result b { font-weight: 400; }
.solved-card-cutout { position: absolute; right: 0; bottom: 0; width: 94px; height: 84px; display: flex; align-items: center; justify-content: center; background: var(--cream); color: var(--blue); border-radius: 27px 0 0 0; }
.solved-card-cutout::before { content: ""; position: absolute; left: -25px; bottom: 0; width: 28px; height: 65px; background: var(--cream); clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.solved-card-mark { position: relative; z-index: 1; width: 64px; height: 55px; overflow: visible; fill: currentColor; }
.solved-card-chevron { transition: transform .2s ease; }
.solved-card:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(6,55,83,.13); }
.solved-card:hover > img { transform: scale(1.035); }
.solved-card:hover .solved-card-shade { opacity: .94; }
.solved-card:hover .solved-card-chevron { transform: translateX(28px); }
.problems-solved-more { width: fit-content; margin: 48px auto 0; padding: 12px 24px; display: flex; align-items: center; gap: 44px; border: 1px solid var(--blue); border-radius: 999px; font: 18px "Cal Sans", sans-serif; transition: background .2s ease, color .2s ease, transform .2s ease; }
.problems-solved-more:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.home-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.home-intro > div { max-width: 800px; }
.home-intro h2 span, .home-section-heading h2 span { color: var(--pink); }
.capabilities { padding: 64px 30px 100px; background: var(--cream); color: var(--blue); }
.capabilities-inner { width: min(1400px, 100%); margin-inline: auto; }
.capabilities-header { margin-bottom: 64px; display: grid; grid-template-columns: minmax(0, 40%) minmax(0, 1fr); align-items: center; gap: 60px; }
.capabilities-header h2 { margin: 0; color: var(--blue); font-size: clamp(56px, 5vw, 64px); line-height: .96; letter-spacing: -.035em; }
.capabilities-header h2 > span { color: var(--pink); }
.capabilities-header h2 > span > span { color: var(--green); }
.capabilities-header > p { width: min(100%, 420px); margin: 0 0 0 auto; color: var(--blue); font: 22px/1.28 "Cal Sans", sans-serif; }
.capabilities-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.capability-card { position: relative; min-height: 300px; padding: 36px 38px 34px; display: flex; flex-direction: column; overflow: hidden; background: #fff; color: var(--blue); border: 1px solid rgba(6,55,83,.075); border-radius: 21px; box-shadow: 0 7px 22px rgba(6,55,83,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.capability-meta { margin-bottom: 27px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.capability-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--pink); background: rgba(238,231,218,.52); border-radius: 50%; transition: color .2s ease; }
.capability-icon svg { width: 34px; height: 34px; }
.capability-icon svg * { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.capability-number { align-self: flex-start; color: var(--green); font: 18px/1 "Cal Sans", sans-serif; letter-spacing: .04em; }
.capability-card:nth-child(even) .capability-number { color: var(--pink); }
.capability-card h3 { margin: 0 0 13px; font-size: 29px; line-height: 1.05; letter-spacing: -.025em; }
.capability-card > p { max-width: 370px; margin: 0; padding: 0 38px 30px 0; color: #111; font-size: 18px; line-height: 1.45; }
.capability-arrow { position: absolute; right: 35px; bottom: 29px; color: var(--pink); font-size: 28px; line-height: 1; transition: transform .2s ease; }
.capability-card:hover { transform: translateY(-3px); border-color: rgba(6,55,83,.14); box-shadow: 0 11px 26px rgba(6,55,83,.09); }
.capability-card:hover .capability-icon { color: var(--green); }
.capability-card:hover .capability-arrow { transform: translateX(7px); }
.capabilities-cta { width: fit-content; margin: 48px auto 0; padding: 13px 24px; display: flex; align-items: center; gap: 42px; color: var(--blue); border: 1px solid var(--blue); border-radius: 999px; font: 18px "Cal Sans", sans-serif; transition: color .2s ease, background .2s ease, transform .2s ease; }
.capabilities-cta:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.home-work { padding-top: 130px; padding-bottom: 130px; }
.featured-case { margin-top: 60px; display: grid; grid-template-columns: 1.4fr .6fr; background: var(--tan); }
.featured-image { min-height: 560px; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transition: transform .5s ease; }
.featured-case:hover .featured-image img { transform: scale(1.015); }
.featured-copy { padding: 55px 42px; display: flex; flex-direction: column; align-items: flex-start; }
.featured-copy h3 { font-size: 36px; }
.featured-copy ul { padding-left: 20px; }
.featured-copy > span { margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid; }
.home-proof { background: var(--pink); color: white; }
.home-proof .section-number { color: rgba(255,255,255,.72); }
.proof-line { margin: 30px 0; font: clamp(38px, 5.5vw, 76px)/1.1 "Cal Sans", sans-serif; }
.proof-line span { color: var(--blue); }
.home-proof .section-pad > p:last-child { max-width: 720px; font-size: 22px; }
.home-contact { background: var(--green); }
.home-contact h2 { max-width: 900px; }
.home-contact h2 span { color: var(--blue); }
.home-contact-grid { margin-top: 55px; padding-top: 24px; display: grid; grid-template-columns: 1fr .5fr 1fr; gap: 40px; border-top: 1px solid var(--ink); }
.home-contact-grid a { font-size: 22px; }
.home-footer { position: relative; z-index: 1; width: 100%; max-width: none; min-height: 0; margin: 0; padding: 0 0 28px; display: block; overflow: hidden; background: var(--blue); color: #fff; }
.footer-crest { position: relative; height: 58px; background: var(--cream); }
.footer-crest::after { content: ""; position: absolute; left: max(30px, calc((100% - 1400px) / 2)); bottom: -1px; width: 300px; height: 42px; background: var(--blue); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.footer-inner { width: min(1400px, calc(100% - 60px)); margin: -1px auto 0; }
.footer-main { padding: 8px 0 66px; display: grid; grid-template-columns: 1.35fr 1.55fr .72fr .72fr .72fr; gap: clamp(28px, 3vw, 54px); }
.footer-brand img { width: 245px; margin-bottom: 24px; }
.footer-brand > p { margin: 24px 0 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.45; }
.footer-chat { width: min(100%, 300px); padding: 15px 22px; display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--green); color: var(--blue); border-radius: 999px; font: 22px "Cal Sans", sans-serif; }
.footer-chat span { font-size: 31px; line-height: .7; }
.footer-contact { padding-left: 38px; display: flex; flex-direction: column; gap: 23px; border-left: 1px solid rgba(255,255,255,.32); }
.footer-contact, .footer-nav { margin-top: 42px; }
.footer-contact a, .footer-contact p { margin: 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.55; }
.footer-contact > a { color: #fff; font-family: "Didact Gothic", sans-serif; font-size: 22px; font-weight: 700; line-height: 1.4; text-shadow: .35px 0 currentColor, -.35px 0 currentColor; }
.footer-contact span { display: inline-block; width: 30px; color: var(--green); }
.footer-contact a, .footer-contact .footer-address { display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: start; }
.footer-contact .footer-address { margin-left: 0; }
.footer-contact a span:last-child, .footer-contact .footer-address span:last-child { width: auto; color: rgba(255,255,255,.9); }
.footer-nav { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.32); }
.footer-nav summary { margin: 0 0 10px; color: var(--green); font: 22px "Cal Sans", sans-serif; letter-spacing: .025em; text-transform: none; list-style: none; }
.footer-nav summary::-webkit-details-marker { display: none; }
.footer-links { display: flex; flex-direction: column; gap: 15px; }
.footer-nav a { display: block; color: rgba(255,255,255,.88); font-size: 17px; }
.footer-nav a:hover { color: var(--green); }
.footer-legal { padding: 23px 0 0; display: flex; justify-content: space-between; gap: 35px; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: 15px; }
.footer-legal p { margin: 0; }
.footer-legal i { display: inline-block; width: 5px; height: 5px; margin: 0 14px 3px; background: var(--green); border-radius: 50%; }
.footer-legal a { color: inherit; }

@media (min-width: 821px) and (max-width: 1180px) {
  .homepage .site-header { width: calc(100% - 32px); min-height: 72px; padding: 9px 20px; grid-template-columns: 1fr auto; }
  .homepage .home-nav-group { display: none; }
  .homepage .site-header .logo { grid-column: 1; justify-self: start; }
  .homepage .animated-logo { width: 118px; height: 53px; }
  .homepage .site-header .menu-button { display: block; grid-column: 2; justify-self: end; color: var(--blue); }
  .homepage .site-header .mobile-home-nav { display: none; position: fixed; inset: 132px 16px 16px; padding: 38px 28px; background: #fff; color: var(--ink); border-radius: 28px; box-shadow: 0 20px 50px rgba(6,55,83,.18); flex-direction: column; align-items: flex-start; font: 28px/1.2 "Cal Sans", sans-serif; }
  .homepage .site-header .mobile-home-nav.open { display: flex; }
  .home-hero { padding: 105px 30px; grid-template-columns: 1fr; gap: 76px; }
  .home-hero-main { max-width: 690px; }
  .hero-ecosystem { width: min(820px, 100%); margin-inline: auto; }
  .start-here-grid { grid-template-columns: 1fr 1fr; }
  .start-card, .start-card-wide { grid-column: auto; }
  .start-card:last-child { grid-column: 1 / -1; }
  .what-next-inner { grid-template-columns: 1fr; }
  .what-next-intro { max-width: 720px; }
  .what-next-intro h2 br:nth-of-type(2) { display: none; }
  .what-next-action { padding-left: 0; }
}

@media (max-width: 820px) {
  .home-announcement { font-size: 17px; text-align: center; }
  .announcement-message span { display: none; }
  .homepage .site-header { width: calc(100% - 24px); min-height: 68px; margin-top: 7px; padding: 9px 17px 9px 19px; grid-template-columns: minmax(0, 1fr) auto; }
  .homepage .home-nav-group { display: none; }
  .homepage .site-header .logo { grid-column: 1; justify-self: start; }
  .homepage .animated-logo { width: 112px; height: 50px; }
  .homepage .site-header .menu-button { width: 44px; height: 44px; padding: 13px 8px; display: grid; grid-column: 2; justify-self: end; place-items: center; color: var(--blue); }
  .homepage .site-header .logo img { width: 112px; height: 50px; }
  .homepage .site-header nav { inset: 132px 12px 12px; z-index: 1001; padding: 30px 24px; gap: 19px; background: var(--paper); color: var(--ink); border-radius: 28px; box-shadow: 0 20px 50px rgba(6,55,83,.18); overflow-y: auto; }
  .homepage .mobile-home-nav.open { display: flex; }
  .homepage .mobile-home-nav .mobile-nav-details { width: 100%; margin-top: 18px; padding-top: 22px; display: grid; gap: 10px; border-top: 1px solid rgba(6,55,83,.16); }
  .homepage .mobile-home-nav .mobile-nav-details a { font: 18px/1.35 "Didact Gothic", sans-serif; overflow-wrap: anywhere; }
  .homepage .mobile-home-nav .nav-contact { width: 100%; margin-top: 4px; padding-inline: 22px; display: flex; justify-content: space-between; box-sizing: border-box; }
  .home-hero { min-height: auto; padding: 78px 22px; grid-template-columns: 1fr; gap: 55px; }
  .home-hero h1 { font-size: clamp(58px, 16vw, 78px); }
  .home-hero .hero-rotating-word { min-height: 0; font-size: 1em; line-height: inherit; }
  .home-actions { align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 10px; }
  .home-actions a { font-size: 17px; white-space: nowrap; }
  .home-actions .home-primary { padding-inline: 16px; }
  .hero-ecosystem { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 14px; }
  .ecosystem-paths { display: none; }
  .problem-card { position: relative; inset: auto; width: auto; min-height: 104px; padding: 18px; grid-area: auto; animation-duration: 7s; }
  .problem-card h2 { font-size: 22px; }
  .problem-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .card-shopify { order: 1; }
  .card-google { order: 2; }
  .card-meta { order: 3; }
  .card-email { order: 4; }
  .card-seo { order: 5; }
  .card-phone { order: 6; }
  .card-warehouse { order: 7; }
  .card-systems { order: 8; }
  .card-sales { order: 9; grid-column: 1 / -1; transform: none; }
  .home-marquee { overflow-x: hidden; padding-inline: 22px; }
  .home-marquee p { width: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 13px; font-size: 20px; line-height: 1.25; text-align: center; }
  .home-marquee span { display: none; }
  .start-here { padding: 70px 22px 78px; }
  .start-here h2 { margin-bottom: 36px; }
  .start-here-grid { grid-template-columns: 1fr; gap: 16px; }
  .start-card, .start-card-wide, .start-card:last-child { min-height: 0; grid-column: auto; padding: 28px 25px 62px; grid-template-columns: 58px 1fr; gap: 18px; }
  .start-card-icon, .start-card-wide .start-card-icon { width: 52px; height: 52px; }
  .start-card-copy strong, .start-card:not(.start-card-wide) .start-card-copy strong { margin-bottom: 10px; font-size: 26px; }
  .start-card-copy > span { font-size: 17px; }
  .start-card-copy br { display: none; }
  .start-card-arrow { right: 24px; bottom: 16px; }
  .start-here-fallback { margin-top: 38px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .start-here-fallback > span { display: none; }
  .start-here-fallback p { font-size: 22px; }
  .what-next { padding: 76px 22px 82px; }
  .what-next-inner { grid-template-columns: 1fr; gap: 72px; }
  .what-next-intro h2 { margin-bottom: 30px; font-size: clamp(62px, 17vw, 82px); }
  .what-next-intro h2 br { display: none; }
  .what-next-intro > p:not(.what-next-note) { font-size: 19px; }
  .what-next-action { margin-top: 40px; padding-left: 0; grid-template-columns: 1fr; gap: 24px; }
  .what-next-note { width: 100%; margin: 0; font-size: 21px; text-align: center; transform: rotate(-2deg); }
  .what-next-steps { grid-template-columns: 1fr; gap: 54px; }
  .what-next-step { display: grid; grid-template-columns: 92px 1fr; column-gap: 23px; }
  .what-next-icon { width: 86px; height: 86px; margin: 0; grid-row: 1 / span 3; }
  .what-next-icon svg { width: 48px; height: 48px; }
  .what-next-arrow { display: none; }
  .what-next-number { margin-bottom: 9px; }
  .what-next-step h3 { min-height: 0; margin-bottom: 12px; font-size: 29px; }
  .what-next-step > p:last-child { font-size: 17px; line-height: 1.5; }
  .home-intro, .home-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article:nth-child(even) { min-height: auto; padding: 30px 0; border-left: 0; }
  .featured-case { grid-template-columns: 1fr; }
  .featured-image { min-height: 330px; }
  .featured-copy { min-height: 440px; padding: 38px 25px; }
  .home-contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .home-doodle { display: none; }
  .footer-crest { height: 54px; }
  .footer-crest::after { left: 22px; width: min(300px, calc(100% - 44px)); height: 38px; }
  .footer-inner { width: calc(100% - 44px); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-contact { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .footer-contact, .footer-nav { margin-top: 0; }
  .footer-nav { padding-left: 0; border-left: 0; }
  .footer-main .footer-nav:last-child { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; gap: 12px; }
}

@media (max-width: 560px) {
  .hero-ecosystem { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .problem-card { min-height: 146px; padding: 15px 13px; gap: 12px; }
  .problem-card h2 { font-size: 18px; line-height: 1.08; }
  .problem-card p { font-size: 17px; line-height: 1.22; }
  .problem-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .booking-modal { width: calc(100% - 18px); height: calc(100dvh - 18px); max-height: calc(100dvh - 18px); border-radius: 19px; }
  .booking-modal-header { padding: 18px; }
  .booking-modal-header h2 { font-size: 26px; }
  .tidycal-embed { height: 100%; min-height: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand, .footer-contact, .footer-nav, .footer-main .footer-nav:last-child { grid-column: 1; }
  .footer-contact { gap: 18px; }
  .footer-nav { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
  .footer-nav summary { position: relative; margin: 0; padding-right: 38px; cursor: pointer; }
  .footer-nav summary::after { content: "+"; position: absolute; top: 50%; right: 2px; color: var(--green); font: 28px/1 "Didact Gothic", sans-serif; transform: translateY(-52%); }
  .footer-nav[open] summary { margin-bottom: 18px; }
  .footer-nav[open] summary::after { content: "−"; }
  .footer-legal { align-items: flex-start; }
  .footer-legal p { display: flex; flex-wrap: wrap; align-items: center; row-gap: 8px; line-height: 1.45; }
  .footer-legal i { flex: 0 0 5px; margin: 0 10px; }
}

@media (max-width: 1100px) {
  .problems-solved-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solved-card { min-height: 0; }
  .capabilities-header { grid-template-columns: 1.15fr .85fr; gap: 48px; }
  .capabilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .problems-solved { padding: 76px 22px 44px; }
  .problems-solved-header { margin-bottom: 34px; grid-template-columns: 1fr; gap: 22px; }
  .problems-solved-header p { margin: 0; font-size: 20px; }
  .problems-solved-grid { grid-template-columns: 1fr; gap: 18px; }
  .solved-card { min-height: 0; aspect-ratio: 4 / 4.25; }
  .solved-card-pill { top: 20px; left: 20px; }
  .solved-card-content { right: 20px; bottom: 21px; left: 20px; }
  .solved-card-content > strong { font-size: 29px; }
  .problems-solved-more { margin-top: 34px; gap: 24px; }
  .capabilities { padding: 44px 22px 70px; }
  .capabilities-header { margin-bottom: 36px; grid-template-columns: 1fr; gap: 22px; }
  .capabilities-header h2 { font-size: clamp(40px, 12vw, 44px); line-height: .98; }
  .capabilities-header > p { width: 100%; margin: 0; font-size: 18px; line-height: 1.48; }
  .capabilities-grid { grid-template-columns: 1fr; gap: 16px; }
  .capability-card { min-height: 270px; padding: 28px 28px 27px; }
  .capability-meta { margin-bottom: 22px; }
  .capability-icon { width: 52px; height: 52px; }
  .capability-icon svg { width: 31px; height: 31px; }
  .capability-card h3 { font-size: 27px; }
  .capability-card > p { padding-right: 28px; font-size: 17px; }
  .capability-arrow { right: 27px; bottom: 25px; }
  .capabilities-cta { margin-top: 38px; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .growth-charge, .growth-pulse, .growth-idea { display: none; animation: none !important; }
  .solved-card, .solved-card > img, .solved-card-chevron, .capability-card, .capability-icon, .capability-arrow { transition: none !important; }
}

/* Laptop Station case study */
.case-study-page { background: var(--cream); color: var(--blue); }
.ls-shell { width: min(1320px, calc(100% - 60px)); margin-inline: auto; }
.ls-eyebrow, .ls-section-label { margin: 0 0 20px; color: var(--pink); font-size: 16px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.ls-hero { padding: 104px 0 155px; overflow: hidden; }
.ls-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr); align-items: end; gap: 90px; }
.ls-hero-copy h1 { max-width: 950px; margin: 0 0 34px; font-size: clamp(72px, 8vw, 126px); line-height: .88; letter-spacing: -.055em; }
.ls-hero-copy h1 span { color: var(--pink); }
.ls-intro { max-width: 790px; margin: 0; font-size: clamp(21px, 2vw, 28px); line-height: 1.45; }
.ls-tags { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.ls-tags span { padding: 8px 16px; border: 1px solid rgba(6,55,83,.24); border-radius: 999px; font-size: 15px; }
.ls-results { display: grid; gap: 1px; background: rgba(6,55,83,.16); border: 1px solid rgba(6,55,83,.16); }
.ls-results article { padding: 35px; background: var(--paper); }
.ls-results strong { display: block; color: var(--pink); font: clamp(70px, 7vw, 105px)/.85 "Cal Sans", sans-serif; letter-spacing: -.05em; }
.ls-results p { margin: 16px 0 0; font: 22px/1.2 "Cal Sans", sans-serif; }
.ls-hero-shot { position: relative; z-index: 2; margin-top: -78px; }
.ls-browser-frame { overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 30px 90px rgba(6,35,53,.18); }
.ls-browser-frame > img { width: 100%; }
.ls-browser-bar { height: 50px; padding: 0 19px; display: flex; align-items: center; gap: 8px; background: var(--blue); color: rgba(255,255,255,.64); font-size: 13px; }
.ls-browser-bar i { width: 10px; height: 10px; background: var(--pink); border-radius: 50%; }
.ls-browser-bar i:nth-child(2) { background: var(--tan); }.ls-browser-bar i:nth-child(3) { background: var(--green); }
.ls-browser-bar span { margin-left: 10px; }
.ls-story { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; }
.ls-story h2, .ls-solution-heading h2, .ls-cart-copy h2, .ls-outcome h2, .ls-next h2 { margin-bottom: 40px; font-size: clamp(48px, 5vw, 78px); line-height: .98; letter-spacing: -.04em; }
.ls-story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.ls-story-columns p { margin: 0; font-size: 20px; line-height: 1.62; }
.ls-story-columns .lead { color: var(--blue); font: 29px/1.35 "Cal Sans", sans-serif; }
.ls-quote { padding: 92px 0; background: var(--pink); color: #fff; }
.ls-quote p { max-width: 1100px; margin: 0; font: clamp(40px, 5vw, 72px)/1.05 "Cal Sans", sans-serif; letter-spacing: -.035em; }
.ls-solution { padding-top: 145px; padding-bottom: 150px; }
.ls-solution-heading { margin-bottom: 110px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; }
.ls-solution-heading > div > p { max-width: 750px; margin: 0; font-size: 22px; }
.ls-step-list { display: grid; gap: 150px; }
.ls-step { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr); align-items: center; gap: 78px; }
.ls-step-reverse { grid-template-columns: minmax(0, 1.42fr) minmax(260px, .58fr); }
.ls-step-reverse figure { grid-column: 1; grid-row: 1; }.ls-step-reverse .ls-step-copy { grid-column: 2; }
.ls-step-copy > span { display: block; margin-bottom: 20px; color: var(--pink); font: 24px "Cal Sans", sans-serif; }
.ls-step-copy h3 { margin-bottom: 22px; font-size: clamp(35px, 3.4vw, 52px); line-height: 1; }
.ls-step-copy p { margin: 0; font-size: 20px; line-height: 1.58; }
.ls-step figure { margin: 0; }
.ls-step figure img { width: 100%; border-radius: 16px; box-shadow: 0 22px 58px rgba(6,55,83,.13); }
.ls-step figcaption { margin: 14px 0 0; color: rgba(6,55,83,.62); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.ls-cart-band { padding: 130px 0; background: var(--blue); color: #fff; }
.ls-cart-grid { display: grid; grid-template-columns: minmax(300px, .6fr) minmax(0, 1.4fr); align-items: center; gap: 80px; }
.ls-cart-copy .ls-section-label { color: var(--green); }
.ls-cart-copy p:last-child { margin: 0; color: rgba(255,255,255,.82); font-size: 20px; }
.ls-browser-light { border: 8px solid rgba(255,255,255,.1); box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.ls-outcome { padding-top: 145px; padding-bottom: 150px; }
.ls-outcome-heading { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.ls-outcome h2 span { color: var(--pink); }
.ls-metrics { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(6,55,83,.3); border-bottom: 1px solid rgba(6,55,83,.3); }
.ls-metrics article { min-height: 390px; padding: 52px 70px 50px 0; }
.ls-metrics article + article { padding-left: 70px; border-left: 1px solid rgba(6,55,83,.3); }
.ls-metrics strong { color: var(--pink); font: clamp(100px, 11vw, 170px)/.8 "Cal Sans", sans-serif; letter-spacing: -.06em; }
.ls-metrics strong span { font-size: .42em; }
.ls-metrics h3 { margin: 42px 0 12px; font-size: 31px; }
.ls-metrics p { max-width: 430px; margin: 0; font-size: 19px; }
.ls-next { padding: 105px 0; background: var(--green); }
.ls-next-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 100px; }
.ls-next h2 { margin: 0; }
.ls-next-grid > div:last-child p { margin-bottom: 34px; font-size: 21px; }
.ls-next-grid a { display: inline-flex; align-items: center; gap: 40px; padding: 17px 24px; background: var(--blue); color: #fff; border-radius: 999px; font-weight: 700; }
.ls-next-grid a span { font-size: 26px; }

@media (max-width: 900px) {
  .ls-shell { width: min(100% - 44px, 1320px); }
  .ls-hero { padding: 78px 0 110px; }
  .ls-hero-grid, .ls-story, .ls-solution-heading, .ls-cart-grid, .ls-outcome-heading, .ls-next-grid { grid-template-columns: 1fr; gap: 46px; }
  .ls-hero-copy h1 { font-size: clamp(58px, 13vw, 88px); }
  .ls-results { grid-template-columns: 1fr 1fr; }
  .ls-results article { padding: 26px; }
  .ls-results strong { font-size: clamp(60px, 13vw, 86px); }
  .ls-hero-shot { margin-top: -55px; }
  .ls-story, .ls-solution, .ls-outcome { padding-top: 90px; padding-bottom: 95px; }
  .ls-story-columns { grid-template-columns: 1fr; gap: 24px; }
  .ls-solution-heading { margin-bottom: 70px; }
  .ls-step-list { gap: 90px; }
  .ls-step, .ls-step-reverse { grid-template-columns: 1fr; gap: 34px; }
  .ls-step-reverse figure, .ls-step-reverse .ls-step-copy { grid-column: 1; grid-row: auto; }
  .ls-step-reverse .ls-step-copy { grid-row: 1; }
  .ls-cart-band { padding: 90px 0; }
  .ls-metrics { margin-top: 30px; }
  .ls-metrics article { min-height: 320px; padding: 38px 34px 40px 0; }
  .ls-metrics article + article { padding-left: 34px; }
}

@media (max-width: 560px) {
  .ls-shell { width: calc(100% - 34px); }
  .ls-hero { padding-top: 62px; }
  .ls-hero-grid { gap: 40px; }
  .ls-hero-copy h1 { font-size: 58px; }
  .ls-intro { font-size: 20px; }
  .ls-results { grid-template-columns: 1fr; }
  .ls-results strong { font-size: 70px; }
  .ls-browser-frame { border-radius: 10px; }
  .ls-browser-bar { height: 38px; }
  .ls-story h2, .ls-solution-heading h2, .ls-cart-copy h2, .ls-outcome h2, .ls-next h2 { font-size: 44px; }
  .ls-story-columns .lead { font-size: 25px; }
  .ls-quote { padding: 65px 0; }
  .ls-quote p { font-size: 36px; }
  .ls-step-copy h3 { font-size: 36px; }
  .ls-step-copy p, .ls-cart-copy p:last-child { font-size: 18px; }
  .ls-metrics { grid-template-columns: 1fr; }
  .ls-metrics article { min-height: 0; padding: 42px 0; }
  .ls-metrics article + article { padding-left: 0; border-top: 1px solid rgba(6,55,83,.3); border-left: 0; }
  .ls-metrics strong { font-size: 105px; }
  .ls-next { padding: 76px 0; }
}
