

:root {
  --orange: #f15a29;
  --orange-dark: #d84317;
  --orange-action: #c94a1a;
  --orange-action-hover: #a63812;
  --orange-text: #b84117;
  --ink: #17191c;
  --ink-soft: #32363b;
  --paper: #fff;
  --mist: #f4f5f6;
  --line: #dedfe1;
  --muted: #656a70;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 18, 22, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 { text-wrap: balance; overflow-wrap: anywhere; }

img,
svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(241, 90, 41, .38);
  outline-offset: 4px;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.section { padding: 112px 0; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--ink); color: #fff; transform: translateY(-150%); }

.skip-link:focus { transform: translateY(0); }

.brand { display: inline-flex; flex: 0 0 auto; }

.brand img { width: 214px; height: auto; display: block; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--orange-action); border-radius: 100px; color: #fff; background: var(--orange-action); font-size: 14px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }

.button:hover { transform: translateY(-2px); background: var(--orange-action-hover); border-color: var(--orange-action-hover); }

.button--small { min-height: 44px; padding-inline: 19px; }

.button--light { background: #fff; border-color: #fff; color: var(--ink); }

.button--light:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; font-weight: 800; line-height: 1.9; }

.text-link span,
.button span { font-size: 1.15em; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 11px; color: var(--orange-text); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.eyebrow span { width: 29px; height: 2px; background: currentColor; }

.eyebrow--light { color: #ffb498; }

.hero { position: relative; overflow: hidden; background: #f5f6f7; }

.hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; padding-top: 70px; padding-bottom: 78px; }

.hero__content { position: relative; z-index: 2; }

.hero h1 { max-width: 780px; margin: 0 0 28px; font-size: clamp(54px, 6.2vw, 88px); line-height: .98; letter-spacing: -.058em; }

.hero h1 em { color: var(--orange); font-style: normal; }

.hero__lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }

.hero__actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }

.hero__proof { margin: 52px 0 0; padding: 25px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; border-top: 1px solid var(--line); list-style: none; }

.hero__proof li { display: grid; gap: 3px; }

.hero__proof strong { font-size: 14px; }

.hero__proof span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.hero__visual {
  position: relative;
  min-height: 560px;
  padding: 22px;
  border: 1px solid rgba(23,25,28,.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 8%, rgba(241,90,41,.14), transparent 32%),
    radial-gradient(circle at 10% 88%, rgba(23,25,28,.06), transparent 26%),
    linear-gradient(145deg, #fff 0%, #f1f3f5 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.28), transparent 38%, rgba(255,255,255,.08));
  pointer-events: none;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.hero__visual--mascot {
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero__visual--mascot::before {
  display: none;
}

.mascot-stage__figure {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: center;
  animation: mascot-float 5.8s ease-in-out infinite;
}

.mascot-stage__figure::after { content: ""; position: absolute; left: calc(50% - min(50%, 230px) + 28px); top: 29%; width: 14px; height: 14px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 0 rgba(241,90,41,.42); animation: mascot-fingertip 2.7s ease-out infinite; pointer-events: none; }

.mascot-stage__figure img {
  width: auto;
  max-width: min(100%, 460px);
  height: min(78vh, 780px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(15,18,22,.14));
  transform-origin: 51% 23%;
  animation: mascot-settle 5.8s ease-in-out infinite;
}
@keyframes mascot-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -13px, 0); } }
@keyframes mascot-settle { 0%, 100% { transform: translateX(0) rotate(-.35deg) scale(1); } 45% { transform: translateX(1px) rotate(.42deg) scale(1.006); } 65% { transform: translateX(-1px) rotate(-.18deg) scale(1.003); } }
@keyframes mascot-fingertip { 0%, 18% { opacity: 0; transform: scale(.45); } 27% { opacity: 1; } 68% { opacity: 0; transform: scale(2.1); box-shadow: 0 0 0 13px rgba(241,90,41,0); } 100% { opacity: 0; transform: scale(2.1); } }

.hero__orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }

.hero__orb--one { width: 380px; height: 380px; right: -160px; top: -110px; background: rgba(241,90,41,.1); }

.hero__orb--two { width: 170px; height: 170px; left: 45%; bottom: -95px; border: 35px solid rgba(23,25,28,.035); }

.home-hero { position: relative; isolation: isolate; padding-bottom: 38px; color: #fff; background: var(--ink); }

.home-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }

.home-hero .hero__orb--one { right: -150px; top: -120px; background: rgba(241,90,41,.34); }

.home-hero .hero__orb--two { left: 50%; bottom: 16%; border-color: rgba(255,255,255,.05); }

.home-hero__grid { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: 68px; align-items: center; padding: 64px 0 40px; }

.home-hero__content { max-width: 700px; }

.home-hero .eyebrow { color: #ff9b76; }



.home-hero .hero__lead { max-width: 670px; color: #c9cdd1; font-size: clamp(18px, 1.55vw, 21px); }

.home-hero .hero__actions { flex-wrap: wrap; gap: 13px; margin-top: 31px; }

.button--ghost { border-color: rgba(255,255,255,.48); color: #fff; background: transparent; }

.button--ghost:hover { border-color: #fff; color: var(--ink); background: #fff; }

.home-hero__scope { margin: 25px 0 0; padding-left: 15px; border-left: 2px solid var(--orange); color: #9fa4aa; font-size: 13px; }

.home-hero__visual { position: relative; min-height: 500px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: radial-gradient(circle at 48% 28%, #ff8a5f 0, #e95827 36%, #b73813 72%, #272a2e 73%); box-shadow: 0 30px 85px rgba(0,0,0,.35); overflow: hidden; }

.home-hero__visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 34%, rgba(0,0,0,.18)); pointer-events: none; }

.home-hero__visual img { position: absolute; z-index: 1; right: -14px; bottom: -84px; width: auto; max-width: 92%; height: 545px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(17,19,22,.3)); }

.home-hero__visual-copy { position: absolute; z-index: 2; top: 24px; left: 24px; max-width: 285px; display: grid; gap: 4px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(23,25,28,.82); backdrop-filter: blur(12px); }

.home-hero__visual-copy span { color: #ffad91; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.home-hero__visual-copy strong { color: #fff; font-size: 15px; line-height: 1.35; }

.home-hero__visual > p { position: absolute; z-index: 2; right: 18px; bottom: 17px; margin: 0; padding: 8px 12px; border-radius: 100px; color: #fff; background: rgba(23,25,28,.82); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.problem-router { position: relative; z-index: 3; display: grid; grid-template-columns: .92fr repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.24); overflow: hidden; }

.problem-router__intro,
.problem-router a { min-height: 130px; padding: 21px; }

.problem-router__intro { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--orange-action); }

.problem-router__intro span { margin-bottom: 5px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.problem-router__intro strong { font-size: 18px; line-height: 1.28; }

.problem-router a { display: grid; grid-template-rows: auto 1fr auto; gap: 7px; border-left: 1px solid var(--line); transition: color .2s ease, background .2s ease; }

.problem-router a > span { color: var(--orange-text); font-size: 10px; font-weight: 900; letter-spacing: .08em; }

.problem-router a strong { align-self: center; font-size: 15px; line-height: 1.35; }

.problem-router a small { color: var(--muted); font-size: 11px; }

.problem-router a:hover { color: #fff; background: #24272b; }

.problem-router a:hover > span,
.problem-router a:hover small { color: #ffab8d; }

.intro__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: start; }

.intro h2,
.section-heading h2,
.why h2,
.faq h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.08; letter-spacing: -.045em; }

.intro__copy { padding-top: 28px; }

.intro__copy p { margin: 0 0 21px; color: var(--muted); font-size: 18px; }

.intro__copy .text-link { margin-top: 8px; }

.services { background: var(--ink); color: #fff; }

.section-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; }

.section-heading > p { max-width: 430px; margin: 0 0 4px; color: #aeb1b5; font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #393c40; border-left: 1px solid #393c40; }

.service-card { position: relative; min-height: 470px; padding: 34px 43px 43px; border-right: 1px solid #393c40; border-bottom: 1px solid #393c40; transition: background .25s ease; }

.service-card:hover { background: #202327; }

.service-card__number { position: absolute; right: 36px; top: 35px; color: #676b70; font-size: 13px; font-weight: 800; }

.service-media {
  aspect-ratio: 1;
  margin: 10px 0 28px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1f23, #2a2e33);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.service-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.service-card h3 { margin: 0 0 14px; font-size: 28px; letter-spacing: -.025em; }

.service-card p { max-width: 500px; margin: 0 0 24px; color: #aeb1b5; }

.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }

.service-card li { padding: 5px 10px; border: 1px solid #414449; border-radius: 100px; color: #d8d9db; font-size: 11px; font-weight: 700; }

.home-service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }

.home-service-card { grid-column: span 4; min-height: 330px; display: flex; flex-direction: column; padding: 31px; border: 1px solid #3a3d42; border-radius: 22px; background: #202327; transition: transform .2s ease, border-color .2s ease, background .2s ease; }

.home-service-card--wide { grid-column: span 6; min-height: 350px; }

.home-service-card:hover { transform: translateY(-4px); border-color: #696e74; background: #262a2f; }

.home-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 54px; }

.home-service-card__top > span { color: #ff9c79; font-size: 11px; font-weight: 900; }

.home-service-card__top small { padding: 5px 9px; border: 1px solid #484c52; border-radius: 100px; color: #c3c6ca; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.home-service-card h3 { margin: 0 0 14px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.045em; }

.home-service-card h3 a { display: inline; }

.home-service-card p { max-width: 530px; margin: 0 0 24px; color: #b5b9bd; font-size: 16px; }

.home-service-card__link { min-height: 44px; display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; margin-top: auto; border-bottom: 1px solid currentColor; color: #fff; font-size: 13px; font-weight: 850; }

.home-service-card--accent { border-color: #fff; color: var(--ink); background: #fff; }

.home-service-card--accent:hover { border-color: #ff9d7a; background: #fff8f5; }

.home-service-card--accent .home-service-card__top small { border-color: #d9dadd; color: var(--muted); }

.home-service-card--accent p { color: var(--muted); }

.home-service-card--accent .home-service-card__link { color: var(--orange-text); }

.home-secondary-services { margin-top: 18px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #3a3d42; border-radius: 20px; }

.home-secondary-services > div { display: grid; gap: 2px; }

.home-secondary-services > div span { color: #ff9c79; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.home-secondary-services > div strong { font-size: 16px; }

.home-secondary-services nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }

.home-secondary-services a { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border: 1px solid #484c52; border-radius: 100px; color: #d7dade; font-size: 12px; font-weight: 750; }

.home-secondary-services a:hover { border-color: #fff; color: #fff; }

.home-calculator { color: #fff; background: #b33b14; }

.home-calculator__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 74px; align-items: center; }

.home-calculator .eyebrow { color: #ffd1c1; }

.home-calculator__copy h2 { max-width: 590px; margin: 0 0 21px; font-size: clamp(40px, 4.3vw, 61px); line-height: 1.03; letter-spacing: -.055em; }

.home-calculator__copy > p:not(.eyebrow) { max-width: 580px; margin: 0 0 28px; color: #ffe2d8; font-size: 17px; }

.home-calculator .button { color: var(--ink); border-color: #fff; background: #fff; }

.home-calculator .button:hover { color: #fff; border-color: var(--ink); background: var(--ink); }

.home-calculator__example { padding: 30px; border: 1px solid rgba(255,255,255,.72); border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 28px 65px rgba(75,18,0,.24); }

.home-calculator__example-head { display: grid; gap: 3px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }

.home-calculator__example-head span { color: var(--orange-text); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.home-calculator__example-head strong { font-size: 21px; }

.home-calculator__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--line); }

.home-calculator__inputs div { padding: 13px 15px; background: var(--mist); }

.home-calculator__inputs dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.home-calculator__inputs dd { margin: 1px 0 0; font-size: 15px; font-weight: 850; }

.home-calculator__result { display: grid; grid-template-columns: 1fr repeat(3, auto); gap: 11px; align-items: center; padding: 16px; border-radius: 16px; color: #fff; background: var(--ink); }

.home-calculator__result > span { color: #ffae92; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.home-calculator__result div { min-width: 74px; display: grid; gap: 0; }

.home-calculator__result strong { font-size: 20px; line-height: 1.1; }

.home-calculator__result small { color: #afb3b7; font-size: 9px; }

.home-calculator__example > p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.home-deliverables { background: #fff; }

.home-deliverables__head { margin-bottom: 44px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }

.home-deliverables__head h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.055em; }

.home-deliverables__head > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }

.home-deliverables__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }

.home-deliverables__grid article { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }

.home-deliverables__grid article > span { display: block; margin-bottom: 14px; color: var(--orange-text); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.home-deliverables__grid h3 { margin: 21px 0 9px; font-size: 21px; line-height: 1.18; letter-spacing: -.03em; }

.home-deliverables__grid p { margin: 0; color: var(--muted); font-size: 14px; }

.deliverable-preview { height: 145px; display: grid; gap: 9px; padding: 18px; border-radius: 15px; background: var(--mist); overflow: hidden; }

.deliverable-preview i { display: block; border-radius: 7px; background: #d4d7da; }

.deliverable-preview--pages { grid-template-columns: 1fr 1fr; grid-template-rows: 36px 1fr; }

.deliverable-preview--pages i:first-child { grid-column: 1 / -1; background: var(--ink); }

.deliverable-preview--pages i:last-child { background: #f2a286; }

.deliverable-preview--local { grid-template-columns: .7fr 1.3fr; grid-template-rows: 1fr 29px; background: #202327; }

.deliverable-preview--local i:first-child { grid-row: 1 / -1; background: #f26b3d; }

.deliverable-preview--local i:nth-child(2) { background: #fff; }

.deliverable-preview--local i:last-child { background: #6e747a; }

.deliverable-preview--ads { grid-template-columns: repeat(3, 1fr); align-items: end; }

.deliverable-preview--ads i:first-child { height: 44%; }

.deliverable-preview--ads i:nth-child(2) { height: 72%; background: #f2a286; }

.deliverable-preview--ads i:last-child { height: 100%; background: var(--orange-action); }

.why { overflow: hidden; }

.why__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }

.why__visual { position: relative; min-height: 590px; border-radius: var(--radius); background: #121417; color: #fff; overflow: hidden; box-shadow: var(--shadow); }

.why__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

.why__visual p {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17,19,21,.76);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.why__content > h2 { margin-bottom: 52px; }

.benefit-list { border-top: 1px solid var(--line); }

.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }

.benefit-list article > span { color: var(--orange-text); font-size: 12px; font-weight: 850; }

.benefit-list h3 { margin: -5px 0 6px; font-size: 20px; }

.benefit-list p { margin: 0; color: var(--muted); }

.process { background: var(--mist); }

.section-heading--dark > p { color: var(--muted); }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #cfd1d4; list-style: none; }

.process-list li { padding: 34px 27px 8px; border-left: 1px solid #cfd1d4; }

.process-list li:last-child { border-right: 1px solid #cfd1d4; }

.process-list li > span { display: block; margin-bottom: 82px; color: var(--orange-text); font-size: 13px; font-weight: 850; }

.process-list h3 { margin: 0 0 12px; font-size: 22px; }

.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }

.faq__heading { position: sticky; top: 135px; align-self: start; }

.faq__heading > p:not(.eyebrow) { max-width: 380px; margin: 24px 0; color: var(--muted); }

.accordion { border-top: 1px solid var(--line); }

.accordion details { border-bottom: 1px solid var(--line); }

.accordion summary { min-height: 89px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; }

.accordion summary span::before,
.accordion summary span::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 2px; background: var(--orange); transition: transform .2s ease; }

.accordion summary span::after { transform: rotate(90deg); }

.accordion details[open] summary span::after { transform: rotate(0); }

.accordion details p { margin: -8px 50px 28px 0; color: var(--muted); }
@keyframes secondary-mascot-float { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-.25deg); } 48% { transform: translate3d(0, -11px, 0) rotate(.3deg); } 72% { transform: translate3d(1px, -6px, 0) rotate(.05deg); } }

.page-content { padding: 108px 0; }

.page-content__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }

.page-content__lead { margin: 0; font-size: 25px; line-height: 1.45; letter-spacing: -.02em; }

.page-content__body { color: var(--muted); font-size: 17px; }

.page-content__body p:first-child { margin-top: 0; }

.page-content__body h2 { margin: 42px 0 16px; color: var(--ink); font-size: 28px; letter-spacing: -.025em; }

.page-content__body ul { padding-left: 20px; }

.legal { max-width: 820px; padding-top: 90px; padding-bottom: 110px; }

.legal h1 { font-size: clamp(42px, 7vw, 72px); line-height: 1.05; letter-spacing: -.05em; overflow-wrap: anywhere; }

.legal h2 { margin-top: 42px; }

.legal p,
.legal li { color: var(--muted); }

.legal a { text-decoration: underline; text-underline-offset: 3px; }

.legal-note { padding: 20px; border-left: 4px solid var(--orange); background: var(--mist); }

.service-page-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }

.service-page-list li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }

.service-page-list span { color: var(--orange-text); font-size: 13px; font-weight: 850; }

.service-page-list h2 { margin: -5px 0 7px; font-size: 23px; letter-spacing: -.025em; }

.service-page-list p { margin: 0; color: var(--muted); }

.contact-page { padding: 82px 0 112px; background: var(--mist); }

.contact-page__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }

.contact-page__intro h2 { margin: 0 0 24px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -.05em; }

.contact-page__intro > p:not(.eyebrow) { max-width: 410px; margin: 0; color: var(--muted); font-size: 18px; }

.contact-points { margin: 38px 0 0; padding: 0; list-style: none; }

.contact-points li { display: flex; gap: 12px; margin: 14px 0; color: var(--ink-soft); font-size: 14px; }

.contact-points span { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--orange-action); font-size: 12px; font-weight: 850; }

.contact-form { padding: 38px; border: 1px solid #e0e2e4; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(23,25,28,.1); }

.contact-form__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }

.contact-form__header h2 { margin: 0; font-size: 26px; letter-spacing: -.03em; }

.contact-form__header span { color: var(--orange-text); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.form-field { display: grid; gap: 8px; }

.form-field--full { grid-column: 1 / -1; }

.form-field label { font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }

.form-field input,
.form-field select,
.form-field textarea { width: 100%; min-height: 53px; padding: 0 15px; border: 1px solid #8b9399; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease; }

.form-field textarea { min-height: 134px; padding-top: 13px; resize: vertical; }

.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--orange) 50%), linear-gradient(135deg, var(--orange) 50%, transparent 50%); background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: none; border-color: var(--orange-action); box-shadow: 0 0 0 4px rgba(201,74,26,.14); }

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] { border-color: #b72c18; box-shadow: 0 0 0 3px rgba(183,44,24,.12); }

.form-field input::placeholder,
.form-field textarea::placeholder { color: #70757a; }

.form-options { margin: 23px 0; display: grid; gap: 12px; }

.form-check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.form-check input { width: 22px; height: 22px; margin: 0; flex: 0 0 22px; accent-color: var(--orange-action); }

.form-check a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

.form-note { margin: 22px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.form-note a { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.field-error { min-height: 18px; color: #9f2112; font-size: 12px; line-height: 1.4; }

.form-submit { width: 100%; justify-content: space-between; }

.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }

.form-status { min-height: 20px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.form-status.is-success { color: #287442; }

.form-status.is-error { color: #b72c18; }

.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.footer { background: #111315; color: #fff; }

.footer__main { display: grid; grid-template-columns: 1.45fr .72fr .72fr .9fr; gap: 56px; padding-top: 75px; padding-bottom: 65px; }

.brand--footer img { width: 215px; }

.footer__brand p { max-width: 470px; margin: 26px 0 0; color: #b6b9bd; }

.footer h2 { margin: 0 0 22px; color: #a8acb0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.footer ul { margin: 0; padding: 0; list-style: none; }

.footer li { margin: 0; }

.footer li a { min-height: 44px; display: inline-flex; align-items: center; }

.footer a:hover { color: #ff956f; }

.footer address { color: #c5c7c9; font-style: normal; }

.footer address a { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }

.footer__bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #292c2f; color: #aeb2b6; font-size: 12px; }

.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }

.footer__legal a { min-height: 44px; display: inline-flex; align-items: center; }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 19px 0 15px; border: 1px solid #0b6b36; border-radius: 100px; color: #fff; background: #0b6b36; box-shadow: 0 14px 30px rgba(11,107,54,.28); font-size: 13px; font-weight: 800; animation: whatsapp-breathe 3.4s ease-in-out infinite; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }

.whatsapp-float:hover { color: #fff; transform: translateY(-3px); background: #08572b; box-shadow: 0 18px 36px rgba(11,107,54,.36); animation-play-state: paused; }

.whatsapp-float__icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: rgba(255,255,255,.95); color: #159447; }

.whatsapp-float svg { width: 18px; height: 18px; fill: currentColor; }
@keyframes whatsapp-breathe { 0%, 100% { box-shadow: 0 14px 30px rgba(37,211,102,.24); } 50% { box-shadow: 0 14px 40px rgba(37,211,102,.48), 0 0 0 7px rgba(37,211,102,.08); } }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 13px 34px rgba(23,25,28,.05); transition: transform .22s ease, box-shadow .22s ease; }

.post-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(23,25,28,.12); }

.post-card__image { display: block; aspect-ratio: 1; overflow: hidden; background: var(--ink); }

.post-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }

.post-card:hover .post-card__image img { transform: scale(1.035); }

.post-card__body { padding: 25px 25px 29px; }

.post-card__meta,
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--orange-text); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.post-card h2 { margin: 13px 0; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; }

.post-card p { margin: 0 0 19px; color: var(--muted); }

.post-card__link { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-size: 14px; font-weight: 850; }

.post-card__link span { color: var(--orange-text); }

.blog-strip { background: var(--mist); }

.blog-strip__head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }

.blog-strip__head h2 { max-width: 610px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.05em; }

.blog-strip__head > a { min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--ink); font-size: 14px; font-weight: 850; }

.blog-strip__head > a span { color: var(--orange-text); }

.blog-strip .post-card__body { padding: 21px 22px 25px; }

.blog-strip .post-card h2 { font-size: 24px; }

.blog-strip .post-card p { font-size: 15px; }

.contact-inline { padding: 94px 0; background: var(--ink); color: #fff; }

.contact-inline__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: start; }

.contact-inline__intro { position: sticky; top: 118px; }

.contact-inline__intro h2 { margin: 0 0 18px; font-size: clamp(40px, 4.2vw, 60px); line-height: 1.05; letter-spacing: -.055em; }

.contact-inline__intro p:not(.eyebrow) { max-width: 430px; margin: 0; color: #b9bdc1; font-size: 18px; line-height: 1.6; }

.contact-inline .eyebrow { color: #ff956f; }

.contact-inline .contact-form { box-shadow: none; }

.article-content { display: grid; grid-template-columns: minmax(0, 730px); justify-content: center; padding-top: 78px; padding-bottom: 102px; }

.article-content p,
.article-content li { color: var(--muted); font-size: 18px; line-height: 1.72; }

.article-content h2 { margin: 44px 0 14px; font-size: clamp(30px, 3.4vw, 45px); letter-spacing: -.045em; line-height: 1.08; }

.article-content ul { padding-left: 22px; }

.article-content li + li { margin-top: 9px; }

.article-byline { margin: 14px 0 0; color: #c0c3c6; font-size: 14px; }

.article-byline a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.article-callout { margin: 34px 0; padding: 26px 28px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; background: var(--mist); color: var(--ink); font-size: 19px; font-weight: 700; line-height: 1.5; }

.article-next { margin-top: 48px; padding: 30px; border-radius: 20px; color: #fff; background: var(--ink); }

.article-next h2 { margin: 0 0 12px; font-size: 30px; }

.article-next p { margin: 0; color: #c6c9cc; font-size: 16px; }

.article-next .button { margin-top: 22px; }

.page-content:has(+ .service-deep) { padding-bottom: 60px; }

.service-deep { padding: 22px 0 108px; background: var(--paper); }

.service-deep__intro { max-width: 700px; margin-bottom: 38px; }

.service-deep__intro h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.05em; }

.service-deep__intro p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 18px; }

.service-scene { aspect-ratio: 16 / 7; margin: 0 0 26px; overflow: hidden; border-radius: 22px; background: var(--ink); box-shadow: var(--shadow); }

.service-scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.service-deep__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.service-playbook,
.service-dictionary { padding: 32px; border: 1px solid var(--line); border-radius: 22px; }

.service-playbook { background: var(--ink); color: #fff; }

.service-playbook .eyebrow,
.service-playbook .process-list li > span { color: #ffb498; }

.service-playbook .process-list p { color: #d3d7df; }

.service-playbook h3,
.service-dictionary h3 { margin: 0 0 20px; font-size: 23px; letter-spacing: -.03em; }

.service-playbook ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: service-step; }

.service-playbook li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; color: #d3d7df; font-size: 15px; line-height: 1.55; }

.service-playbook li::before { counter-increment: service-step; content: "0" counter(service-step); color: #ff956f; font-size: 12px; font-weight: 900; }

.service-dictionary { background: var(--mist); }

.service-dictionary dl { margin: 0; }

.service-dictionary div { padding: 14px 0; border-top: 1px solid #d9dcdf; }

.service-dictionary dt { margin-bottom: 3px; color: var(--orange-text); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.service-dictionary dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.service-links { grid-column: 1 / -1; padding: 30px 32px; border: 1px solid var(--line); border-radius: 22px; }

.service-links h3 { margin: 0 0 16px; font-size: 20px; letter-spacing: -.025em; }

.service-links ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }

.service-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 15px; border: 1px solid #b4b9bd; border-radius: 100px; color: var(--ink); font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease; }

.service-links a:hover { border-color: var(--orange-action); color: #fff; background: var(--orange-action); }

.service-detail { padding: 96px 0; background: #f4f4f2; }

.service-detail__head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr); gap: 50px; align-items: end; margin-bottom: 34px; }

.service-detail__head h2 { max-width: 570px; margin: 0; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.03; letter-spacing: -.055em; }

.service-detail__head > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }

.service-detail__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.service-detail__card { min-height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }

.service-detail__card h3 { margin: 0 0 16px; font-size: 21px; letter-spacing: -.03em; }

.service-detail__card p,
.service-detail__card li { color: var(--muted); font-size: 16px; line-height: 1.6; }

.service-detail__card p { margin: 0; }

.service-detail__card ul { display: grid; gap: 9px; margin: 0; padding-left: 19px; }

.service-detail__cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 22px; padding: 27px 30px; border-radius: 22px; background: var(--ink); color: #fff; }

.service-detail__cta p { margin: 0; color: #d0d3d5; font-size: 17px; line-height: 1.5; }

.service-detail__cta strong { color: #fff; }

.decision-section { padding: 96px 0; background: #f4f4f2; }

.decision-section__head { max-width: 760px; margin-bottom: 34px; }

.decision-section__head h2 { margin: 0; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -.055em; }

.decision-section__head p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }

.decision-section__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.decision-section__card { min-height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }

.decision-section__card span { display: block; margin-bottom: 26px; color: var(--orange-text); font-size: 12px; font-weight: 900; letter-spacing: .1em; }

.decision-section__card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.035em; }

.decision-section__card p,
.decision-section__card li { color: var(--muted); font-size: 16px; line-height: 1.6; }

.decision-section__card p { margin: 0; }

.decision-section__card ul { display: grid; gap: 9px; margin: 0; padding-left: 19px; }

.local-area { padding: 78px 0; background: #fff; }

.local-area__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: start; }

.local-area h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }

.local-area__copy { display: grid; gap: 16px; color: var(--muted); font-size: 17px; }

.local-area__copy p { margin: 0; }

.local-area__places { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 7px; }

.local-area__places span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); background: var(--mist); font-size: 13px; font-weight: 750; }

.calculator-section { padding: 82px 0 104px; background: var(--mist); }

.calculator-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 34px; align-items: start; }

.calculator-copy { position: sticky; top: 118px; padding: 38px; border-radius: 26px; color: #fff; background: var(--ink); }

.calculator-copy h2 { margin: 0 0 18px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.06; letter-spacing: -.045em; }

.calculator-copy p { margin: 0; color: #c5c8cb; }

.calculator-copy ul { margin: 24px 0 0; padding-left: 20px; color: #e1e3e4; }

.budget-calculator { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }

.budget-calculator h2 { margin: 0 0 9px; font-size: 30px; letter-spacing: -.035em; }

.budget-calculator > p { margin: 0 0 27px; color: var(--muted); }

.calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.calculator-help { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.calculator-result { margin-top: 26px; padding: 28px; border: 1px solid #d5dad7; border-radius: 20px; background: #f7faf8; }

.calculator-result[hidden] { display: none; }

.calculator-result__label { margin: 0 0 18px; color: var(--orange-text); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.calculator-result__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.calculator-result__grid div { display: grid; gap: 2px; padding: 17px; border-radius: 14px; background: #fff; }

.calculator-result__grid strong { font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }

.calculator-result__grid span { color: var(--muted); font-size: 13px; }

.calculator-result > p:last-child { margin: 19px 0 0; color: var(--muted); font-size: 14px; }

.calculator-error { margin: 0; color: #9f2112; font-weight: 750; }

.fallback-form-status { display: none; margin: 0 0 22px; padding: 16px 18px; border: 1px solid #7aa98d; border-radius: 12px; color: #155b33; background: #eef8f1; font-weight: 750; }

.fallback-form-status:target { display: block; }

.content-note { padding: 22px 24px; border-left: 4px solid var(--orange-action); border-radius: 0 14px 14px 0; background: var(--mist); }

.legal-content { padding: 76px 0 100px; }

.legal-content__inner { width: min(100%, 840px); }

.legal-content h2 { margin-top: 44px; font-size: 28px; line-height: 1.2; }

.legal-content h3 { margin-top: 30px; font-size: 21px; }

.legal-content p,
.legal-content li { color: var(--ink-soft); }

.legal-content a { text-decoration: underline; text-underline-offset: 3px; }

.legal-details { display: grid; gap: 7px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--mist); }

.legal-details p { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 980px) {

.hero__grid { grid-template-columns: 1fr; gap: 20px; padding-top: 75px; }

.hero__visual { min-height: 460px; }

.hero__visual--mascot { min-height: 560px; }

.home-hero__grid { grid-template-columns: 1fr; gap: 34px; padding-top: 68px; }

.home-hero__content { max-width: 760px; }

.home-hero__visual { width: min(100%, 650px); min-height: 460px; }

.home-hero__visual img { right: 2%; height: 500px; }

.problem-router { grid-template-columns: repeat(2, 1fr); }

.problem-router__intro { grid-column: 1 / -1; min-height: 96px; }

.problem-router a:nth-child(2),
.problem-router a:nth-child(4) { border-left: 0; }

.problem-router a:nth-child(n+2) { border-top: 1px solid var(--line); }

.home-service-card,
.home-service-card--wide { grid-column: span 6; }

.home-service-card:last-child { grid-column: 1 / -1; }

.home-secondary-services { align-items: flex-start; flex-direction: column; }

.home-secondary-services nav { justify-content: flex-start; }

.home-calculator__grid { grid-template-columns: 1fr; gap: 42px; }

.home-calculator__copy { max-width: 720px; }

.home-calculator__example { max-width: 720px; }

.home-deliverables__head { grid-template-columns: 1fr; gap: 24px; }

.home-deliverables__head > p { max-width: 680px; }

.home-deliverables__grid { grid-template-columns: 1fr 1fr; }

.home-deliverables__grid article:last-child { grid-column: 1 / -1; }

.intro__grid,
.why__grid,
.page-content__grid,
.contact-page__grid { grid-template-columns: 1fr; gap: 65px; }

.section-heading { grid-template-columns: 1fr; gap: 25px; }

.why__visual { min-height: 470px; }

.process-list { grid-template-columns: repeat(2, 1fr); }

.process-list li:nth-child(2) { border-right: 1px solid #cfd1d4; }

.process-list li:nth-child(n+3) { border-top: 1px solid #cfd1d4; }

.faq__grid { grid-template-columns: 1fr; gap: 60px; }

.blog-grid { grid-template-columns: repeat(2, 1fr); }

.contact-inline__grid { grid-template-columns: 1fr; gap: 42px; }

.contact-inline__intro { position: static; }

.service-deep__grid { grid-template-columns: 1fr; }

.service-detail__head,
.service-detail__grid { grid-template-columns: 1fr; gap: 24px; }

.decision-section__grid { grid-template-columns: 1fr; gap: 18px; }

.local-area__grid,
.calculator-layout { grid-template-columns: 1fr; gap: 38px; }

.calculator-copy { position: static; }

.faq__heading { position: static; }

.footer__main { grid-template-columns: 1fr 1fr 1fr; }

.footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {

.container { width: min(calc(100% - 30px), var(--container)); }

.section { padding: 78px 0; }

.brand img { width: 184px; }

.hero__grid { min-height: auto; padding-top: 64px; padding-bottom: 70px; }

.hero h1 { font-size: clamp(42px, 11.5vw, 58px); }

.hero__lead { font-size: 18px; }

.hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }

.hero__lead { max-width: 100%; }

.hero__proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 38px; padding-top: 20px; }

.hero__proof strong { font-size: 13px; }

.hero__proof span { font-size: 11px; }

.hero__visual { min-height: 330px; margin-top: 20px; }

.hero__visual--mascot { position: relative; z-index: 1; top: auto; right: auto; width: 100%; height: 350px; min-height: 0; margin: -20px 0 0; padding: 0; place-items: center; overflow: visible; border-radius: 0; pointer-events: none; }

.mascot-stage__figure { width: min(100%, 360px); margin: 0 auto; }

.mascot-stage__figure img { height: 350px; max-width: 100%; }

.home-hero { padding-bottom: 28px; }

.home-hero__grid { min-height: auto; gap: 24px; padding: 52px 0 28px; }


.home-hero .hero__actions { align-items: stretch; }

.home-hero .hero__actions .button { width: 100%; }

.home-hero__visual { width: 100%; min-height: 365px; }

.home-hero__visual img { right: 0; bottom: -60px; max-width: 100%; height: 410px; }

.home-hero__visual-copy { top: 16px; left: 16px; max-width: calc(100% - 32px); }

.problem-router { grid-template-columns: 1fr; }

.problem-router__intro { grid-column: auto; min-height: 92px; }

.problem-router a { min-height: 106px; border-left: 0; border-top: 1px solid var(--line); }

.home-service-card,
.home-service-card--wide,
.home-service-card:last-child { grid-column: 1 / -1; min-height: 280px; }

.home-service-card__top { margin-bottom: 38px; }

.home-secondary-services { padding: 23px; }

.home-secondary-services nav { width: 100%; }

.home-secondary-services a { flex: 1 1 auto; justify-content: center; }

.home-calculator__example { padding: 23px 18px; }

.home-calculator__inputs { grid-template-columns: 1fr; }

.home-calculator__result { grid-template-columns: 1fr 1fr; }

.home-calculator__result > span { grid-column: 1 / -1; }

.home-calculator__result div { min-width: 0; }

.home-calculator__result div:last-child { grid-column: 1 / -1; }

.home-deliverables__grid { grid-template-columns: 1fr; }

.home-deliverables__grid article:last-child { grid-column: auto; }

.intro h2,
.section-heading h2,
.why h2,
.faq h2 { font-size: 39px; }

.intro__copy { padding-top: 0; }

.service-grid { grid-template-columns: 1fr; }

.blog-grid { grid-template-columns: 1fr; }

.blog-grid .post-card__image { aspect-ratio: 1.3; }

.blog-strip__head { align-items: flex-start; flex-direction: column; }

.contact-inline { padding: 72px 0; }

.article-content { padding-top: 58px; padding-bottom: 78px; }

.article-content p,
.article-content li { font-size: 17px; }

.page-content:has(+ .service-deep) { padding-bottom: 46px; }

.service-deep { padding: 16px 0 72px; }

.service-detail { padding: 72px 0; }

.decision-section { padding: 72px 0; }

.service-detail__card { padding: 25px; }

.decision-section__card { padding: 25px; }

.service-detail__cta { align-items: flex-start; flex-direction: column; padding: 25px; }

.service-scene { aspect-ratio: 1.2; }

.service-playbook,
.service-dictionary,
.service-links { padding: 25px; }

.whatsapp-float { right: 15px; bottom: 15px; width: 52px; min-height: 52px; justify-content: center; padding: 0; }

.whatsapp-float > span:last-child { display: none; }

.form-in-view .whatsapp-float { opacity: 0; pointer-events: none; transform: translateY(12px); }

.service-card { min-height: auto; padding: 32px 25px; }

.service-media { aspect-ratio: 16 / 10; }

.service-card h3 a { min-height: 44px; display: inline-flex; align-items: center; }

.service-card h3 { padding-right: 35px; font-size: 25px; }

.why__visual { min-height: 390px; }

.process-list { grid-template-columns: 1fr; }

.process-list li,
.process-list li:nth-child(2) { min-height: 210px; border-right: 1px solid #cfd1d4; border-top: 1px solid #cfd1d4; }

.process-list li:first-child { border-top: 0; }

.process-list li > span { margin-bottom: 42px; }

.accordion summary { min-height: 78px; font-size: 16px; }

.page-content { padding: 75px 0; }

.page-content__lead { font-size: 22px; }

.contact-page { padding: 62px 0 78px; }

.contact-form { padding: 24px 18px; border-radius: 20px; }

.form-grid { grid-template-columns: 1fr; }

.form-field--full { grid-column: auto; }

.calculator-copy,
.budget-calculator { padding: 26px 20px; }

.calculator-fields,
.calculator-result__grid { grid-template-columns: 1fr; }

.footer__main { grid-template-columns: 1fr; gap: 45px; }

.footer__brand { grid-column: auto; }

.footer__bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
}

@media (max-width: 380px) {


.home-hero__visual { min-height: 330px; }

.home-hero__visual img { height: 365px; }
}

@media (prefers-reduced-motion: reduce) {

html { scroll-behavior: auto; }

*,
*::before,
*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

#formular,
#calculator,
#cum-se-calculeaza { scroll-margin-top: 92px; }

.service-playbook .process-list { grid-template-columns: 1fr; gap: 15px; border: 0; }

.service-playbook .process-list > li,
.service-playbook .process-list > li:nth-child(2) {
  min-height: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
}

.service-playbook .process-list > li::before { display: none; }

.service-playbook .process-list > li > span { grid-column: 1; margin: 0; }

.service-playbook .process-list > li > div { grid-column: 2; min-width: 0; }

/* Homepage 2026: Fox Billboard ------------------------------------------- */
@font-face {
  font-family: "Uncut Sans";
  src: url("assets/fonts/UncutSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

.home-page {
  --home-paper: #f4f1e8;
  --home-navy: #101d3b;
  --home-orange: #f15a29;
  --home-orange-dark: #d94a1c;
  --home-line: #101d3b;
  --container: 1392px;
  color: var(--home-navy);
  background: var(--home-paper);
  font-family: "Uncut Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.home-page .container { width: min(calc(100% - 48px), var(--container)); }

.home-page .section { padding: 118px 0; }

.home-page main > section { border-bottom: 1px solid var(--home-line); }

.home-page h1,
.home-page h2,
.home-page h3 { overflow-wrap: normal; }

.home-page .eyebrow {
  margin-bottom: 22px;
  color: var(--home-navy);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
}

.home-page .eyebrow span { width: 42px; height: 1px; background: currentColor; }

.home-page .eyebrow--light { color: inherit; }

.home-page .button {
  min-height: 54px;
  padding-inline: 22px;
  border: 1px solid var(--home-navy);
  border-radius: 0;
  color: var(--home-paper);
  background: var(--home-navy);
  font-weight: 650;
  box-shadow: none;
}

.home-page .button:hover {
  transform: none;
  color: var(--home-navy);
  border-color: var(--home-navy);
  background: var(--home-orange);
}

.home-page .text-link {
  border-bottom: 1px solid currentColor;
  font-weight: 650;
  transition: color .18s ease, padding-left .18s ease;
}

.home-page .text-link:hover { padding-left: 7px; color: var(--home-orange-dark); }

.home-page .home-hero {
  overflow: clip;
  color: var(--home-navy);
  background: var(--home-paper);
}

.home-page .home-hero::before { display: none; background-image: none; }

.home-page .home-hero__frame { padding-top: 0; }

.home-page .home-hero__meta-row {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--home-line);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .home-hero__meta-row p { margin: 0; }

.home-page .home-hero__billboard {
  position: relative;
  min-height: clamp(590px, 68vh, 790px);
  border-bottom: 1px solid var(--home-line);
}









.home-page .home-hero__visual {
  --fox-x: 0px;
  --fox-y: 0px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(31vw, 385px);
  height: min(64vh, 700px);
  min-height: 530px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: translate3d(calc(-50% + var(--fox-x)), var(--fox-y), 0);
  transition: transform .24s ease-out;
  pointer-events: none;
}

.home-page .home-hero__visual::before { display: none; background-image: none; }

.home-page .home-hero__visual img {
  position: static;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.home-page .home-hero__support {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(360px, 4fr) minmax(230px, 3fr);
  align-items: stretch;
  border-bottom: 1px solid var(--home-line);
}

.home-page .home-hero__support > * { margin: 0; padding: 26px 24px; }

.home-page .home-hero__support > *:not(:first-child) { border-left: 1px solid var(--home-line); }

.home-page .home-hero .hero__lead { max-width: none; color: var(--home-navy); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.42; }

.home-page .home-hero .hero__actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; }

.home-page .home-hero__scope { display: flex; align-items: center; border-left: 1px solid var(--home-line); color: var(--home-navy); font-size: 13px; line-height: 1.45; }

.home-page .problem-router {
  display: grid;
  grid-template-columns: .9fr repeat(4, 1fr);
  color: var(--home-navy);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.home-page .problem-router__intro,
.home-page .problem-router a { min-height: 136px; padding: 20px; }

.home-page .problem-router__intro { color: var(--home-paper); background: var(--home-orange); }

.home-page .problem-router a { border-left: 1px solid var(--home-line); }

.home-page .problem-router a > span,
.home-page .problem-router a small { color: var(--home-navy); }

.home-page .problem-router a:hover { color: var(--home-paper); background: var(--home-navy); }

.home-page .problem-router a:hover > span,
.home-page .problem-router a:hover small { color: var(--home-paper); }

.home-page .intro { color: var(--home-navy); background: var(--home-paper); }

.home-page .intro__grid { grid-template-columns: 1.2fr .8fr; gap: 9vw; }

.home-page .intro h2 {
  max-width: 900px;
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.06em;
}

.home-page .intro__copy { padding-top: 44px; border-top: 1px solid var(--home-line); }

.home-page .intro__copy p { color: var(--home-navy); font-size: 20px; line-height: 1.5; }

.home-page .home-services { color: var(--home-navy); background: var(--home-paper); }

.home-page .section-heading {
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: 58px;
}

.home-page .section-heading h2,
.home-page .home-deliverables__head h2,
.home-page .faq h2 {
  font-size: clamp(52px, 5.8vw, 88px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.06em;
}

.home-page .section-heading > p { color: var(--home-navy); font-size: 18px; }

.home-page .home-service-grid { display: block; border-top: 1px solid var(--home-line); }

.home-page .home-service-card,
.home-page .home-service-card--wide {
  min-height: 160px;
  padding: 28px 18px 28px 0;
  display: grid;
  grid-template-columns: minmax(90px, 1fr) minmax(270px, 4fr) minmax(280px, 4fr) minmax(145px, 2fr);
  align-items: center;
  gap: 22px;
  color: var(--home-navy);
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  transition: background .2s ease, padding-left .2s ease;
}

.home-page .home-service-card:hover,
.home-page .home-service-card--accent:hover { padding-left: 18px; color: var(--home-navy); border-color: var(--home-line); background: var(--home-orange); transform: none; }

.home-page .home-service-card__top { display: grid; gap: 10px; justify-items: start; margin: 0; }

.home-page .home-service-card__top > span,
.home-page .home-service-card__top small { color: var(--home-navy); }

.home-page .home-service-card__top small { padding: 0; border: 0; border-radius: 0; }

.home-page .home-service-card h3 { margin: 0; font-size: clamp(34px, 3.4vw, 52px); font-weight: 550; line-height: .98; letter-spacing: -.05em; }

.home-page .home-service-card p { margin: 0; color: var(--home-navy); font-size: 16px; }

.home-page .home-service-card__link,
.home-page .home-service-card--accent .home-service-card__link { align-self: center; justify-self: end; margin: 0; color: var(--home-navy); font-weight: 650; }

.home-page .home-secondary-services {
  margin-top: 0;
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
}

.home-page .home-secondary-services > div span,
.home-page .home-secondary-services a { color: var(--home-navy); }

.home-page .home-secondary-services a { padding: 7px 10px; border: 1px solid var(--home-line); border-radius: 0; }

.home-page .home-secondary-services a:hover { color: var(--home-paper); border-color: var(--home-navy); background: var(--home-navy); }

.home-page .home-calculator { color: var(--home-navy); background: var(--home-orange); }

.home-page .home-calculator__grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 0; }

.home-page .home-calculator__copy { padding: 14px 7vw 14px 0; }

.home-page .home-calculator .eyebrow { color: var(--home-navy); }

.home-page .home-calculator__copy h2 { font-size: clamp(52px, 5.8vw, 88px); font-weight: 500; line-height: .96; letter-spacing: -.065em; }

.home-page .home-calculator__copy > p:not(.eyebrow) { color: var(--home-navy); font-size: 18px; }

.home-page .home-calculator .button { color: var(--home-paper); border-color: var(--home-navy); background: var(--home-navy); }

.home-page .home-calculator .button:hover { color: var(--home-navy); border-color: var(--home-navy); background: var(--home-paper); }

.home-page .home-calculator__example {
  padding: 38px 0 38px 52px;
  color: var(--home-navy);
  border: 0;
  border-left: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .home-calculator__example-head,
.home-page .home-calculator__inputs { border-color: var(--home-line); }

.home-page .home-calculator__example-head span,
.home-page .home-calculator__inputs dt,
.home-page .home-calculator__example > p { color: var(--home-navy); }

.home-page .home-calculator__inputs { gap: 0; border-radius: 0; background: transparent; }

.home-page .home-calculator__inputs div { border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); background: transparent; }

.home-page .home-calculator__inputs div:nth-child(even) { border-right: 0; }

.home-page .home-calculator__result { border-radius: 0; color: var(--home-paper); background: var(--home-navy); }

.home-page .home-deliverables { background: var(--home-paper); }

.home-page .home-deliverables__head { grid-template-columns: 1.2fr .8fr; gap: 9vw; }

.home-page .home-deliverables__head > p { color: var(--home-navy); font-size: 18px; }

.home-page .home-deliverables__grid { gap: 0; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }

.home-page .home-deliverables__grid article {
  padding: 28px;
  color: var(--home-navy);
  border: 0;
  border-left: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
}

.home-page .home-deliverables__grid article:first-child { border-left: 0; }

.home-page .home-deliverables__grid article > span,
.home-page .home-deliverables__grid p { color: var(--home-navy); }

.home-page .deliverable-preview { border: 1px solid var(--home-line); border-radius: 0; background-color: transparent; }

.home-page .process { color: var(--home-paper); background: var(--home-navy); }

.home-page .process .section-heading h2,
.home-page .process .section-heading > p,
.home-page .process .eyebrow { color: var(--home-paper); }

.home-page .process-list { border-top: 1px solid rgba(244,241,232,.6); }

.home-page .process-list > li { border-color: rgba(244,241,232,.6); }

.home-page .process-list > li > span { color: var(--home-orange); font-size: 13px; }

.home-page .process-list h3 { font-size: clamp(30px, 3vw, 46px); font-weight: 500; }

.home-page .process-list p { color: #d9d6cd; }

.home-page .faq { color: var(--home-navy); background: var(--home-paper); }

.home-page .faq__grid { gap: 9vw; }

.home-page .faq__heading { position: sticky; top: 150px; }

.home-page .accordion { border-top: 1px solid var(--home-line); }

.home-page .accordion details { border-color: var(--home-line); }

.home-page .accordion summary { min-height: 86px; padding: 18px 0; font-size: 22px; }

.home-page .accordion summary span { border-color: var(--home-navy); border-radius: 0; }

.home-page .accordion details p { color: var(--home-navy); }

.home-page .local-area { padding: 70px 0; color: var(--home-navy); background: var(--home-orange); }

.home-page .local-area h2 { font-size: clamp(42px, 4.6vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }

.home-page .local-area__copy { color: var(--home-navy); font-size: 18px; }

.home-page .local-area__places span { color: var(--home-navy); border-color: var(--home-navy); border-radius: 0; background: transparent; }

.home-page .contact-inline { color: var(--home-paper); background: var(--home-navy); }

.home-page .contact-inline__grid { grid-template-columns: .75fr 1.25fr; gap: 8vw; }

.home-page .contact-inline__intro h2 { font-size: clamp(54px, 6vw, 92px); font-weight: 500; line-height: .94; letter-spacing: -.065em; }

.home-page .contact-inline__intro p:not(.eyebrow),
.home-page .contact-inline .eyebrow { color: var(--home-paper); }

.home-page .contact-form {
  padding: 42px;
  color: var(--home-navy);
  border: 1px solid var(--home-paper);
  border-radius: 0;
  background: var(--home-paper);
  box-shadow: none;
}

.home-page .form-field input,
.home-page .form-field select,
.home-page .form-field textarea { border-color: var(--home-navy); border-radius: 0; background-color: transparent; }

.home-page .form-field select { appearance: auto; background-image: none; }

.home-page .blog-strip { color: var(--home-navy); background: var(--home-paper); }

.home-page .blog-strip__head h2 { font-size: clamp(48px, 5.4vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }

.home-page .blog-grid { display: block; border-top: 1px solid var(--home-line); }

.home-page .post-card {
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr;
  align-items: center;
  min-height: 250px;
  color: var(--home-navy);
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .post-card:hover { transform: none; background: #ebe7dc; box-shadow: none; }

.home-page .post-card__image { aspect-ratio: 4 / 3; margin: 20px 0; background: var(--home-navy); }

.home-page .post-card__body { padding: 28px 42px; }

.home-page .post-card__meta,
.home-page .post-card__link { color: var(--home-navy); }

.home-page .post-card h2 { max-width: 900px; font-size: clamp(30px, 3.4vw, 52px); font-weight: 500; line-height: 1; }

.home-page .footer { color: var(--home-navy); background: var(--home-orange); }

.home-page .footer__main { grid-template-columns: 1.35fr .75fr .75fr .9fr; padding-top: 70px; padding-bottom: 55px; }

.home-page .brand--footer { width: 230px; min-height: 56px; padding: 0 14px; background: var(--home-navy); }

.home-page .footer__brand p,
.home-page .footer h2,
.home-page .footer address,
.home-page .footer__bottom { color: var(--home-navy); }

.home-page .footer h2 { font-weight: 650; }

.home-page .footer a:hover { color: var(--home-paper); }

.home-page .footer__bottom { border-top-color: var(--home-navy); }

.home-page .whatsapp-float {
  right: 18px;
  bottom: 18px;
  width: 54px;
  min-height: 54px;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--home-paper);
  border-radius: 0;
  background: #087a43;
  box-shadow: none;
  animation: none;
}

.home-page .whatsapp-float:hover { transform: translateY(-3px); background: #075f35; box-shadow: none; }

.home-page .whatsapp-float > span:last-child { display: none; }

.home-page .whatsapp-float__icon { width: 28px; height: 28px; background: transparent; color: #fff; }

.home-page.has-reveal-motion main > section:not(.home-hero) > .container {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .38s ease, transform .38s ease;
}

.home-page.has-reveal-motion main > section.is-visible > .container { opacity: 1; transform: none; }

@media (max-width: 1100px) {


.home-page .home-hero__visual { width: min(37vw, 365px); }

.home-page .home-hero__support { grid-template-columns: 1.2fr 1fr; }

.home-page .home-hero__support .home-hero__scope { grid-column: 1 / -1; border-top: 1px solid var(--home-line); border-left: 0; }

.home-page .home-service-card,
.home-page .home-service-card--wide { grid-template-columns: 80px 1.2fr 1fr; }

.home-page .home-service-card__link { grid-column: 2; justify-self: start; }
}

@media (max-width: 980px) {

.home-page .problem-router { grid-template-columns: repeat(2, 1fr); }

.home-page .problem-router__intro { grid-column: 1 / -1; min-height: 92px; }

.home-page .problem-router a { border-top: 1px solid var(--home-line); }

.home-page .problem-router a:nth-child(even) { border-left: 0; }

.home-page .home-calculator__grid,
.home-page .contact-inline__grid { grid-template-columns: 1fr; }

.home-page .home-calculator__copy { padding-right: 0; padding-bottom: 64px; }

.home-page .home-calculator__example { padding-left: 0; padding-top: 48px; border-top: 1px solid var(--home-line); border-left: 0; }

.home-page .contact-inline__intro { position: static; }
}

@media (max-width: 760px) {

.home-page { font-size: 16px; }

.home-page .container { width: min(calc(100% - 30px), var(--container)); }

.home-page .section { padding: 78px 0; }

.home-page .home-hero__meta-row { min-height: 42px; font-size: 8px; }

.home-page .home-hero__billboard { min-height: 470px; }







.home-page .home-hero__visual { width: 235px; height: 340px; min-height: 0; }

.home-page .home-hero__support { display: block; }

.home-page .home-hero__support > * { padding: 20px 0; }

.home-page .home-hero__support > *:not(:first-child) { border-top: 1px solid var(--home-line); border-left: 0; }

.home-page .home-hero .hero__lead { font-size: 18px; }

.home-page .home-hero .hero__actions { justify-content: flex-start; }

.home-page .home-hero .hero__actions .button { width: auto; }

.home-page .home-hero__scope { border-left: 0; }

.home-page .problem-router { grid-template-columns: 1fr; }

.home-page .problem-router__intro { grid-column: auto; }

.home-page .problem-router a { min-height: 106px; border-left: 0; }

.home-page .intro__grid,
.home-page .section-heading,
.home-page .home-deliverables__head,
.home-page .faq__grid { grid-template-columns: 1fr; gap: 40px; }

.home-page .intro h2,
.home-page .section-heading h2,
.home-page .home-calculator__copy h2,
.home-page .home-deliverables__head h2,
.home-page .faq h2,
.home-page .contact-inline__intro h2,
.home-page .blog-strip__head h2 { font-size: clamp(42px, 12vw, 60px); }

.home-page .intro__copy { padding-top: 28px; }

.home-page .home-service-card,
.home-page .home-service-card--wide {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

.home-page .home-service-card__top { grid-column: 1; grid-row: 1 / 4; }

.home-page .home-service-card h3,
.home-page .home-service-card p,
.home-page .home-service-card__link { grid-column: 2; }

.home-page .home-service-card h3 { font-size: 32px; }

.home-page .home-service-card:hover,
.home-page .home-service-card--accent:hover { padding-left: 10px; }

.home-page .home-secondary-services { align-items: flex-start; flex-direction: column; }

.home-page .home-secondary-services nav { justify-content: flex-start; }

.home-page .home-calculator__inputs { grid-template-columns: 1fr; }

.home-page .home-calculator__inputs div { border-right: 0; }

.home-page .home-calculator__result { grid-template-columns: 1fr 1fr; }

.home-page .home-calculator__result > span { grid-column: 1 / -1; }

.home-page .home-deliverables__grid { display: block; }

.home-page .home-deliverables__grid article { border-top: 1px solid var(--home-line); border-left: 0; }

.home-page .home-deliverables__grid article:first-child { border-top: 0; }

.home-page .faq__heading { position: static; }

.home-page .contact-form { padding: 28px 20px; }

.home-page .blog-strip__head { align-items: flex-start; flex-direction: column; }

.home-page .post-card { grid-template-columns: 112px 1fr; min-height: 160px; }

.home-page .post-card__image { margin: 14px 0; aspect-ratio: 1; }

.home-page .post-card__body { padding: 20px 0 20px 18px; }

.home-page .post-card h2 { font-size: 25px; }

.home-page .post-card__meta { font-size: 9px; }

.home-page .footer__main { grid-template-columns: 1fr 1fr; gap: 42px 24px; }

.home-page .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 380px) {

.home-page .home-hero__billboard { min-height: 405px; }



.home-page .home-hero__visual { width: 195px; height: 285px; }

.home-page .post-card { grid-template-columns: 92px 1fr; }

.home-page .post-card h2 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {

.home-page.has-reveal-motion main > section:not(.home-hero) > .container { opacity: 1; transform: none; }

.home-page .home-hero__visual { transform: translate3d(-50%, 0, 0); }
}
/* Portfolio: selected work on the homepage */
.home-page .home-portfolio {
  color: var(--home-paper);
  background: var(--home-navy);
}

.home-page .home-portfolio__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 9vw;
  align-items: end;
  margin-bottom: 58px;
}

.home-page .home-portfolio .eyebrow { color: var(--home-orange); }

.home-page .home-portfolio__head h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(52px, 6.8vw, 104px);
  font-weight: 520;
  line-height: .92;
  letter-spacing: -.065em;
}

.home-page .home-portfolio__intro { display: grid; gap: 28px; align-content: end; }

.home-page .home-portfolio__intro p { margin: 0; color: rgba(244,241,232,.76); font-size: 18px; line-height: 1.5; }

.home-page .home-portfolio__intro .text-link { width: fit-content; color: var(--home-paper); }

.home-page .home-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 70px 24px;
}

.home-page .home-project { grid-column: span 5; min-width: 0; }

.home-page .home-project--wide { grid-column: span 7; }

.home-page .home-project__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(244,241,232,.32);
  background: var(--home-paper);
}

.home-page .home-project__media::after {
  content: "DESCHIDE ↗";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 13px;
  color: var(--home-navy);
  background: var(--home-orange);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .08em;
}

.home-page .home-project__media picture,
.home-page .home-project__media img { width: 100%; height: 100%; display: block; }

.home-page .home-project__media img { object-fit: contain; object-position: center; transition: opacity .2s ease; }

.home-page .home-project__media:hover img { opacity: .92; }

.home-page .home-project__meta {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(244,241,232,.34);
  color: rgba(244,241,232,.65);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page .home-project h3 { margin: 17px 0 2px; font-size: clamp(32px, 3.4vw, 54px); font-weight: 540; line-height: 1; letter-spacing: -.05em; }

.home-page .home-project h3 a { display: flex; justify-content: space-between; gap: 20px; }

.home-page .home-project h3 span { color: var(--home-orange); font-size: .56em; transition: transform .2s ease; }

.home-page .home-project h3 a:hover span { transform: translate(3px, -3px); }

.home-page .home-project > p { margin: 8px 0 0; color: rgba(244,241,232,.68); font-size: 14px; }

.home-page .home-portfolio__all {
  display: grid;
  grid-template-columns: .65fr 1.4fr .75fr;
  gap: 28px;
  align-items: center;
  margin-top: 74px;
  padding: 24px 0;
  border-top: 1px solid var(--home-orange);
  border-bottom: 1px solid var(--home-orange);
  color: var(--home-paper);
}

.home-page .home-portfolio__all > span:first-child { color: var(--home-orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.home-page .home-portfolio__all strong { font-size: 19px; font-weight: 520; }

.home-page .home-portfolio__all > span:last-child { justify-self: end; font-size: 13px; font-weight: 700; }
/* Portfolio page: editorial archive */
.portfolio-page {
  --portfolio-paper: #f4f1e8;
  --portfolio-navy: #101d3b;
  --portfolio-orange: #f15a29;
  --portfolio-line: rgba(16,29,59,.3);
  color: var(--portfolio-navy);
  background: var(--portfolio-paper);
  font-family: "Uncut Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.portfolio-page .container { width: min(calc(100% - 56px), 1360px); }

.portfolio-page .button { border-radius: 0; color: var(--portfolio-paper); background: var(--portfolio-navy); border-color: var(--portfolio-navy); }

.portfolio-page .button:hover { color: var(--portfolio-navy); background: var(--portfolio-paper); border-color: var(--portfolio-navy); transform: none; }

.portfolio-kicker { margin: 0 0 28px; color: var(--portfolio-orange); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.portfolio-arrow-link { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--portfolio-orange); font-size: 13px; font-weight: 700; }

.portfolio-arrow-link span { color: var(--portfolio-orange); font-size: 20px; }

.portfolio-work { padding: 120px 0 140px; background: var(--portfolio-paper); }

.portfolio-work__head {
  display: grid;
  grid-template-columns: .7fr 1.6fr .7fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 66px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--portfolio-navy);
}

.portfolio-work__head p,
.portfolio-work__head span { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.portfolio-work__head span { justify-self: end; }

.portfolio-work__head h2 { max-width: 770px; margin: 0; font-size: clamp(44px, 5vw, 76px); font-weight: 520; line-height: .96; letter-spacing: -.06em; }

.portfolio-list { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 86px 28px; }

.portfolio-case { grid-column: span 5; min-width: 0; }

.portfolio-case--feature { grid-column: span 7; }

.portfolio-case__media { display: block; }

.portfolio-browser { display: block; border: 1px solid var(--portfolio-navy); background: var(--portfolio-paper); overflow: hidden; }

.portfolio-browser__bar { min-height: 38px; display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; border-bottom: 1px solid var(--portfolio-navy); color: var(--portfolio-navy); font-size: 10px; letter-spacing: .04em; }

.portfolio-browser__bar > span { justify-self: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.portfolio-browser__bar i { display: flex; gap: 5px; padding-left: 13px; }

.portfolio-browser__bar b { width: 7px; height: 7px; display: block; border: 1px solid var(--portfolio-navy); border-radius: 50%; }

.portfolio-browser picture { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--portfolio-paper); }

.portfolio-browser img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: opacity .2s ease; }

.portfolio-case__media:hover img { opacity: .92; }

.portfolio-case__copy { display: grid; grid-template-columns: 55px 1fr; gap: 17px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--portfolio-line); }

.portfolio-case__number { color: var(--portfolio-orange); font-size: 12px; font-weight: 720; }

.portfolio-case__scope { margin: 0 0 10px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.portfolio-case h3 { margin: 0; font-size: clamp(32px, 3.2vw, 50px); font-weight: 520; line-height: 1; letter-spacing: -.05em; }

.portfolio-case h3 a { display: flex; justify-content: space-between; gap: 18px; }

.portfolio-case h3 span { color: var(--portfolio-orange); font-size: .56em; transition: transform .2s ease; }

.portfolio-case h3 a:hover span { transform: translate(3px, -3px); }

.portfolio-case__copy div:last-child > p:last-child { margin: 8px 0 0; color: rgba(16,29,59,.66); font-size: 14px; }

.portfolio-cta { color: var(--portfolio-navy); background: var(--portfolio-orange); }

.portfolio-cta__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: 7vw; align-items: start; padding-top: 90px; padding-bottom: 90px; }

.portfolio-cta__intro { position: sticky; top: 118px; display: grid; gap: 28px; }

.portfolio-cta__intro > p:first-child { margin: 0; font-size: 11px; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }

.portfolio-cta h2 { margin: 0; font-size: clamp(62px, 7.5vw, 112px); font-weight: 520; line-height: .86; letter-spacing: -.07em; }

.portfolio-cta__intro > p:last-child { max-width: 440px; margin: 0; font-size: 18px; line-height: 1.5; }

.portfolio-contact-form { margin: 0; padding: 40px; border: 1px solid var(--portfolio-navy); border-radius: 0; background: var(--portfolio-paper); box-shadow: none; }

.portfolio-contact-form .contact-form__header { border-bottom-color: var(--portfolio-navy); }

.portfolio-contact-form input,
.portfolio-contact-form select,
.portfolio-contact-form textarea { border-radius: 0; border-color: rgba(16,29,59,.42); background: #fff; }

.portfolio-contact-form .button { width: fit-content; }

@media (max-width: 1100px) {

.home-page .home-portfolio__head { gap: 60px; }
}

@media (max-width: 980px) {

.home-page .home-portfolio__head { grid-template-columns: 1fr; gap: 38px; }

.home-page .home-portfolio__intro { max-width: 660px; }

.portfolio-work__head { grid-template-columns: 1fr 2fr; }

.portfolio-work__head span { display: none; }

.portfolio-cta__grid { grid-template-columns: 1fr; }

.portfolio-cta__intro { position: static; max-width: 760px; }
}

@media (max-width: 760px) {

.home-page .home-portfolio__head { margin-bottom: 40px; }

.home-page .home-portfolio__head h2 { font-size: clamp(44px, 13vw, 62px); }

.home-page .home-portfolio__grid { display: block; }

.home-page .home-project + .home-project { margin-top: 54px; }

.home-page .home-project__meta { gap: 12px; }

.home-page .home-project__meta span:last-child { display: none; }

.home-page .home-project h3 { font-size: 36px; }

.home-page .home-portfolio__all { grid-template-columns: 1fr; gap: 10px; }

.home-page .home-portfolio__all > span:last-child { justify-self: start; margin-top: 8px; }

.portfolio-page .container { width: min(calc(100% - 30px), 1360px); }

.portfolio-work { padding: 80px 0 92px; }

.portfolio-work__head { grid-template-columns: 1fr; gap: 15px; margin-bottom: 45px; }

.portfolio-work__head h2 { font-size: 45px; }

.portfolio-list { display: block; }

.portfolio-case + .portfolio-case { margin-top: 66px; }

.portfolio-browser__bar { grid-template-columns: 60px 1fr 60px; }

.portfolio-case__copy { grid-template-columns: 38px 1fr; gap: 10px; }

.portfolio-case h3 { font-size: 36px; }

.portfolio-cta__grid { grid-template-columns: 1fr; gap: 42px; padding-top: 65px; padding-bottom: 65px; }

.portfolio-cta h2 { font-size: clamp(58px, 16vw, 84px); }

.portfolio-contact-form { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {

.home-page .home-project__media img,
.portfolio-browser img,
.home-page .home-project h3 span,
.portfolio-case h3 span { transition: none; }
}
/* Secondary pages: match the 2026 editorial system ----------------------- */
.secondary-page {
  --secondary-paper: #f4f1e8;
  --secondary-navy: #101d3b;
  --secondary-orange: #f15a29;
  --secondary-line: #101d3b;
  --secondary-muted: rgba(16,29,59,.68);
  --container: 1360px;
  color: var(--secondary-navy);
  background: var(--secondary-paper);
  font-family: "Uncut Sans", Arial, Helvetica, sans-serif;
}

.secondary-page h1,
.secondary-page h2,
.secondary-page h3 { letter-spacing: 0; overflow-wrap: normal; }

.secondary-page .container { width: min(calc(100% - 56px), var(--container)); }

.secondary-page .section,
.secondary-page .page-content,
.secondary-page .service-detail,
.secondary-page .decision-section,
.secondary-page .local-area,
.secondary-page .calculator-section,
.secondary-page .legal-content { padding: 76px 0; }

.secondary-page .brand img { width: 188px; }

.secondary-page .button {
  min-height: 48px;
  border-radius: 0;
  color: var(--secondary-paper);
  border-color: var(--secondary-navy);
  background: var(--secondary-navy);
  box-shadow: none;
  font-weight: 650;
}

.secondary-page .button:hover {
  color: var(--secondary-navy);
  border-color: var(--secondary-navy);
  background: var(--secondary-orange);
  transform: none;
}

.secondary-page .eyebrow {
  margin-bottom: 6px;
  color: var(--secondary-orange);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
}

.secondary-page .eyebrow span { width: 42px; height: 1px; }

.secondary-page .service-scene,
.secondary-page .why__visual {
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.secondary-page .service-scene img,
.secondary-page .why__visual img { border-radius: 0; }

.secondary-page .page-content,
.secondary-page .service-detail,
.secondary-page .decision-section,
.secondary-page .calculator-section,
.secondary-page .contact-page,
.secondary-page .blog-strip,
.secondary-page .local-area,
.secondary-page .legal-content {
  color: var(--secondary-navy);
  border-bottom: 1px solid var(--secondary-line);
  background: var(--secondary-paper);
}

.secondary-page .page-content__grid,
.secondary-page .service-detail__head,
.secondary-page .local-area__grid {
  grid-template-columns: .72fr 1.28fr;
  gap: 7vw;
}

.secondary-page .page-content__lead {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.secondary-page .page-content__body,
.secondary-page .page-content__body p,
.secondary-page .page-content__body li,
.secondary-page .service-detail__head > p,
.secondary-page .service-detail__card p,
.secondary-page .service-detail__card li,
.secondary-page .decision-section__card p,
.secondary-page .decision-section__card li,
.secondary-page .local-area__copy,
.secondary-page .legal-content p,
.secondary-page .legal-content li { color: var(--secondary-muted); }

.secondary-page .page-content__body,
.secondary-page .legal-content__inner,
.secondary-page .legal-details,
.secondary-page .legal-details p,
.secondary-page .legal-content p,
.secondary-page .legal-content li,
.secondary-page .legal-content a,
.secondary-page .footer address,
.secondary-page .footer address a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.secondary-page .page-content__body h2,
.secondary-page .service-detail__head h2,
.secondary-page .decision-section__head h2,
.secondary-page .contact-page__intro h2,
.secondary-page .calculator-copy h2 {
  color: var(--secondary-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 520;
  line-height: .98;
}

.secondary-page .service-page-list,
.secondary-page .benefit-list,
.secondary-page .accordion,
.secondary-page .blog-grid,
.secondary-page .service-detail__grid,
.secondary-page .decision-section__grid { border-top: 1px solid var(--secondary-line); }

.secondary-page .service-page-list li,
.secondary-page .benefit-list article,
.secondary-page .accordion details,
.secondary-page .post-card,
.secondary-page .service-detail__card,
.secondary-page .decision-section__card {
  border: 0;
  border-bottom: 1px solid var(--secondary-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.secondary-page .service-page-list li,
.secondary-page .benefit-list article {
  grid-template-columns: 70px 1fr;
  padding: 28px 0;
}

.secondary-page .service-page-list span,
.secondary-page .benefit-list article > span,
.secondary-page .decision-section__card span { color: var(--secondary-orange); }

.secondary-page .service-page-list h2,
.secondary-page .benefit-list h3,
.secondary-page .service-detail__card h3,
.secondary-page .decision-section__card h3 {
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 520;
  line-height: 1;
}

.secondary-page .service-detail__grid,
.secondary-page .decision-section__grid { display: block; }

.secondary-page .service-detail__card,
.secondary-page .decision-section__card {
  min-height: 0;
  padding: 30px 0;
}

.secondary-page .service-detail__cta,
.secondary-page .content-note,
.secondary-page .legal-details,
.secondary-page .calculator-copy,
.secondary-page .budget-calculator,
.secondary-page .calculator-result {
  border: 1px solid var(--secondary-line);
  border-radius: 0;
  box-shadow: none;
}

.secondary-page .service-detail__cta {
  color: var(--secondary-paper);
  background: var(--secondary-navy);
}

.secondary-page .process {
  color: var(--secondary-paper);
  background: var(--secondary-navy);
}

.secondary-page .process-list {
  border-top-color: rgba(244,241,232,.5);
}

.secondary-page .process-list li {
  border-left-color: rgba(244,241,232,.5);
}

.secondary-page .process-list li:last-child { border-right-color: rgba(244,241,232,.5); }

.secondary-page .process-list li > span { color: var(--secondary-orange); }

.secondary-page .process-list h3 { color: var(--secondary-paper); }

.secondary-page .process-list p { color: rgba(244,241,232,.72); }

.secondary-page .contact-page {
  padding: 92px 0 112px;
  background: var(--secondary-orange);
}

.secondary-page .contact-page__grid { grid-template-columns: .78fr 1.22fr; }

.secondary-page .contact-page__intro > p:not(.eyebrow),
.secondary-page .contact-points li { color: var(--secondary-navy); }

.secondary-page .contact-points span { border-radius: 0; background: var(--secondary-navy); }

.secondary-page .contact-form,
.secondary-page .budget-calculator {
  padding: 38px;
  border: 1px solid var(--secondary-line);
  border-radius: 0;
  background: var(--secondary-paper);
  box-shadow: none;
}

.secondary-page .form-field input,
.secondary-page .form-field select,
.secondary-page .form-field textarea {
  border-color: var(--secondary-line);
  border-radius: 0;
  background-color: transparent;
}

.secondary-page .form-field select { appearance: auto; background-image: none; }

.secondary-page .blog-grid { display: block; }

.secondary-page .post-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  align-items: center;
  min-height: 240px;
}

.secondary-page .post-card:hover { transform: none; background: #ebe7dc; box-shadow: none; }

.secondary-page .post-card__image { margin: 22px 0; border-radius: 0; aspect-ratio: 4 / 3; }

.secondary-page .post-card__body { padding: 28px 0 28px 40px; }

.secondary-page .post-card h2 {
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

.secondary-page .local-area { background: var(--secondary-orange); }

.secondary-page .local-area__places span {
  border-color: var(--secondary-line);
  border-radius: 0;
  color: var(--secondary-navy);
  background: transparent;
}

.secondary-page .calculator-copy {
  color: var(--secondary-paper);
  background: var(--secondary-navy);
}

.secondary-page .calculator-copy h2 { color: var(--secondary-paper); }

.secondary-page .calculator-copy p,
.secondary-page .calculator-copy li { color: rgba(244,241,232,.74); }

.secondary-page .calculator-result__grid div { border: 1px solid var(--secondary-line); border-radius: 0; background: transparent; }

.secondary-page .footer {
  color: var(--secondary-navy);
  background: var(--secondary-orange);
}

.secondary-page .footer__brand p,
.secondary-page .footer h2,
.secondary-page .footer address,
.secondary-page .footer__bottom { color: var(--secondary-navy); }

.secondary-page .brand--footer {
  width: 230px;
  min-height: 56px;
  padding: 0;
  background: transparent;
}

.secondary-page .footer__bottom { border-top-color: var(--secondary-navy); }

.secondary-page .footer a:hover { color: var(--secondary-paper); }

.secondary-page .whatsapp-float {
  width: 54px;
  min-height: 54px;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.secondary-page .whatsapp-float > span:last-child { display: none; }
/* Desktop hero fix: protect the fox instead of layering text over it. */
.home-page .home-hero__billboard {
  min-height: clamp(660px, 76vh, 830px);
}







.home-page .home-hero__visual {
  bottom: 112px;
  width: min(28vw, 335px);
  height: min(59vh, 620px);
  min-height: 510px;
}

@media (max-width: 1180px) {

.secondary-page .brand img { width: 178px; }


.home-page .home-hero__visual { width: min(27vw, 300px); }
}

@media (max-width: 980px) {

.secondary-page .page-content__grid,
.secondary-page .service-detail__head,
.secondary-page .local-area__grid,
.secondary-page .contact-page__grid,
.secondary-page .calculator-layout { grid-template-columns: 1fr; gap: 44px; }

.secondary-page .calculator-copy { position: static; }
}

@media (max-width: 760px) {

.secondary-page .container { width: min(calc(100% - 30px), var(--container)); }

.secondary-page .brand img { width: 168px; }

.secondary-page .section,
.secondary-page .page-content,
.secondary-page .service-detail,
.secondary-page .decision-section,
.secondary-page .local-area,
.secondary-page .calculator-section,
.secondary-page .legal-content { padding: 56px 0; }

.secondary-page .page-content__lead { font-size: 28px; }

.secondary-page .service-page-list li,
.secondary-page .benefit-list article { grid-template-columns: 42px 1fr; }

.secondary-page .process-list { grid-template-columns: 1fr; }

.secondary-page .process-list li,
.secondary-page .process-list li:nth-child(2) { border-right-color: rgba(244,241,232,.5); border-top-color: rgba(244,241,232,.5); }

.secondary-page .post-card { grid-template-columns: 112px 1fr; min-height: 160px; }

.secondary-page .post-card__image { margin: 14px 0; aspect-ratio: 1; }

.secondary-page .post-card__body { padding: 20px 0 20px 18px; }

.secondary-page .post-card h2 { font-size: 25px; }

.secondary-page .contact-form,
.secondary-page .budget-calculator,
.secondary-page .calculator-copy { padding: 26px 20px; }

.secondary-page .footer__main { grid-template-columns: 1fr; }

.home-page .home-hero__billboard { min-height: 545px; }







.home-page .home-hero__visual {
    bottom: 58px;
    width: 195px;
    height: 285px;
    min-height: 0;
  }
}

@media (max-width: 380px) {

.home-page .home-hero__billboard { min-height: 500px; }


.home-page .home-hero__visual { width: 170px; height: 250px; bottom: 54px; }
}
/* Home hero correction: simple split composition, no text over mascot. */
.home-page .home-hero__billboard {
  min-height: clamp(560px, 66vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(280px, .62fr);
  gap: min(7vw, 96px);
  align-items: center;
  padding: 54px 0 50px;
}






.home-page .home-hero__visual {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  justify-self: center;
  align-self: end;
  width: min(33vw, 430px);
  height: clamp(510px, 60vh, 680px);
  min-height: 0;
  transform: translate3d(var(--fox-x), var(--fox-y), 0);
}

@media (max-width: 980px) {

.home-page .home-hero__billboard {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 34px;
  }


.home-page .home-hero__visual {
    justify-self: center;
    width: min(54vw, 360px);
    height: clamp(390px, 58vw, 560px);
  }
}

@media (max-width: 760px) {

.home-page .home-hero__billboard { gap: 28px; padding: 34px 0 28px; }




.home-page .home-hero__visual {
    width: min(64vw, 250px);
    height: clamp(315px, 82vw, 390px);
  }
}

@media (max-width: 380px) {


.home-page .home-hero__visual { width: 205px; height: 300px; }
}

/* One typographic treatment for the entire homepage headline. */
.home-page .home-hero h1 {
  display: block;
  max-width: 700px;
  margin: 0;
  padding: 0;
  color: var(--home-navy);
  font-family: "Uncut Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 3.65vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.home-page .home-hero h1 > span,
.home-page .home-hero h1 > em {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  white-space: normal;
}
.home-page .home-hero h1 > em { color: var(--home-orange); }
@media (max-width: 980px) {
  .home-page .home-hero h1 { font-size: clamp(26px, 6.25vw, 48px); }
}

/* Final hero/WhatsApp tuning. */
@media (min-width: 981px) {

.home-page .home-hero__billboard {
    min-height: clamp(430px, 52vh, 560px);
    grid-template-columns: minmax(0, .86fr) minmax(430px, .78fr);
    overflow: hidden;
    padding: 34px 0 28px;
  }




.home-page .home-hero__visual {
    justify-self: end;
    width: min(40vw, 540px);
    height: clamp(560px, 66vh, 760px);
    margin-bottom: -172px;
  }
}

.whatsapp-float,
.home-page .whatsapp-float,
.secondary-page .whatsapp-float {
  right: 18px;
  bottom: 18px;
  width: 48px;
  min-height: 48px;
  padding: 0;
  justify-content: center;
  color: var(--ink);
  border: 1px solid currentColor;
  border-radius: 0;
  background: #f4f1e8;
  box-shadow: none;
  animation: none;
}

.whatsapp-float:hover,
.home-page .whatsapp-float:hover,
.secondary-page .whatsapp-float:hover {
  color: #f4f1e8;
  background: #101d3b;
  border-color: #101d3b;
  transform: none;
  box-shadow: none;
}

.whatsapp-float > span:last-child,
.home-page .whatsapp-float > span:last-child,
.secondary-page .whatsapp-float > span:last-child { display: none; }

.whatsapp-float__icon,
.home-page .whatsapp-float__icon,
.secondary-page .whatsapp-float__icon {
  width: 22px;
  height: 22px;
  color: currentColor;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 760px) {

.whatsapp-float,
.home-page .whatsapp-float,
.secondary-page .whatsapp-float {
    right: 10px;
    bottom: 10px;
    width: 42px;
    min-height: 42px;
  }

.whatsapp-float__icon,
.home-page .whatsapp-float__icon,
.secondary-page .whatsapp-float__icon {
    width: 19px;
    height: 19px;
  }
}
