:root {
  --yellow: #ffc107;
  --black: #1a1a1a;
  --white: #ffffff;
  --gray: #e8e8e3;
  --muted: #686864;
  --line: rgba(17, 17, 17, 0.14);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .brand { font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -0.045em; line-height: 1.03; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); max-width: 13ch; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.5rem); max-width: 15ch; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(74px, 9vw, 132px) 0; }
.section--soft { background: #f1f1ed; }
.section--black { background: var(--black); color: var(--white); }
.eyebrow { margin-bottom: 16px; font-size: .74rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--yellow { color: var(--yellow); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--black); font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffd75b; }
.button--small { min-height: 42px; padding-inline: 18px; }
.button--ghost { border-color: var(--black); background: transparent; }
.button--ghost-light { border-color: rgba(255,255,255,.55); color: var(--white); }
.button--ghost-light:hover { border-color: var(--yellow); color: var(--black); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; border-bottom: 2px solid var(--yellow); font-weight: 800; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand__icon { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }
.brand__wordmark { width: 154px; height: auto; object-fit: contain; }
.brand--light { padding: 7px 12px 7px 7px; border-radius: 12px; background: var(--white); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; font-size: .92rem; font-weight: 700; }
.site-nav a:hover { color: #a87700; }
.header-booking-link { border-bottom: 2px solid var(--yellow); font-size: .88rem; font-weight: 800; }
.nav-toggle { display: none; border: 1px solid var(--black); border-radius: 999px; background: transparent; padding: 8px 14px; font-weight: 800; }

.hero { padding: clamp(82px, 10vw, 150px) 0; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.hero h1 { margin-bottom: 28px; }
.hero__lead { max-width: 630px; color: #42423e; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero__system { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero__system::before { position: absolute; z-index: -1; width: 180px; height: 180px; right: -55px; top: -50px; border-radius: 50%; background: var(--yellow); content: ""; }
.system-card { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.system-card span { grid-row: 1 / 3; align-self: center; color: #a87700; font-weight: 900; }
.system-card strong { font-family: Montserrat, sans-serif; }
.system-card small { color: var(--muted); }
.system-card--accent { border-color: var(--yellow); background: var(--yellow); }
.system-card--accent span { color: var(--black); }
.system-arrow { height: 25px; display: grid; place-items: center; font-weight: 900; }
.trust-strip { border-block: 1px solid var(--line); background: var(--black); color: var(--white); }
.trust-strip__inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span::before { margin-right: 10px; color: var(--yellow); content: "●"; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--with-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: clamp(36px, 7vw, 90px); }
.section-heading--with-copy > p, .section-copy { margin: 0; color: var(--muted); }
.section-copy p:last-child { margin-bottom: 0; }
.section-action { margin: 42px 0 0; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-card__image { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: var(--gray); }
.work-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.work-card:hover .work-card__image img { transform: scale(1.025); }
.work-card__placeholder { font-weight: 900; letter-spacing: .08em; }
.work-card__body { padding: 26px; }
.work-card__body h3 { margin-bottom: 12px; }
.work-card__body p:not(.eyebrow) { color: var(--muted); }
.work-card__note { padding-top: 15px; border-top: 1px solid var(--line); font-size: .9rem; }
.work-card__note strong { color: var(--black); }
.service-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card ul, .price-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li, .price-card li { position: relative; margin: 10px 0; padding-left: 23px; }
.service-card li::before, .price-card li::before { position: absolute; left: 0; color: #b58000; content: "✓"; font-weight: 900; }
.service-fit { margin-top: 22px; padding: 17px 18px; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; background: #f6f6f2; }
.service-fit p { margin: 0; color: #454541; font-size: .92rem; }
.service-fit p + p { margin-top: 12px; }
.service-fit span { display: block; margin-bottom: 2px; color: var(--black); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-card { display: flex; min-height: 470px; flex-direction: column; }
.price-card--featured { border: 2px solid var(--yellow); box-shadow: 0 18px 50px rgba(255, 201, 40, .2); }
.price-card .button { margin-top: auto; }
.price { margin: 22px 0 0; font-family: Montserrat, sans-serif; font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; }
.price-note { color: var(--muted); }
.badge { position: absolute; right: 20px; top: 20px; padding: 6px 11px; border-radius: 999px; background: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.about-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.about-grid h2 { margin-bottom: 0; }
.about-grid > p { margin-bottom: 0; color: #cfcfca; font-size: 1.25rem; }
.about-copy { color: #cfcfca; font-size: 1.06rem; }
.about-copy p:last-child { margin-bottom: 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.why-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.why-grid span { color: #9d7300; font-weight: 900; }
.why-grid h3 { margin: 30px 0 12px; font-size: 1.35rem; }
.why-grid p { margin-bottom: 0; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.team-grid--dark { margin-top: 60px; }
.team-card { display: flex; align-items: center; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--black); }
.team-grid--dark .team-card { border-color: rgba(255,255,255,.18); background: #1b1b1b; color: var(--white); }
.team-card__initials { width: 68px; height: 68px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 20px; background: var(--yellow); color: var(--black); font-family: Montserrat, sans-serif; font-size: 1.15rem; font-weight: 900; }
.team-card h3 { margin-bottom: 5px; }
.team-card p { margin-bottom: 0; color: var(--muted); }
.team-grid--dark .team-card p { color: #bdbdb8; }
.team-card--large { align-items: flex-start; padding: 34px; }
.team-card--large .team-card__initials { width: 84px; height: 84px; border-radius: 24px; }
.team-card__role { margin-bottom: 14px !important; color: #9d7300 !important; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-more { margin: 35px 0 0; }
.text-link--light { color: var(--white); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-story h2 { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.values-grid article { border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; }
.values-grid span { color: var(--yellow); font-weight: 900; }
.values-grid h3 { margin: 24px 0 10px; }
.values-grid p { color: #bdbdb8; }
.contact-preview__grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.contact-preview h2 { margin-bottom: 24px; }
.contact-preview p:last-child { max-width: 680px; color: var(--muted); }
.contact-preview__actions { display: flex; flex-direction: column; gap: 12px; }
.contact-hero__grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.contact-direct { padding: 26px; border-left: 5px solid var(--yellow); background: white; }
.contact-layout { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(45px,7vw,100px); align-items: start; }
.inquiry-form-wrap { padding: clamp(26px,4vw,46px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.inquiry-form p { margin-bottom: 22px; }
.inquiry-form label { display: block; margin-bottom: 7px; font-weight: 800; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid #c9c9c4; border-radius: 12px; background: var(--white); padding: 13px 14px; color: var(--black); }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: #ad7900; outline: 3px solid rgba(255,201,40,.3); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-privacy { color: var(--muted); font-size: .82rem; }
.form-notice { margin-bottom: 24px; padding: 15px 18px; border-radius: 12px; }
.form-notice--success { border: 1px solid #5b9b63; background: #ecf8ed; }
.form-notice--error { border: 1px solid #bd5d5d; background: #fff0f0; }
.booking-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(30px,5vw,60px); border: 1px solid var(--line); border-radius: 28px; background: white; }
.booking-card h2 { margin-bottom: 18px; }
.booking-card p:last-child { max-width: 700px; color: var(--muted); }

.page-hero, .case-hero { padding: clamp(78px, 10vw, 140px) 0; border-bottom: 1px solid var(--line); }
.page-hero--compact { padding-block: 70px; }
.page-hero h1 { margin-bottom: 24px; }
.page-hero > .container > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.2rem; }
.filter-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-list a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 750; }
.filter-list a:hover, .filter-list a.is-active { border-color: var(--yellow); background: var(--yellow); }
.case-hero__grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; }
.case-hero__lead { max-width: 680px; color: var(--muted); font-size: 1.25rem; }
.project-facts { margin: 0; }
.project-facts div { padding: 16px 0; border-top: 1px solid var(--line); }
.project-facts dt { font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project-facts dd { margin: 4px 0 0; }
.showcase-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(30px, 7vw, 90px); align-items: end; margin-bottom: 42px; }
.showcase-heading h2 { max-width: 780px; margin-bottom: 0; }
.showcase-heading > p { margin: 0; color: var(--muted); }
.browser-frame { overflow: hidden; border: 10px solid #242424; border-radius: 18px; background: #242424; box-shadow: var(--shadow); }
.browser-frame__bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #d4d4d0; font-size: .7rem; }
.browser-frame__bar i { width: 8px; height: 8px; border-radius: 50%; background: #777; }
.browser-frame__bar span { margin-left: auto; }
.showcase-browser { margin: 0; }
.showcase-browser--half-canvas { width: min(740px, 100%); margin-inline: auto; }
.desktop-page-preview { height: min(72vh, 760px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: white; scrollbar-color: var(--yellow) #222; }
.desktop-page-preview img { display: block; width: 100%; height: auto; }
.showcase-browser--half-canvas .desktop-page-preview img { width: 200%; max-width: none; }
.project-showcase figcaption { margin-top: 12px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-frame { width: min(430px, 100%); margin-inline: auto; padding: 12px; border: 9px solid #222; border-radius: 42px; background: #222; box-shadow: var(--shadow); }
.phone-frame__notch { width: 100px; height: 18px; margin: -4px auto 9px; border-radius: 999px; background: #050505; }
.mobile-preview { height: min(70vh, 680px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border-radius: 25px; background: white; scrollbar-color: var(--yellow) #222; }
.mobile-preview img { display: block; width: 100%; max-width: 100%; height: auto; }
.showcase-mobile { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: clamp(45px, 9vw, 130px); align-items: center; margin-top: clamp(65px, 10vw, 120px); padding: clamp(30px, 6vw, 80px); border: 1px solid var(--line); border-radius: 28px; background: white; }
.showcase-mobile__copy { max-width: 570px; }
.showcase-mobile__copy h3, .showcase-cta h3 { margin-bottom: 16px; font-family: Montserrat, sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; }
.showcase-mobile__copy p:last-child, .showcase-cta p:last-child { color: var(--muted); }
.showcase-mobile figure { margin: 0; text-align: center; }
.showcase-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; margin-top: clamp(45px, 7vw, 80px); padding: clamp(28px, 5vw, 52px); border-radius: 24px; background: var(--yellow); }
.showcase-cta p:last-child { margin-bottom: 0; color: #4a3a00; }
.results-section h2 { max-width: 760px; }
.results-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.result-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.result-card p { min-height: 38px; margin-bottom: 20px; color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-card strong { display: block; font-family: Montserrat, sans-serif; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1; letter-spacing: -.045em; }
.result-card small { display: block; margin-top: 14px; color: var(--muted); line-height: 1.4; }
.proof-gallery { display: grid; gap: 26px; margin-top: 60px; }
.proof-gallery figure { margin: 0; }
.proof-gallery img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.proof-gallery figcaption { margin-top: 10px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-content { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 70px; align-items: start; }
.prose { max-width: 760px; }
.prose > * + * { margin-top: 1.25em; }
.prose h2 { margin-top: 1.5em; }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 2.25em 0 .7em; font-size: clamp(1.45rem, 2.4vw, 2rem); letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #454541; }
.legal-content ul { padding-left: 1.35em; }
.legal-content li + li { margin-top: .55em; }
.legal-content a { border-bottom: 1px solid #b58000; font-weight: 650; }
.legal-content a:hover { border-color: var(--black); color: #8a6200; }
.highlight-card { position: sticky; top: 110px; padding: 28px; border-left: 5px solid var(--yellow); border-radius: 0 var(--radius) var(--radius) 0; background: var(--black); color: white; }
.highlight-card p:last-child { margin-bottom: 0; }
.media-grid { columns: 3 260px; column-gap: 18px; margin-top: 36px; }
.media-grid figure { margin: 0 0 18px; break-inside: avoid; overflow: hidden; border-radius: 16px; background: white; }
.media-grid img { width: 100%; height: auto; }
.media-grid figcaption { padding: 12px 14px 14px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 36px; }
.video-grid video { width: 100%; max-height: 720px; border-radius: 22px; background: var(--black); }

.site-footer { padding: 90px 0 28px; background: var(--black); color: var(--white); }
.site-footer--compact { padding-top: 28px; }
.footer-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding-bottom: 70px; }
.footer-cta h2 { margin-bottom: 0; }
.footer-cta__actions { justify-content: flex-end; margin-top: 0; }
.footer-bottom { min-height: 80px; display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: #b6b6b1; font-size: .85rem; }
.footer-bottom p { margin: 0; }
.footer-bottom__legal { display: flex; align-items: end; gap: 28px; text-align: right; }
.footer-privacy-link { border-bottom: 1px solid rgba(255,255,255,.45); color: var(--white); font-weight: 700; }
.footer-privacy-link:hover { border-color: var(--yellow); color: var(--yellow); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; display: none; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav__list { flex-direction: column; align-items: flex-start; }
  .hero__grid, .case-hero__grid, .about-grid, .about-story, .case-content, .contact-hero__grid, .contact-layout, .contact-preview__grid, .showcase-heading, .showcase-mobile, .section-heading--with-copy { grid-template-columns: 1fr; }
  .hero__system { max-width: 550px; }
  .service-grid, .pricing-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-strip__inner { padding-block: 20px; flex-wrap: wrap; justify-content: flex-start; }
  .highlight-card { position: static; }
  .footer-cta { grid-template-columns: 1fr; align-items: start; }
  .footer-cta__actions { justify-content: flex-start; }
  .contact-preview__actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(2.45rem, 12.5vw, 3.2rem); line-height: .98; }
  h2 { font-size: 2.4rem; }
  .section { padding-block: 72px; }
  .work-grid, .service-grid, .pricing-grid, .video-grid, .team-grid, .values-grid, .form-grid, .booking-card, .results-grid, .why-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .showcase-cta { grid-template-columns: 1fr; }
  .work-card__body, .service-card, .price-card { padding: 24px; }
  .site-header__inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .brand__icon { width: 38px; height: 38px; }
  .brand__wordmark { width: 132px; }
  .hero { padding-top: 70px; }
  .hero__system { padding: 18px; }
  .case-content { gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom__legal { align-items: flex-start; flex-direction: column; gap: 12px; text-align: left; }
  .team-card, .team-card--large { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* Desktop typography refinement */
@media (min-width: 901px) {
  h1 { font-size: clamp(2.85rem, 5.2vw, 5.25rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
  h2 { font-size: clamp(2.05rem, 3.5vw, 3.6rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
  h3, h4 { font-weight: 700; letter-spacing: -.03em; line-height: 1.12; }
}


@media (min-width: 901px) { h1, h2, h3, h4 { font-weight: 600; } }
