@font-face {
  font-family: "Auge Trial";
  src: url("assets/fonts/auge-trial-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Auge Trial";
  src: url("assets/fonts/auge-trial-semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Auge Trial";
  src: url("assets/fonts/auge-trial-black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #231f20;
  --cream: #fffae3;
  --yellow: #fcf6aa;
  --green: #8db600;
  --pink: #d52d70;
  --display: "Auge Trial", "Arial Black", sans-serif;
  --body: "Bodoni Moda", Georgia, serif;
  --page-pad: clamp(20px, 4.45vw, 64px);
  --section-pad: clamp(68px, 7vw, 104px);
  --radius: 24px;
  --shadow: 0 18px 60px rgb(35 31 32 / 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, .button { font-family: var(--display); font-weight: 400; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1312px, calc(100% - (var(--page-pad) * 2))); margin-inline: auto; }
.section { position: relative; padding-block: var(--section-pad); overflow: clip; }
.section--cream { background: var(--cream); }
.section--yellow { background: var(--yellow); }
.section--dark { color: var(--cream); background: var(--ink); }
.eyebrow { margin: 0 0 24px; color: var(--pink); font-size: 12px; font-weight: 600; line-height: 1.35; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow--green { color: var(--green); }
h1, h2, h3, h4, h5, h6, blockquote { margin: 0; font-family: var(--display); font-weight: 400; }
h2 { max-width: 1040px; font-size: clamp(42px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.025em; text-wrap: balance; }
h3 { font-size: 25px; line-height: 1.12; }
p { margin: 0; }
.lead { max-width: 760px; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.5; }
.narrow { margin-top: 26px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--green); border-radius: 999px; color: var(--ink); background: var(--green); font-size: 16px; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); background: #a1ce00; }
.button--small { min-height: 48px; padding-inline: 18px; }
.button--outline { color: var(--cream); border-color: var(--cream); background: transparent; }
.button--outline:hover { color: var(--ink); background: var(--cream); }
.button--dark { color: var(--cream); border-color: var(--ink); background: var(--ink); }

.site-header { position: fixed; z-index: 50; top: 24px; left: 50%; display: flex; width: min(1312px, calc(100% - (var(--page-pad) * 2))); min-height: 88px; align-items: center; justify-content: space-between; padding: 10px 20px 10px 28px; border-radius: var(--radius); color: var(--cream); transform: translateX(-50%); transition: background .3s ease, box-shadow .3s ease, top .3s ease; }
.site-header.is-scrolled { top: 12px; background: rgb(35 31 32 / .9); box-shadow: 0 10px 40px rgb(0 0 0 / .2); backdrop-filter: blur(14px); }
.brand { display: flex; width: 183px; flex-direction: column; align-items: flex-end; font-size: 11px; line-height: 1; }
.brand img { height: 43px; object-fit: contain; }
.brand span { margin-top: 2px; }
.desktop-nav { display: flex; gap: 25px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle, .mobile-nav { display: none; }

.hero { height: 145svh; min-height: 980px; background: var(--ink); }
.hero__sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; }
.hero__video { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(35 31 32 / .88) 0%, rgb(35 31 32 / .68) 52%, rgb(35 31 32 / .28) 100%), linear-gradient(0deg, rgb(35 31 32 / .3), transparent 45%); }
.hero__copy { position: absolute; z-index: 2; top: 50%; left: max(var(--page-pad), calc((100% - 1312px) / 2 + 16px)); width: min(780px, calc(100% - (var(--page-pad) * 2))); transform: translateY(-42%); }
.hero h1 { color: var(--cream); font-size: clamp(65px, 7vw, 100px); line-height: .94; letter-spacing: -0.035em; }
.hero__lead { max-width: 650px; margin-top: 26px; color: var(--cream); font-size: clamp(18px, 1.55vw, 21px); line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.scroll-cue { position: absolute; z-index: 3; right: var(--page-pad); bottom: 26px; display: flex; align-items: center; gap: 10px; color: var(--cream); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 44px; height: 1px; background: var(--green); transform-origin: left; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 50% { transform: scaleX(.45); } }

.intro__split { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .9fr); gap: 48px; align-items: start; margin-top: 30px; }
.brand-card { display: flex; min-height: 138px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 28px; border-radius: var(--radius); color: var(--green); background: var(--ink); }
.brand-card img { width: min(260px, 90%); }
.brand-card strong { font-family: var(--display); font-size: 24px; font-weight: 400; }

.filters { display: flex; gap: 10px; margin: 28px 0 20px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { min-height: 44px; flex: 0 0 auto; padding: 9px 18px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--cream); cursor: pointer; transition: background .22s ease; }
.filter:is(:hover, :focus-visible):not(.is-active) { background: var(--green); }
.filter.is-active { color: var(--cream); background: var(--ink); }
.portfolio__hero { height: min(520px, 40vw); min-height: 340px; margin: 0 0 20px; overflow: hidden; border-radius: 32px; }
.portfolio__hero img { height: 100%; object-fit: cover; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius); transition: opacity .25s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.product-card.is-hidden { display: none; }
.product-card > img { height: 292px; object-fit: cover; transition: transform .6s ease; }
.product-card:hover > img { transform: scale(1.035); }
.product-card.reveal.is-visible:is(:hover, :focus-within) { border-color: var(--ink); box-shadow: var(--shadow); transform: translateY(-7px); }
.product-card > div { min-height: 208px; padding: 24px; background: var(--yellow); }
.product-card .eyebrow { margin-bottom: 10px; }
.product-card h3 { margin-bottom: 8px; }
.product-card p:not(.eyebrow), .product-card a { font-size: 14px; }
.product-card a { display: inline-block; margin-top: 12px; font-family: var(--display); transition: color .2s ease, transform .2s ease; }
.product-card a:hover { color: var(--pink); transform: translateX(4px); }

.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 34px; }
.benefit-card { min-height: 260px; padding: 24px; border: 1px solid var(--ink); border-radius: 20px; }
.benefit-card--active { background: var(--green); }
.benefit-card span, .process-card > span, .industry-grid span { display: block; margin-bottom: 18px; color: var(--pink); font-family: var(--display); font-size: 30px; }
.benefit-card h3 { margin-bottom: 14px; }
.benefit-card p { font-size: 14px; line-height: 1.55; }

.custom__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.custom__copy { display: flex; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px clamp(30px, 4vw, 64px) 42px 0; }
.custom__copy h2 { margin-bottom: 24px; }
.check-list { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li::before { margin-right: 10px; color: var(--green); content: "→"; }
.custom__media { min-height: 620px; margin: 0; overflow: hidden; border-radius: 28px; }
.custom__media img { height: 100%; object-fit: cover; }

.collaboration__media { height: min(620px, 48vw); min-height: 430px; margin: 0; overflow: hidden; border-radius: 28px; }
.collaboration__media img { height: 100%; object-fit: cover; object-position: center 42%; }
.collaboration__copy { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; margin-top: 32px; }
.collaboration__copy .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 304px)); gap: 16px; margin-top: 28px; }
.process-card { height: 220px; padding: 24px; border: 0; border-radius: 20px; background: transparent; }
.process-card--active { color: var(--cream); background: var(--ink); }
.process-card--active > span { color: var(--green); }
.process-card:not(.process-card--active) > span { color: var(--pink); }
.process-card h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.025em; white-space: nowrap; }
.process-card p { font-size: 14px; }
.process-card:nth-child(2) { transition-delay: .11s; }
.process-card:nth-child(3) { transition-delay: .22s; }
.process-card:nth-child(4) { transition-delay: .33s; }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.industry-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--ink); border-radius: 20px; background: var(--cream); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.industry-grid article.reveal.is-visible:is(:hover, :focus-within) { background: var(--yellow); box-shadow: 0 12px 34px rgb(35 31 32 / .1); transform: translateY(-5px); }
.industry-grid h3 { margin-bottom: 10px; }
.industry-grid p { font-size: 14px; }

.quality { isolation: isolate; }
.quality__backdrop { position: absolute; z-index: -2; inset: 0; background: url("assets/media/quality.webp") center/cover; opacity: .14; }
.quality::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--ink) 12%, rgb(35 31 32 / .91)); content: ""; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.quality-grid article { min-height: 225px; padding: 26px; border-radius: 20px; color: var(--ink); background: var(--green); }
.quality-grid strong { display: block; margin-bottom: 18px; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.quality-grid h3 { margin-bottom: 10px; }

.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.quote-card { min-height: 300px; padding: 32px; border-radius: var(--radius); color: var(--cream); background: var(--ink); }
.quote-card blockquote { max-width: 560px; margin: 22px 0; font-size: clamp(29px, 2.5vw, 38px); line-height: 1.08; }
.quote-card > p:last-child { font-size: 14px; }

.contact__grid { display: grid; grid-template-columns: 360px 1fr; gap: 48px; margin-top: 34px; align-items: start; }
.direct-card { display: flex; min-height: 390px; flex-direction: column; align-items: flex-start; gap: 20px; padding: 32px; border-radius: var(--radius); color: var(--cream); background: var(--ink); }
.direct-card h3 { font-size: 34px; }
.direct-card small { color: var(--green); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.enquiry-form label { display: flex; min-width: 0; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 58px; padding: 15px 18px; border: 1px solid var(--ink); border-radius: 12px; color: var(--ink); background: var(--cream); font-size: 16px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.enquiry-form textarea { min-height: 132px; resize: vertical; }
.enquiry-form input:invalid:not(:placeholder-shown), .enquiry-form textarea:invalid:not(:placeholder-shown) { border-color: var(--pink); }
.form-wide { grid-column: 1 / -1; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 12px !important; font-size: 14px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent input { width: 23px; height: 23px; flex: 0 0 auto; accent-color: var(--ink); }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-status { max-width: 420px; font-size: 14px; }

.final-cta { padding-block: 72px; }
.final-cta__card { min-height: 420px; padding: clamp(34px, 5vw, 58px); border-radius: 32px; color: var(--cream); background: var(--ink); }
.final-cta__card .lead { margin: 22px 0; }
.final-cta__card > div { display: flex; flex-wrap: wrap; gap: 28px; }
.text-link { color: var(--green); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }

.footer { padding: 72px 0 30px; color: var(--cream); background: var(--ink); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer__brand img { width: 250px; max-width: 100%; }
.footer__brand p { margin: 8px 0; color: var(--green); font-size: 17px; }
.footer__brand small { display: block; max-width: 390px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer h3 { margin-bottom: 4px; color: var(--green); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid a { font-size: 14px; }
.footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgb(255 250 227 / .2); font-size: 12px; }

.reveal, .media-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.media-reveal { transform: scale(1.025); }
.reveal.is-visible, .media-reveal.is-visible { opacity: 1; transform: none; }

#process h2 { max-width: 900px; font-size: 52px; line-height: 56px; letter-spacing: -.78px; text-wrap: wrap; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 7px; margin-left: auto; border: 0; border-radius: 50%; background: var(--green); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
  .site-header > .button { margin-left: 14px; }
  .mobile-nav { position: fixed; top: 0; right: 0; display: flex; width: min(420px, 100%); height: 100svh; flex-direction: column; justify-content: center; gap: 24px; padding: 80px 40px; color: var(--cream); background: var(--ink); font-family: var(--display); font-size: 36px; transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .menu-open .mobile-nav { transform: translateX(0); }
  .menu-open .menu-toggle { position: relative; z-index: 2; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-card:last-child { grid-column: span 2; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; }
  .direct-card { min-height: 0; }
}

@media (max-width: 760px) {
  :root { --page-pad: 20px; --section-pad: 66px; --radius: 20px; }
  .site-header { top: 12px; min-height: 68px; padding: 8px 10px 8px 14px; }
  .site-header > .button { display: none; }
  .brand { width: 150px; }
  .brand img { height: 36px; }
  .hero { height: 125svh; min-height: 790px; }
  .hero__sticky { min-height: 620px; }
  .hero__veil { background: linear-gradient(0deg, rgb(35 31 32 / .9) 0%, rgb(35 31 32 / .53) 78%, rgb(35 31 32 / .62)); }
  .hero__video { object-position: 58% center; }
  .hero__copy { top: auto; bottom: 94px; transform: none; }
  .hero h1 { font-size: clamp(53px, 15.5vw, 72px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .scroll-cue { right: auto; bottom: 24px; left: var(--page-pad); }
  .intro__split, .custom__grid, .collaboration__copy, .quote-grid, .footer__grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 126px; }
  .portfolio__hero { height: 58vw; min-height: 260px; border-radius: 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card > img { height: 68vw; max-height: 360px; }
  .product-card > div { min-height: 0; }
  .benefit-grid, .process-grid, .industry-grid, .quality-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:last-child { min-height: 220px; grid-column: auto; }
  .custom__copy { min-height: 0; padding: 0 0 44px; }
  .custom__media { min-height: 440px; }
  .collaboration__media { height: 78vw; min-height: 370px; }
  .collaboration__copy .eyebrow { grid-column: auto; margin-bottom: -8px; }
  .process-card { height: auto; min-height: 190px; }
  .process-card h3 { white-space: normal; }
  #process h2 { font-size: clamp(40px, 12vw, 52px); line-height: 1.02; }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .final-cta__card { min-height: 400px; }
  .footer__grid { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero__video { display: none; }
  .hero__sticky { background: url("assets/media/hero-poster.jpg") center/cover; }
  .reveal, .media-reveal { opacity: 1; transform: none; }
}
