:root {
  --paper: #f5f3ee;
  --surface: #fffefa;
  --ink: #121212;
  --muted: #63625f;
  --line: #d8d5ce;
  --coral: #ff4e38;
  --cyan: #a8e4e5;
  --coral-soft: #ffe0d8;
  --cyan-soft: #dff5f2;
  --header: rgba(255, 254, 250, 0.78);
  --shadow: 0 24px 70px rgba(20, 20, 20, 0.1);
  --shadow-strong: 0 34px 90px rgba(20, 20, 20, 0.16);
}

[data-theme="dark"] {
  --paper: #11110f;
  --surface: #1a1916;
  --ink: #f6f3ec;
  --muted: #aaa69e;
  --line: #34322d;
  --coral-soft: #3a201a;
  --cyan-soft: #18302f;
  --header: rgba(17, 17, 15, 0.9);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --shadow-strong: 0 34px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background:
  radial-gradient(circle at 12% 18%, var(--cyan-soft), transparent 28rem),
  radial-gradient(circle at 88% 42%, var(--coral-soft), transparent 30rem),
  var(--paper);
  color: var(--ink); font: 400 16px/1.55 "Urbanist", Arial, sans-serif; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header::before { content: ""; position: absolute; inset: 12px 16px; z-index: -1; border: 1px solid rgba(18,18,18,.08); background: var(--header); box-shadow: 0 12px 38px rgba(20,20,20,.07); backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-color: transparent; }
.site-header.is-scrolled::before { border-color: var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: 0 18px 50px rgba(20,20,20,.12); }
.header-shell { height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { width: 70px; height: 54px; position: relative; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
[data-theme="dark"] .brand img { filter: invert(1); mix-blend-mode: screen; }
.header-links { display: flex; justify-content: center; gap: 30px; font-weight: 600; font-size: .9rem; }
.header-links a { position: relative; }
.header-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s; }
.header-links a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { border: 0; background: transparent; color: var(--ink); padding: 8px; font-weight: 700; cursor: pointer; }
.language-toggle span + span { margin-left: 3px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,254,250,.82); color: var(--ink); cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
[data-theme="dark"] .icon-button { background: rgba(26,25,22,.86); }
.icon-button:hover { transform: translateY(-2px); border-color: rgba(255,78,56,.55); }
.nav-toggle { display: none; }
.nav-toggle span { display: block; width: 17px; height: 1.5px; background: currentColor; transition: transform .2s; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); font-weight: 800; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 15px 28px rgba(18,18,18,.14); }
.button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.button-small { min-height: 40px; padding: 0 16px; font-size: .88rem; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: rgba(255,255,255,.72); color: #121212; border-color: rgba(18,18,18,.28); backdrop-filter: blur(10px); }
.button-white { background: #fff; color: #111; border-color: #fff; }

.hero { position: relative; min-height: min(820px, 94vh); display: flex; align-items: stretch; overflow: hidden; background: #f4f1ec; color: #111; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(90deg, rgba(248,246,241,.98) 0%, rgba(248,246,241,.9) 37%, rgba(248,246,241,.28) 68%, rgba(248,246,241,.05) 100%),
  linear-gradient(180deg, rgba(248,246,241,.28), rgba(248,246,241,0) 42%, rgba(18,18,18,.12)); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; height: 170px; background: linear-gradient(180deg, transparent, rgba(17,17,17,.2)); pointer-events: none; }
.hero-shell { position: relative; z-index: 2; padding-top: 156px; padding-bottom: 54px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-copy { width: min(690px, 62%); }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; font-size: .75rem; line-height: 1.2; letter-spacing: .11em; font-weight: 800; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.35rem, 6.2vw, 6.25rem); line-height: .92; letter-spacing: 0; font-weight: 900; text-wrap: balance; }
.hero-lead { max-width: 590px; margin: 26px 0 0; font-size: 1.12rem; line-height: 1.55; color: #393835; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-signal { align-self: flex-end; display: flex; gap: 26px; max-width: min(520px, 100%); padding: 16px 0 0; border-top: 1px solid rgba(18,18,18,.35); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-signal span { white-space: nowrap; }

.proof-strip { background: #111; color: #fff; }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid > div { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: 0 30px; border-left: 1px solid #343434; }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { font-size: 1rem; }
.proof-grid span { margin-top: 4px; color: #aaa; font-size: .86rem; }

.section { padding: 120px 0; position: relative; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .team-copy h2, .cta-layout h2, .booking-heading h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .98; letter-spacing: 0; font-weight: 900; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.04rem; }

.services-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.28)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 490px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: rgba(255,254,250,.88); box-shadow: var(--shadow); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,78,56,.42); box-shadow: var(--shadow-strong); }
.service-card-dark { background: var(--ink); color: var(--paper); }
.service-card-dark .service-number,
.service-card-dark p { color: #bdb8ae; }
.service-card-dark ul { border-color: rgba(255,255,255,.2); }
.service-number { font-size: .75rem; font-weight: 800; color: var(--muted); }
.service-icon { width: 74px; height: 74px; margin: 54px 0 36px; display: grid; place-items: center; border: 1px solid currentColor; background: color-mix(in srgb, var(--coral) 8%, transparent); color: var(--coral); font-size: 2.5rem; transition: transform .28s ease; }
.service-card:hover .service-icon { transform: rotate(-4deg) scale(1.04); }
.service-card h3 { margin: 0; font-size: 1.65rem; line-height: 1.08; }
.service-card p { color: var(--muted); }
.service-card ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { padding: 6px 0; font-size: .9rem; }
.service-card li::before { content: "+"; margin-right: 9px; color: var(--coral); }

.work-section { background: #111; color: #fff; overflow: hidden; }
.work-section::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(circle at 20% 10%, rgba(168,228,229,.2), transparent 30rem),
  radial-gradient(circle at 86% 20%, rgba(255,78,56,.24), transparent 26rem); pointer-events: none; }
.work-section > .container { position: relative; z-index: 1; }
.work-section .section-heading p { color: #aaa; }
.work-section .eyebrow { color: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { display: flex; flex-direction: column; background: rgba(27,27,27,.88); border: 1px solid #333; box-shadow: 0 28px 80px rgba(0,0,0,.24); transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.project-card:hover { transform: translateY(-8px); border-color: rgba(255,121,102,.6); background: #202020; }
.project-visual { height: 250px; position: relative; overflow: hidden; background: #efede7; color: #111; }
.project-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 50%, rgba(0,0,0,.12)); pointer-events: none; }
.visual-dashboard { display: grid; grid-template-columns: 1.35fr 1fr; gap: 10px; padding: 34px; }
.visual-dashboard span { border: 1px solid #111; background: #fff; }
.visual-dashboard span:first-child { grid-row: span 2; background: #ff5a43; }
.visual-dashboard span:last-child { grid-column: span 2; height: 35px; background: #a8e4e5; }
.visual-harsa { display: grid; place-items: center; background: #cbe4df; }
.visual-harsa span { z-index: 1; font-size: 7rem; font-weight: 900; line-height: 1; }
.visual-harsa i { position: absolute; width: 70%; height: 58%; border: 2px solid #111; transform: rotate(10deg); }
.visual-harsa i:last-child { transform: rotate(-10deg); background: rgba(255,78,56,.55); }
.visual-menu { padding: 42px; background: #f5d6cc; }
.visual-menu span { font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.visual-menu strong { display: block; width: 70%; margin: 18px 0 34px; font-size: 2rem; line-height: 1; }
.visual-menu i { display: block; height: 1px; margin: 15px 0; background: #111; }
.visual-menu i:nth-of-type(2) { width: 76%; }.visual-menu i:nth-of-type(3) { width: 52%; }
.project-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.project-meta { display: flex; justify-content: space-between; gap: 10px; color: #aaa; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.project-body h3 { margin: 28px 0 10px; font-size: 1.65rem; line-height: 1.08; }
.project-body > p { margin: 0; color: #aaa; }
.project-body dl { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0; padding: 18px 0; border-block: 1px solid #333; }
.project-body dl div + div { padding-left: 14px; border-left: 1px solid #333; }
.project-body dt { color: #888; font-size: .67rem; text-transform: uppercase; }
.project-body dd { margin: 4px 0 0; font-size: .83rem; }
.project-body a { margin-top: auto; font-weight: 800; color: #ff7966; }

.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-layout .section-heading { position: sticky; top: 120px; align-self: start; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, border-color .25s ease; }
.process-list li:hover { padding-left: 12px; border-color: rgba(255,78,56,.42); }
.process-list > li > span { color: var(--coral); font-weight: 800; }
.process-list h3 { margin: 0; font-size: 1.55rem; }
.process-list p { margin: 8px 0 0; color: var(--muted); }

.team-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.24), transparent); }
.team-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.team-mark { aspect-ratio: 1; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--cyan); color: #111; box-shadow: var(--shadow-strong); }
.team-mark img { z-index: 1; width: 155%; max-width: none; transform: translate(-18%, -18%); mix-blend-mode: multiply; }
.team-mark i { position: absolute; width: 78%; height: 42%; border: 3px solid #111; transform: rotate(25deg); }
.team-mark i:last-child { background: rgba(255,78,56,.7); transform: rotate(-25deg); }
.team-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.role-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.role-list span { padding: 9px 12px; border: 1px solid var(--line); background: rgba(255,254,250,.58); font-size: .82rem; font-weight: 700; }

.cta-section { padding: 92px 0; background:
  linear-gradient(135deg, rgba(255,255,255,.32), transparent 38%),
  var(--coral); color: #111; }
.cta-layout { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.cta-layout h2 { max-width: 820px; }
.cta-layout p:last-child { max-width: 620px; }

.site-footer { padding: 70px 0 22px; background: #0b0b0b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; padding-bottom: 70px; }
.footer-brand { display: block; width: 140px; height: 108px; overflow: hidden; }
.footer-brand img { width: 155%; max-width: none; transform: translate(-18%, -23%); filter: invert(1); mix-blend-mode: screen; }
.footer-grid h2 { margin: 0 0 18px; color: #777; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { color: #888; }
.footer-grid a:hover, .footer-bottom a:hover { color: #ff7966; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #292929; color: #777; }

.booking-page { padding-top: 82px; }
.booking-hero { min-height: 470px; position: relative; display: flex; align-items: center; overflow: hidden; color: #111; background: #f4f1ec; }
.booking-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .75; }
.booking-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,246,241,.98), rgba(248,246,241,.73) 62%, transparent); }
.booking-heading { position: relative; z-index: 1; padding-block: 80px; }
.booking-heading h1 { max-width: 800px; }
.booking-heading > p:last-child { max-width: 620px; font-size: 1.06rem; }
.booking-content { padding: 90px 0 120px; }
.booking-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.booking-aside { position: sticky; top: 110px; }
.booking-aside ol { margin: 40px 0; padding: 0; list-style: none; }
.booking-aside li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.booking-aside li > span { color: var(--coral); font-weight: 800; }.booking-aside strong { font-size: .98rem; }.booking-aside p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.contact-note { display: flex; flex-direction: column; padding: 20px; background: var(--surface); border: 1px solid var(--line); }.contact-note span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }.contact-note a { margin-top: 5px; font-weight: 700; }
.booking-card { padding: 40px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.booking-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: grid; gap: 8px; font-weight: 700; font-size: .88rem; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; padding: 12px 14px; background: var(--paper); color: var(--ink); }
.booking-form textarea { min-height: 150px; resize: vertical; }
.consent-row { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 500 !important; }.consent-row input { min-height: 18px; width: 18px; margin: 2px 0 0; accent-color: var(--coral); }
.form-note, .form-success { margin: 0; color: var(--muted); font-size: .82rem; }.form-success { padding: 12px; border-left: 3px solid var(--coral); background: var(--paper); color: var(--ink); }
.booking-form .button { justify-self: start; border: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@supports (content-visibility: auto) {
  .section, .proof-strip, .cta-section, .site-footer, .booking-content {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
}

@media (max-width: 980px) {
  .header-links, .desktop-cta { display: none; }.header-shell { grid-template-columns: 1fr auto; }.nav-toggle { display: grid; }
  .mobile-nav { position: fixed; inset: 82px 16px auto; display: flex; visibility: hidden; opacity: 0; transform: translateY(-12px); flex-direction: column; padding: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); transition: .2s; }.mobile-nav.is-open { visibility: visible; opacity: 1; transform: none; }.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.2rem; font-weight: 800; }
  .hero-copy { width: 74%; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.service-card ul { margin-top: 50px; }
  .project-grid { grid-template-columns: 1fr 1fr; }.project-card:last-child { grid-column: span 2; }.project-card:last-child .project-visual { height: 330px; }
  .process-layout, .team-layout, .booking-layout { grid-template-columns: 1fr; gap: 60px; }.process-layout .section-heading, .booking-aside { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }.site-header, .header-shell { height: 70px; }.site-header::before { inset: 8px 10px; }.brand { width: 58px; height: 46px; }.mobile-nav { top: 70px; inset-inline: 10px; }.language-toggle { display: none; }
  .hero { min-height: 730px; }.hero-shell { padding-top: 118px; padding-bottom: 32px; }.hero::before { background: linear-gradient(180deg, rgba(248,246,241,.98) 0%, rgba(248,246,241,.88) 48%, rgba(248,246,241,.25) 100%); }.hero::after { height: 130px; background: linear-gradient(180deg, transparent, rgba(17,17,17,.16)); }.hero-art { object-position: 62% center; }.hero-copy { width: 100%; }.hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }.hero-lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-signal { align-self: stretch; justify-content: space-between; gap: 8px; font-size: .6rem; }
  .proof-grid { grid-template-columns: 1fr; padding: 16px 0; }.proof-grid > div, .proof-grid > div:first-child { min-height: auto; padding: 16px 0; border-left: 0; border-top: 1px solid #333; }.proof-grid > div:first-child { border-top: 0; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .team-copy h2, .cta-layout h2, .booking-heading h1 { font-size: 2.8rem; }
  .service-card { padding: 24px; }.service-icon { margin: 38px 0 28px; }.project-grid { grid-template-columns: 1fr; }.project-card:last-child { grid-column: auto; }.project-visual, .project-card:last-child .project-visual { height: 230px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 14px; }.team-layout { gap: 40px; }.cta-layout { grid-template-columns: 1fr; gap: 30px; }.cta-layout .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-bottom { gap: 15px; flex-direction: column; }
  .booking-page { padding-top: 70px; }.booking-hero { min-height: 470px; }.booking-content { padding: 60px 0 80px; }.booking-card { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; }.booking-form .button { width: 100%; }.booking-aside { order: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
