:root {
  --ink: #0b0d0e;
  --ink-soft: #191c1d;
  --paper: #f5f5f1;
  --white: #ffffff;
  --green: #9aca3c;
  --line: rgba(11, 13, 14, 0.16);
  --line-light: rgba(255, 255, 255, 0.2);
  --muted: #626768;
  --container: 1240px;
  --header: 82px;
  --ease: cubic-bezier(.2,.75,.25,1);
}
[data-language-content][hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-pad { padding: 122px 0; }

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  background: rgba(245, 245, 241, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; }
.brand-mark {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--ink);
  border: 1px solid rgba(11,13,14,.18);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-wordmark { display: grid; line-height: .9; letter-spacing: .07em; }
.brand-wordmark strong { font-size: 18px; font-weight: 850; }
.brand-wordmark span { margin-top: 5px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a {
  position: relative;
  padding: 31px 0 28px;
  color: #3c4142;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .035em;
}
.desktop-nav a::after {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transition: width .25s var(--ease);
}
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { width: 100%; }
.services-nav-menu { position: relative; align-self: stretch; display: flex; align-items: center; }
.services-nav-trigger {
  min-height: 44px; padding: 0; display: inline-flex; align-items: center; gap: 7px;
  border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px;
  font-weight: 750; letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
}
.services-nav-trigger::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.services-nav-trigger:hover::after, .services-nav-trigger.is-current::after, .services-nav-trigger[aria-expanded="true"]::after { transform: scaleX(1); }
.services-chevron { margin-top: -3px; font-size: 14px; transition: transform .2s; }
.services-nav-trigger[aria-expanded="true"] .services-chevron { transform: rotate(180deg); }
.services-nav-dropdown {
  position: absolute; z-index: 30; top: calc(100% - 4px); left: -24px; width: 300px; padding: 10px;
  visibility: hidden; opacity: 0; transform: translateY(8px); background: #fff; color: var(--ink);
  border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(4,8,8,.16); transition: .2s var(--ease);
}
.services-nav-trigger[aria-expanded="true"] + .services-nav-dropdown,
.services-nav-menu:focus-within .services-nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.services-nav-dropdown a { min-height: 70px; padding: 12px 10px; display: grid; grid-template-columns: 28px 1fr; align-content: center; gap: 2px 8px; border-bottom: 1px solid var(--line); }
.services-nav-dropdown a:last-child { border-bottom: 0; }
.services-nav-dropdown a::after { display: none; }
.services-nav-dropdown a > span { grid-row: 1 / 3; color: var(--green); font-size: 10px; }
.services-nav-dropdown strong { font-size: 14px; letter-spacing: .02em; }
.services-nav-dropdown small { color: var(--muted); font-size: 11px; letter-spacing: 0; text-transform: none; }
.services-nav-dropdown a:hover { background: #f3f5f0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-instagram {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  transition: background .2s, color .2s, border-color .2s;
}
.nav-instagram:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.nav-instagram svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-instagram .instagram-dot { fill: currentColor; stroke: none; }
.language-toggle { display: flex; align-items: center; gap: 5px; color: #a0a3a3; font-size: 11px; font-weight: 800; }
.lang-btn { border: 0; padding: 6px 2px; background: none; color: #979a9b; cursor: pointer; }
.lang-btn.is-active { color: var(--ink); }
.nav-phone {
  padding: 12px 18px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  transition: .22s ease;
}
.nav-phone:hover { background: var(--ink); color: var(--white); }
.phone-dot { display: none; }
.phone-menu { position: relative; }
.phone-menu-trigger { display: flex; align-items: center; gap: 10px; background: transparent; cursor: pointer; }
.phone-menu-trigger svg { width: 14px; height: 14px; transition: transform .22s var(--ease); }
.phone-menu-trigger[aria-expanded="true"] { background: var(--ink); color: var(--white); }
.phone-menu-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.phone-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 226px;
  padding: 7px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.phone-menu-trigger[aria-expanded="true"] + .phone-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.phone-dropdown a { display: flex; align-items: center; gap: 12px; padding: 12px; color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.phone-dropdown a:hover { background: #eeeee9; }
.phone-option-mark { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; }
.phone-option-mark svg { width: 15px; height: 15px; fill: currentColor; }
.phone-dropdown a:first-child .phone-option-mark { background: #20bd67; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--ink); }
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 18px 32px 30px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 700; }
.mobile-menu .mobile-menu-phone { margin-top: 16px; padding: 14px 18px; background: var(--ink); color: var(--white); text-align: center; }
.mobile-services-trigger { width: 100%; min-height: 48px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 16px; font-weight: 700; cursor: pointer; }
.mobile-services-links { padding: 6px 0 10px 16px; border-bottom: 1px solid var(--line); }
.mobile-services-links a { min-height: 58px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; }
.mobile-services-links small { color: var(--muted); font-size: 11px; font-weight: 500; }

.executive-hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}
.executive-hero-image,
.executive-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.executive-hero-video {
  pointer-events: none;
  filter: saturate(.72) contrast(1.06);
}
.executive-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,6,6,.93) 0%, rgba(4,6,6,.76) 45%, rgba(4,6,6,.18) 78%, rgba(4,6,6,.4) 100%),
              linear-gradient(0deg, rgba(4,6,6,.7) 0%, transparent 42%);
}
.executive-hero-content { position: relative; z-index: 2; padding: 110px 0 165px; }
.hero-kicker, .section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-kicker > span:first-child { width: 34px; height: 1px; background: var(--green); }
.executive-hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(68px, 8.7vw, 132px);
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.executive-hero h1 em, h1 em, h2 em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}
.executive-hero h1 em { display: inline-block; margin-left: .45em; letter-spacing: -.05em; }
.executive-hero-content > p {
  max-width: 615px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  min-height: 55px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s var(--ease), background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary, .button-lime, .button-orange { background: var(--green); color: var(--ink); }
.button-primary:hover, .button-lime:hover, .button-orange:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-proof {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--line-light);
  background: rgba(7,9,9,.6);
  backdrop-filter: blur(14px);
}
.hero-proof-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-proof-inner div { min-height: 100px; padding: 25px 30px; border-left: 1px solid var(--line-light); display: grid; gap: 7px; }
.hero-proof-inner div:last-child { border-right: 1px solid var(--line-light); }
.hero-proof-inner strong { font-size: 13px; letter-spacing: .03em; }
.hero-proof-inner span { color: rgba(255,255,255,.55); font-size: 12px; }

.signature-intro { background: var(--paper); }
.signature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.signature-grid h2, .section-heading h2, .contact-luxury h2, .page-hero h1, .about-hero h1, .detail-copy h2, .about-story h2, .values-section h2, .service-bottom-cta h2, .about-cta h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 74px);
  line-height: .98;
  letter-spacing: -.055em;
}
.signature-grid h2 span, .section-heading h2 span, .contact-luxury h2 span, .detail-copy h2 span, .about-story h2 span {
  color: #697071;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.signature-copy p, .section-heading > p, .contact-luxury-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.text-link, .underlined-link {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .2s, border-color .2s;
}
.text-link:hover, .underlined-link:hover { color: #719628; border-color: var(--green); }

.service-showcase { padding-top: 0; background: var(--paper); }
.section-heading, .section-topline {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 55px;
}
.section-heading > p, .section-topline > p { max-width: 410px; }
.section-heading .text-link { flex: 0 0 auto; margin-bottom: 7px; }
.service-editorial-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: repeat(2, 320px);
  gap: 12px;
}
.service-editorial-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  color: var(--white);
}
.service-editorial-large { grid-row: 1 / 3; }
.service-editorial-card img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-editorial-card:hover img { transform: scale(1.035); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,6,6,.91) 0%, rgba(4,6,6,.1) 70%); }
.service-number { position: absolute; top: 20px; right: 22px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-editorial-copy { position: absolute; inset: auto 28px 28px; display: grid; gap: 8px; }
.service-editorial-copy small { width: fit-content; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.service-editorial-copy strong { font-size: clamp(23px, 2.3vw, 37px); letter-spacing: -.035em; }
.service-editorial-copy > span { max-width: 420px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }

.work-section { background: var(--ink); color: var(--white); }
.section-heading-light .section-label { color: var(--green); }
.section-heading-light h2 span { color: rgba(255,255,255,.58); }
.section-heading-light > p { color: rgba(255,255,255,.58); }
.real-work-feature {
  position: relative;
  width: min(100%, 1040px);
  margin-inline: auto;
  overflow: hidden;
  background: var(--ink-soft);
}
.real-work-feature video { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.real-work-feature::after { position: absolute; inset: 50% 0 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgba(4,6,6,.92), transparent); }
.real-work-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.real-work-caption > span:first-child { display: grid; gap: 8px; }
.real-work-caption small { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.real-work-caption strong { font-size: clamp(24px, 3vw, 42px); letter-spacing: -.04em; }
.real-work-caption > span:last-child { color: rgba(255,255,255,.62); font-size: 13px; }
.real-work-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.real-work-card { position: relative; height: 390px; margin: 0; overflow: hidden; background: var(--ink-soft); }
.real-work-card img, .real-work-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .3s; }
.real-work-card video { object-fit: contain; }
.real-work-card-complete img { object-position: center 48%; }
.real-work-card::after { position: absolute; inset: 45% 0 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgba(4,6,6,.9), transparent); }
.real-work-card:hover img { transform: scale(1.025); }
.real-work-card figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 6px; }
.real-work-card figcaption strong { font-size: 18px; }
.real-work-card figcaption span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.instagram-project-link { width: fit-content; margin: 32px 0 0 auto; padding-bottom: 8px; display: flex; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.5); color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.instagram-project-link:hover { color: var(--green); border-color: var(--green); }

.process-luxury { background: var(--white); }
.process-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-line article { min-height: 280px; padding: 34px 34px 38px 0; }
.process-line article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.process-line article > span { color: #719628; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.process-line h3 { margin: 55px 0 14px; font-size: 22px; letter-spacing: -.025em; }
.process-line p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-luxury { padding: 112px 0; background: var(--ink); color: var(--white); }
.contact-luxury-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.contact-luxury h2 span { color: var(--green); }
.contact-luxury-copy > p { color: rgba(255,255,255,.62); }
.contact-luxury .button-ghost { min-width: 196px; }
.email-link { display: inline-block; margin-top: 24px; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; }

.site-footer { padding: 72px 0 30px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-meta { justify-self: end; display: grid; gap: 6px; color: var(--muted); font-size: 11px; text-align: right; }
.footer-main { display: grid; grid-template-columns: 1.15fr .55fr 1.3fr; gap: 72px; padding-bottom: 58px; }
.footer-brand { align-self: start; }
.footer-brand > p { max-width: 340px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-nav, .footer-blog-list { display: grid; align-content: start; gap: 0; }
.footer-nav > strong, .footer-blog-list > strong { margin-bottom: 18px; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a { width: fit-content; padding: 6px 0; color: var(--muted); font-size: 13px; }
.footer-nav a:hover { color: var(--ink); }
.footer-blog-list > a:not(.footer-all) { padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 650; line-height: 1.45; }
.footer-blog-list > a:not(.footer-all):hover { color: #719628; }
.footer-all { width: fit-content; margin-top: 17px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

/* Blog */
.blog-index-hero { padding: 108px 0 94px; background: var(--ink); color: var(--white); }
.blog-index-hero h1 { max-width: 900px; margin: 0; font-size: clamp(56px, 7vw, 100px); line-height: .92; letter-spacing: -.055em; }
.blog-index-hero p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.7; }
.blog-grid-section { background: var(--white); }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(11,13,14,.1); }
.blog-card-media { height: 250px; overflow: hidden; background: #ddd; }
.blog-card-media img { height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .65s var(--ease); }
.blog-card:hover img { transform: scale(1.025); }
.blog-card-copy { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.blog-category { color: #719628; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.blog-card h2 { margin: 18px 0 14px; font-size: 25px; line-height: 1.12; letter-spacing: -.035em; }
.blog-card p { margin: 0 0 26px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.blog-card .text-link { margin-top: auto; }

.article-hero { padding: 82px 0 64px; background: var(--ink); color: var(--white); }
.article-breadcrumb { margin-bottom: 52px; display: flex; gap: 9px; color: rgba(255,255,255,.52); font-size: 11px; }
.article-breadcrumb a:hover { color: var(--green); }
.article-hero h1 { max-width: 1000px; margin: 16px 0 0; font-size: clamp(50px, 6.2vw, 88px); line-height: .94; letter-spacing: -.055em; }
.article-hero p { max-width: 690px; margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.article-cover { width: min(calc(100% - 64px), 1120px); height: min(54vw, 540px); margin: 54px auto 0; overflow: hidden; background: #ddd; }
.article-cover img { height: 100%; object-fit: cover; filter: saturate(.78); }
.article-content-wrap { padding: 78px 0 112px; background: var(--white); }
.article-body { width: min(calc(100% - 64px), 780px); margin-inline: auto; }
.article-body .article-intro { margin: 0 0 42px; color: #34393a; font-size: 21px; line-height: 1.7; }
.article-body h2 { margin: 52px 0 16px; font-size: 33px; line-height: 1.12; letter-spacing: -.035em; }
.article-body h3 { margin: 32px 0 10px; font-size: 20px; }
.article-body p, .article-body li { color: #505657; font-size: 16px; line-height: 1.8; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li + li { margin-top: 8px; }
.article-callout { margin: 44px 0; padding: 28px 30px; border-left: 3px solid var(--green); background: var(--paper); }
.article-callout p { margin: 0; color: var(--ink); font-weight: 650; }
.article-cta { margin-top: 58px; padding-top: 34px; border-top: 1px solid var(--line); }
.article-cta h2 { margin-top: 0; }
.article-cta .button { margin-top: 12px; }

/* Inner pages */
.page-hero, .about-hero { padding: 96px 0; background: var(--ink); color: var(--white); }
.page-hero-grid, .about-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.page-hero h1, .about-hero h1 { font-size: clamp(54px, 7vw, 98px); }
.page-hero h1 em, .about-hero h1 em { color: var(--green); }
.page-hero p, .about-hero p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-mark { width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--green); }
.eyebrow-navy, .eyebrow-orange { color: #719628; }
.page-hero-image { position: relative; height: 460px; overflow: hidden; }
.page-hero-image::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.16); }
.page-hero-image img { height: 100%; object-fit: cover; filter: saturate(.7); }
.page-hero-image > span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 15px 18px; background: rgba(7,9,9,.82); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; backdrop-filter: blur(10px); }
.service-detail-list { background: var(--paper); }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 80px 0; border-bottom: 1px solid var(--line); }
.service-detail:first-child { padding-top: 0; }
.service-detail:last-child { padding-bottom: 0; border: 0; }
.service-detail-reverse .detail-image { order: 2; }
.detail-image { height: 560px; overflow: hidden; background: #ddd; }
.detail-image img { height: 100%; object-fit: cover; filter: saturate(.75); }
.detail-copy { position: relative; }
.detail-index { position: absolute; top: -25px; right: 0; color: rgba(11,13,14,.16); font-size: 80px; font-weight: 900; letter-spacing: -.07em; }
.detail-copy h2 { position: relative; margin-bottom: 25px; font-size: clamp(40px, 4vw, 62px); }
.detail-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.detail-copy ul { margin: 28px 0; padding: 0; list-style: none; }
.detail-copy li { padding: 13px 0 13px 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.detail-copy li:last-child { border-bottom: 1px solid var(--line); }
.detail-copy li::before { margin-left: -24px; margin-right: 13px; color: #719628; content: "✓"; font-weight: 900; }
.service-bottom-cta, .about-cta { padding: 90px 0; background: var(--ink); color: var(--white); }
.service-bottom-inner, .about-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.service-bottom-cta h2, .about-cta h2 { font-size: clamp(44px, 5vw, 72px); }

.about-mark-card { min-height: 470px; padding: 34px; display: grid; place-items: center; background: var(--paper); color: var(--ink); text-align: center; }
.about-mark-card img { width: min(245px, 70%); border-radius: 50%; }
.about-card-label { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.about-mark-card strong { font-size: 22px; line-height: 1.1; }
.about-story { background: var(--paper); }
.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.about-story-image { position: relative; height: 640px; }
.about-story-image img { height: 100%; object-fit: cover; filter: saturate(.7); }
.about-story-image span { position: absolute; right: 0; bottom: 0; padding: 18px 24px; background: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-story-copy h2 { margin-bottom: 28px; }
.about-story-copy p { color: var(--muted); line-height: 1.75; }
.values-section { background: var(--white); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article { min-height: 270px; padding: 30px; }
.values-grid article + article { border-left: 1px solid var(--line); }
.values-grid article > span { color: #719628; font-size: 11px; font-weight: 900; }
.values-grid h3 { margin: 50px 0 12px; font-size: 22px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* WhatsApp: platform green is a functional exception to the three-color site palette. */
.whatsapp-widget { position: fixed; z-index: 80; right: 26px; bottom: 26px; display: grid; justify-items: end; gap: 12px; }
.whatsapp-panel {
  position: relative;
  width: 270px;
  padding: 18px 20px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(11,13,14,.1);
  border-radius: 14px;
  box-shadow: 0 15px 50px rgba(0,0,0,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(.97);
  transform-origin: bottom right;
  animation: whatsappGreetingCycle 25s linear infinite;
}
.whatsapp-panel::after { position: absolute; right: 23px; bottom: -7px; width: 13px; height: 13px; content: ""; background: var(--white); border-right: 1px solid rgba(11,13,14,.1); border-bottom: 1px solid rgba(11,13,14,.1); transform: rotate(45deg); }
.whatsapp-panel p { margin: 0; color: #173246; font-size: 14px; font-weight: 600; line-height: 1.45; }
.whatsapp-float {
  position: relative;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  background: #20cf6b;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 11px 32px rgba(0,0,0,.2), 0 0 0 10px rgba(32,207,107,.12);
  animation: whatsappPulse 2.4s infinite;
}
.whatsapp-float::after { position: absolute; top: 2px; right: 1px; width: 12px; height: 12px; content: ""; background: #20cf6b; border: 3px solid var(--white); border-radius: 50%; }
.whatsapp-float svg { width: 35px; height: 35px; fill: var(--white); }
.whatsapp-float > span { display: none; }
@keyframes whatsappPulse {
  0%, 55%, 100% { box-shadow: 0 11px 32px rgba(0,0,0,.2), 0 0 0 9px rgba(32,207,107,.12), 0 0 0 0 rgba(32,207,107,.3); }
  75% { box-shadow: 0 11px 32px rgba(0,0,0,.2), 0 0 0 9px rgba(32,207,107,.08), 0 0 0 22px rgba(32,207,107,0); }
}
@keyframes whatsappGreetingCycle {
  0%, 20% { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
  22%, 100% { opacity: 0; visibility: hidden; transform: translateY(10px) scale(.97); }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .phone-menu { display: none; }
  .service-editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 300px 300px; }
  .service-editorial-large { grid-column: 1 / 3; grid-row: auto; }
  .page-hero-grid, .about-hero-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --header: 68px; }
  body { overflow-x: hidden; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section-pad { padding: 64px 0; }
  .nav-wrap { gap: 12px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-wordmark { display: none; }
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; gap: 10px; }
  .nav-instagram { width: 44px; height: 44px; }
  .language-toggle { min-height: 44px; gap: 3px; }
  .lang-btn { min-width: 30px; min-height: 44px; padding: 0; font-size: 12px; }
  .menu-toggle { width: 44px; height: 44px; display: block; padding: 0; }
  .mobile-menu { max-height: calc(100vh - var(--header)); padding: 10px 16px 20px; overflow-y: auto; box-shadow: 0 18px 40px rgba(11,13,14,.12); }
  .mobile-menu a { min-height: 48px; padding: 0; display: flex; align-items: center; }
  .mobile-menu .mobile-menu-phone { min-height: 50px; margin-top: 10px; padding: 0 16px; justify-content: center; }

  .executive-hero { min-height: 700px; align-items: start; }
  .executive-hero-image { object-position: 61% center; }
  .executive-hero-overlay { background: linear-gradient(90deg, rgba(4,6,6,.94), rgba(4,6,6,.38)), linear-gradient(0deg, rgba(4,6,6,.88), transparent 68%); }
  .executive-hero-content { padding: 64px 0 142px; }
  .hero-kicker, .section-label { margin-bottom: 17px; font-size: 10px; line-height: 1.35; }
  .executive-hero h1 { max-width: 620px; font-size: clamp(50px, 13vw, 74px); line-height: .88; }
  .executive-hero h1 em { margin-left: 0; }
  .executive-hero-content > p { max-width: 510px; margin-top: 22px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 25px; gap: 9px; }
  .hero-actions .button { min-height: 50px; }
  .hero-proof-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-proof-inner div { min-height: 102px; padding: 16px 10px; border-left: 1px solid var(--line-light); border-bottom: 0; align-content: center; }
  .hero-proof-inner div:first-child { border-left: 0; }
  .hero-proof-inner div:last-child { border-right: 0; }
  .hero-proof-inner strong { font-size: 11px; line-height: 1.25; }
  .hero-proof-inner span { font-size: 10px; line-height: 1.3; }

  .signature-grid, .contact-luxury-inner, .page-hero-grid, .about-hero-grid, .about-story-grid { grid-template-columns: 1fr; gap: 26px; }
  .signature-intro { padding: 58px 0 28px; }
  .signature-grid h2, .section-heading h2, .contact-luxury h2 { font-size: clamp(37px, 10.4vw, 48px); }
  .signature-copy p, .section-heading > p, .contact-luxury-copy > p { font-size: 16px; line-height: 1.65; }
  .text-link, .underlined-link { min-height: 44px; margin-top: 17px; padding: 0 0 4px; font-size: 12px; }

  section.service-showcase.section-pad { margin: 0; padding: 42px 0 64px; transform: none; }
  .section-heading, .section-topline { margin-bottom: 27px; align-items: start; flex-direction: column; gap: 14px; }
  .section-heading .text-link { min-height: 44px; margin: 0; }
  .service-editorial-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 218px); gap: 10px; }
  .service-editorial-large { grid-column: auto; grid-row: auto; }
  .service-editorial-card { min-height: 0; }
  .service-editorial-copy { right: 17px; bottom: 16px; left: 17px; gap: 4px; }
  .service-editorial-copy small { font-size: 9px; }
  .service-editorial-copy strong { font-size: 23px; line-height: 1.05; }
  .service-editorial-copy > span { font-size: 12px; line-height: 1.4; }
  .service-number { top: 14px; right: 15px; }

  .work-section .section-heading { margin-bottom: 30px; }
  .real-work-feature { margin-inline: 0; }
  .real-work-caption { right: 15px; bottom: 14px; left: 15px; align-items: start; flex-direction: column; gap: 5px; }
  .real-work-caption small { font-size: 9px; }
  .real-work-caption strong { font-size: clamp(21px, 6vw, 28px); }
  .real-work-caption > span:last-child { font-size: 10px; }
  .real-work-grid { margin: 10px -16px 0; padding: 0 16px 7px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .real-work-grid::-webkit-scrollbar { display: none; }
  .real-work-card, .real-work-card:last-child { width: min(78vw, 350px); height: 232px; flex: 0 0 min(78vw, 350px); scroll-snap-align: start; }
  .real-work-card figcaption { right: 16px; bottom: 15px; left: 16px; }
  .real-work-card figcaption strong { font-size: 17px; }
  .instagram-project-link { min-height: 44px; margin-top: 22px; }

  .process-line, .values-grid { grid-template-columns: 1fr; }
  .process-line article, .process-line article + article, .values-grid article { min-height: 0; padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .process-line article:last-child, .values-grid article:last-child { border-bottom: 0; }
  .process-line h3, .values-grid h3 { margin: 14px 0 9px; font-size: 20px; }
  .process-line p, .values-grid p { font-size: 15px; line-height: 1.6; }

  .contact-luxury { padding: 64px 0; }
  .contact-actions { margin-top: 24px; gap: 9px; }
  .contact-actions .button { min-height: 50px; }
  .email-link { max-width: 100%; min-height: 44px; margin-top: 14px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }

  .site-footer { padding-top: 46px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 24px; padding-bottom: 34px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-brand > p { margin-top: 16px; font-size: 14px; }
  .footer-nav > strong, .footer-blog-list > strong { margin-bottom: 10px; }
  .footer-nav a { min-height: 44px; padding: 0; display: flex; align-items: center; font-size: 14px; }
  .footer-blog-list > a:not(.footer-all) { min-height: 48px; padding: 11px 0; display: flex; align-items: center; font-size: 13px; }
  .footer-all { min-height: 44px; margin-top: 8px; display: flex; align-items: center; }
  .footer-bottom { padding-top: 22px; font-size: 11px; }

  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .blog-card-media { height: 100%; min-height: 270px; }
  .page-hero-image, .about-mark-card { height: 390px; min-height: 0; }
  .service-detail, .service-detail-reverse { grid-template-columns: 1fr; gap: 45px; }
  .service-detail-reverse .detail-image { order: 0; }
  .detail-image { height: 420px; }
  .about-story-image { height: 460px; }

  .whatsapp-widget { right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); gap: 7px; }
  .whatsapp-panel { width: min(180px, calc(100vw - 82px)); padding: 10px 12px; border-radius: 11px; }
  .whatsapp-panel::after { right: 17px; bottom: -5px; width: 9px; height: 9px; }
  .whatsapp-panel p { font-size: 11px; line-height: 1.35; }
  .whatsapp-float { width: 50px; height: 50px; box-shadow: 0 8px 22px rgba(0,0,0,.2), 0 0 0 6px rgba(32,207,107,.12); }
  .whatsapp-float::after { top: 0; right: -1px; width: 10px; height: 10px; border-width: 2px; }
  .whatsapp-float svg { width: 27px; height: 27px; }
}

/* Branded division sites */
.division-site { --division-accent: #c59a3d; --division-deep: #090b0b; --division-soft: #f3f2ed; }
.division-theme-home { --division-accent: #74a936; --division-deep: #0b3821; --division-soft: #f0f5ed; }
.division-theme-rental { --division-accent: #d3a13d; --division-deep: #090909; --division-soft: #f7f2e8; }
.division-header .brand-wordmark span { color: var(--division-accent); }
.division-header .division-brand-mark { width: 64px; height: 48px; padding: 4px; border-radius: 0; background: var(--division-deep); }
.division-header .division-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.division-header .brand-wordmark { margin-left: 4px; }
.division-header .utility-bar { background: var(--division-deep); }
.division-header .utility-inner > span { color: var(--division-accent); }
.division-showcase { overflow: hidden; background: var(--division-deep); color: var(--white); }
.division-showcase-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: stretch; }
.division-showcase-copy { padding: 64px 72px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.division-logo { width: auto; max-width: 430px; max-height: 126px; margin: 0 0 42px; object-fit: contain; object-position: left center; }
.division-logo-home, .division-logo-rental { max-width: 260px; max-height: 160px; }
.division-overline { display: block; color: var(--division-accent); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.division-showcase h1 { max-width: 720px; margin: 18px 0 26px; font-size: clamp(62px, 6.2vw, 96px); line-height: .88; text-transform: uppercase; }
.division-showcase h1 em { color: var(--division-accent); font-family: inherit; font-style: normal; }
.division-showcase-copy p { max-width: 640px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.division-showcase-image { position: relative; min-height: 690px; margin: 0; overflow: hidden; }
.division-showcase-image > img { width: 100%; height: 100%; object-fit: cover; }
.division-showcase-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 35%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.division-showcase-image figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(8,10,10,.9); }
.division-showcase-image figcaption span { color: var(--division-accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.division-showcase-image figcaption strong { max-width: 340px; font-size: 16px; text-align: right; }
.division-site .button-primary { background: var(--division-accent); color: var(--division-deep); }
.division-trust-strip { background: var(--division-accent); color: var(--division-deep); }
.division-trust-strip .container { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.division-trust-strip span { padding: 0 20px; border-right: 1px solid rgba(0,0,0,.22); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.division-trust-strip span:last-child { border-right: 0; }
.division-rich-section { padding: 104px 0; background: var(--paper); }
.division-section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1fr .55fr; gap: 72px; align-items: end; }
.division-section-heading h2, .pricing-section h2 { margin: 15px 0 0; font-size: clamp(48px, 5.2vw, 78px); line-height: .94; }
.division-section-heading h2 em, .pricing-section h2 em { color: var(--division-accent); font-style: normal; }
.division-section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.expanded-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expanded-service-grid article { min-height: 280px; padding: 28px 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s, transform .25s; }
.expanded-service-grid article:hover { z-index: 1; background: var(--division-deep); color: var(--white); transform: translateY(-5px); }
.expanded-service-grid article > span { color: var(--division-accent); font-size: 12px; font-weight: 850; }
.expanded-service-grid h3 { margin: auto 0 13px; font-size: 22px; line-height: 1.12; }
.expanded-service-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.expanded-service-grid article:hover p { color: rgba(255,255,255,.65); }
.service-motion-gallery { padding: 18px 0; overflow: hidden; background: var(--division-deep); }
.motion-track { width: max-content; display: flex; gap: 18px; animation: divisionGallery 34s linear infinite alternate; }
.motion-track:hover { animation-play-state: paused; }
.motion-track figure { position: relative; width: min(520px, 72vw); height: 330px; margin: 0; overflow: hidden; flex: none; }
.motion-track img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .6s var(--ease); }
.motion-track figure:hover img { transform: scale(1.035); }
.motion-track figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 32px 22px 18px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: var(--white); font-size: 18px; font-weight: 800; }
@keyframes divisionGallery { from { transform: translateX(0); } to { transform: translateX(calc(-100% + 100vw)); } }
.pricing-section { padding: 104px 0; background: var(--division-soft); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; }
.pricing-note { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.price-list { border-top: 1px solid rgba(0,0,0,.2); }
.price-list > div { min-height: 64px; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(0,0,0,.16); }
.price-list span { font-size: 15px; }
.price-list strong { color: var(--division-deep); font-size: 16px; white-space: nowrap; }
.package-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-grid article { padding: 28px; background: var(--division-deep); color: var(--white); }
.package-grid small { color: var(--division-accent); font-weight: 850; }
.package-grid h3 { margin: 34px 0 8px; font-size: 23px; }
.package-grid p { margin: 0 0 22px; color: rgba(255,255,255,.6); }
.package-grid strong { color: var(--division-accent); font-size: 20px; }
.occasion-section { padding: 72px 0; background: var(--division-deep); color: var(--white); }
.occasion-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.occasion-grid strong { min-height: 118px; padding: 18px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); font-size: 15px; text-align: center; text-transform: uppercase; }
.division-site .division-next { background: var(--division-accent); }
.division-site .division-next .button { background: var(--division-deep); }
.division-theme-home .site-footer .footer-nav > strong, .division-theme-home .site-footer .footer-blog-list > strong { color: #8fc64c; }
.division-theme-rental .site-footer .footer-nav > strong, .division-theme-rental .site-footer .footer-blog-list > strong,
.division-theme-services .site-footer .footer-nav > strong, .division-theme-services .site-footer .footer-blog-list > strong { color: #d3a13d; }

@media (max-width: 1040px) {
  .division-showcase-grid { grid-template-columns: 1fr 1fr; }
  .division-showcase-copy { padding-right: 40px; }
  .expanded-service-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .division-showcase-grid { min-height: 0; grid-template-columns: 1fr; }
  .division-showcase-copy { padding: 42px 0 48px; }
  .division-logo { max-width: 280px; max-height: 105px; margin-bottom: 30px; }
  .division-logo-home, .division-logo-rental { max-width: 210px; max-height: 124px; }
  .division-showcase h1 { font-size: clamp(48px, 13vw, 68px); }
  .division-showcase-copy p { font-size: 16px; }
  .division-showcase-image { min-height: 390px; margin: 0 -16px; }
  .division-trust-strip .container { padding: 10px 16px; grid-template-columns: 1fr 1fr; }
  .division-trust-strip span { min-height: 48px; padding: 8px; display: grid; place-items: center; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.18); font-size: 11px; }
  .division-rich-section, .pricing-section { padding: 68px 0; }
  .division-section-heading, .pricing-layout { grid-template-columns: 1fr; gap: 26px; }
  .division-section-heading h2, .pricing-section h2 { font-size: 43px; }
  .expanded-service-grid { grid-template-columns: 1fr; }
  .expanded-service-grid article { min-height: 210px; }
  .motion-track figure { width: 82vw; height: 270px; }
  .package-grid { grid-template-columns: 1fr; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid strong { min-height: 90px; }
}
@media (prefers-reduced-motion: reduce) { .motion-track { animation: none; } }

/* Corporate content system */
.corporate-intro { position: relative; overflow: hidden; background: var(--white); }
.corporate-intro::after { position: absolute; right: -90px; bottom: -110px; width: 330px; height: 330px; content: ""; border: 54px solid rgba(154,202,60,.1); transform: rotate(24deg); }
.corporate-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; }
.corporate-intro h2, .corporate-section-head h2, .catalog-hero h1, .catalog-content h2, .corporate-quote h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: .92; letter-spacing: -.055em; }
.corporate-intro h2 span, .corporate-section-head h2 span { color: #687071; }
.corporate-intro-copy { display: grid; gap: 26px; }
.corporate-intro-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.corporate-stat { padding: 22px 0; display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.corporate-stat strong { color: var(--green); font-size: 54px; line-height: 1; }
.corporate-stat span { font-size: 13px; font-weight: 800; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }

.corporate-divisions { background: var(--ink); color: var(--white); }
.corporate-section-head { margin-bottom: 52px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.corporate-section-head .section-label { color: var(--green); }
.corporate-section-head h2 span { color: rgba(255,255,255,.52); }
.corporate-section-head > p { margin: 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.division-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: #151819; border-top: 4px solid var(--green); transition: transform .25s var(--ease), background .25s; }
.division-card:hover { transform: translateY(-7px); background: #1b1f20; }
.division-media { height: 260px; overflow: hidden; }
.division-media img { height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.04); transition: transform .65s var(--ease); }
.division-card:hover img { transform: scale(1.035); }
.division-body { min-height: 300px; padding: 28px; display: flex; flex-direction: column; }
.division-index, .division-kicker { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.division-body > strong { margin: 30px 0 17px; font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.04em; }
.division-body > span:not(.division-index):not(.division-link) { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.65; }
.division-link { margin-top: auto; padding-top: 30px; color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.corporate-all-services { min-height: 56px; margin-top: 28px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.corporate-all-services:hover { background: var(--green); border-color: var(--green); color: var(--ink); }

.work-section { border-top: 1px solid rgba(255,255,255,.12); }
.work-section .section-heading h2 span, .process-luxury .section-heading h2 span, .contact-luxury h2 span { font-family: inherit; font-style: normal; font-weight: 800; }
.process-luxury { background: var(--paper); }
.contact-luxury { position: relative; overflow: hidden; border-top: 8px solid var(--green); }
.contact-luxury::after { position: absolute; right: -100px; bottom: -180px; width: 430px; height: 430px; content: ""; border: 70px solid rgba(154,202,60,.08); transform: rotate(24deg); }
.contact-luxury-inner { position: relative; z-index: 1; }

.site-footer { background: #080a0a; color: var(--white); border-top-color: rgba(255,255,255,.12); }
.site-footer .footer-brand > p, .site-footer .footer-nav a, .site-footer .footer-bottom { color: rgba(255,255,255,.56); }
.site-footer .footer-nav > strong, .site-footer .footer-blog-list > strong { color: var(--green); }
.site-footer .footer-blog-list > a:not(.footer-all), .site-footer .footer-bottom { border-color: rgba(255,255,255,.15); }
.site-footer .footer-all { border-color: rgba(255,255,255,.55); }
.site-footer .footer-nav a:hover, .site-footer .footer-blog-list a:hover { color: var(--white); }

/* Corporate service catalog */
.catalog-hero { padding: 108px 0; overflow: hidden; background: var(--ink); color: var(--white); }
.catalog-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.catalog-hero h1 em { color: var(--green); font-family: inherit; font-style: normal; font-weight: 850; text-transform: uppercase; }
.catalog-hero p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.catalog-jump { border-top: 1px solid rgba(255,255,255,.2); }
.catalog-jump a { min-height: 88px; padding: 15px 0; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s, padding .2s; }
.catalog-jump a:hover { padding-left: 10px; color: var(--green); }
.catalog-jump a > span { color: var(--green); font-size: 12px; font-weight: 850; }
.catalog-jump strong { font-size: 20px; }
.catalog-jump small { color: rgba(255,255,255,.5); font-size: 12px; }
.catalog-division { padding: 112px 0; background: var(--paper); scroll-margin-top: 112px; }
.catalog-division-dark { background: #101313; color: var(--white); }
.catalog-division-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 96px; align-items: center; }
.catalog-reverse .catalog-visual { order: 2; }
.catalog-visual { position: relative; height: 620px; overflow: hidden; background: #ddd; }
.catalog-visual::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.catalog-visual img { height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.02); }
.catalog-visual > span { position: absolute; z-index: 2; top: 0; right: 0; width: 92px; height: 92px; display: grid; place-items: center; background: var(--green); color: var(--ink); font-size: 25px; font-weight: 900; }
.catalog-content h2 { margin: 22px 0; font-size: clamp(52px, 5vw, 76px); text-transform: uppercase; }
.catalog-content > p { max-width: 680px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.catalog-division-dark .catalog-content > p { color: rgba(255,255,255,.62); }
.capability-list { border-top: 1px solid var(--line); }
.catalog-division-dark .capability-list { border-color: rgba(255,255,255,.18); }
.capability-list > div { min-height: 92px; padding: 20px 0; display: grid; grid-template-columns: .38fr .62fr; gap: 24px; align-items: start; border-bottom: 1px solid var(--line); }
.catalog-division-dark .capability-list > div { border-color: rgba(255,255,255,.18); }
.capability-list strong { font-size: 15px; }
.capability-list span { color: var(--muted); font-size: 16px; line-height: 1.6; }
.catalog-division-dark .capability-list span { color: rgba(255,255,255,.55); }
.catalog-cta { min-height: 54px; margin-top: 30px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid currentColor; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.catalog-cta:hover { background: var(--green); border-color: var(--green); color: var(--ink); }
.corporate-quote { padding: 96px 0; background: var(--green); color: var(--ink); }
.corporate-quote-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.corporate-quote h2 { margin: 0; }
.corporate-quote p { max-width: 720px; margin: 24px 0 0; font-size: 17px; line-height: 1.65; }
.corporate-quote .section-label { color: var(--ink); }
.corporate-quote .button { background: var(--ink); color: var(--white); }

@media (max-width: 900px) {
  .corporate-intro-grid, .corporate-section-head, .catalog-hero-grid, .catalog-division-grid { grid-template-columns: 1fr; gap: 42px; }
  .division-grid { grid-template-columns: 1fr; }
  .division-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .division-media { height: 100%; min-height: 320px; }
  .division-body { min-height: 320px; }
  .catalog-reverse .catalog-visual { order: 0; }
  .catalog-visual { height: 470px; }
}

@media (max-width: 560px) {
  .corporate-intro { padding: 64px 0; }
  .corporate-intro-grid { gap: 28px; }
  .corporate-intro h2, .corporate-section-head h2, .catalog-hero h1, .corporate-quote h2 { font-size: 42px; }
  .corporate-intro-copy > p, .corporate-section-head > p, .catalog-hero p, .catalog-content > p, .corporate-quote p { font-size: 16px; }
  .corporate-stat strong { font-size: 44px; }
  .corporate-divisions { padding: 68px 0; }
  .corporate-section-head { margin-bottom: 30px; gap: 20px; }
  .division-card { display: flex; }
  .division-media { height: 200px; min-height: 0; }
  .division-body { min-height: 260px; padding: 22px; }
  .division-body > strong { margin: 22px 0 12px; font-size: 27px; }
  .catalog-hero { padding: 64px 0; }
  .catalog-hero-grid { gap: 38px; }
  .catalog-jump a { min-height: 76px; grid-template-columns: 32px 1fr; }
  .catalog-jump small { grid-column: 2; }
  .catalog-division { padding: 64px 0; scroll-margin-top: 68px; }
  .catalog-division-grid { gap: 30px; }
  .catalog-visual { height: 310px; }
  .catalog-visual > span { width: 66px; height: 66px; font-size: 20px; }
  .catalog-content h2 { margin: 16px 0; font-size: 39px; }
  .capability-list > div { min-height: 0; padding: 17px 0; grid-template-columns: 1fr; gap: 6px; }
  .capability-list strong { font-size: 15px; }
  .capability-list span { font-size: 16px; }
  .corporate-quote { padding: 64px 0; }
  .corporate-quote-inner { grid-template-columns: 1fr; gap: 30px; }
  .corporate-quote .button { width: 100%; }
}

@media (max-width: 560px) {
  .executive-hero { min-height: 680px; }
  .executive-hero-content { padding-top: 56px; }
  .executive-hero h1 { font-size: clamp(46px, 13.5vw, 58px); }
  .hero-actions .button { width: 100%; }
  .contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 9px; }
  .blog-index-hero { padding: 60px 0 54px; }
  .blog-index-hero h1 { font-size: 44px; }
  .blog-index-hero p { font-size: 16px; }
  .blog-card { display: flex; }
  .blog-card-media { height: 190px; min-height: 0; }
  .blog-card-copy { padding: 21px; }
  .blog-card h2 { font-size: 22px; }
  .article-hero { padding: 54px 0 44px; }
  .article-breadcrumb { min-height: 44px; margin-bottom: 28px; align-items: center; }
  .article-hero h1 { font-size: 40px; }
  .article-hero p { font-size: 16px; }
  .article-cover { width: calc(100% - 32px); height: 210px; margin-top: 30px; }
  .article-content-wrap { padding: 48px 0 68px; }
  .article-body { width: calc(100% - 32px); }
  .article-body .article-intro { font-size: 18px; }
  .article-body h2 { margin-top: 38px; font-size: 27px; }
  .article-body p, .article-body li { font-size: 16px; }
  .page-hero, .about-hero { padding: 58px 0; }
  .page-hero h1, .about-hero h1 { font-size: 44px; }
  .page-hero-image, .about-mark-card, .detail-image, .about-story-image { height: 330px; }
  .service-detail { gap: 24px; padding: 44px 0; }
  .detail-copy h2 { margin-bottom: 18px; font-size: 37px; }
  .detail-copy > p { font-size: 16px; }
  .detail-index { top: -18px; font-size: 60px; }
  .service-bottom-cta, .about-cta { padding: 62px 0; }
  .service-bottom-inner, .about-cta-inner { align-items: start; flex-direction: column; }
  .service-bottom-inner .button, .about-cta-inner .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .executive-hero-video { display: none; }
}

/* Corporate direction: strong, service-led and unmistakably Alpha. */
.corporate-header { height: auto; }
.utility-bar { min-height: 34px; display: flex; align-items: center; background: var(--ink); color: rgba(255,255,255,.74); }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; font-weight: 650; letter-spacing: .035em; }
.utility-inner > span { color: var(--green); font-weight: 800; text-transform: uppercase; }
.utility-inner > div { display: flex; gap: 28px; }
.utility-inner a:hover { color: var(--white); }
.corporate-header .nav-wrap { height: 78px; }
.corporate-hero { min-height: calc(100vh - 112px); }
.corporate-hero::before { position: absolute; z-index: 1; right: -8vw; bottom: 100px; width: 38vw; height: 12px; content: ""; background: var(--green); transform: skewX(-34deg); transform-origin: right; }
.corporate-hero .executive-hero-overlay { background: linear-gradient(90deg, rgba(4,6,6,.95) 0%, rgba(4,6,6,.8) 43%, rgba(4,6,6,.18) 78%, rgba(4,6,6,.48) 100%), linear-gradient(0deg, rgba(4,6,6,.72), transparent 48%); }
.corporate-hero .executive-hero-content { padding-top: 86px; }
.corporate-hero h1 { max-width: 980px; font-size: clamp(64px, 8vw, 118px); line-height: .86; }
.corporate-hero h1 em { margin-left: 0; font-family: inherit; font-style: normal; font-weight: 850; text-transform: uppercase; }
.corporate-hero .hero-proof { border-top-color: rgba(154,202,60,.5); }
.corporate-hero .hero-proof-inner strong { color: var(--white); text-transform: uppercase; }
.corporate-hero .hero-proof-inner span { color: rgba(255,255,255,.66); }
.corporate-header .desktop-nav a, .corporate-header .lang-btn, .corporate-header .nav-phone { font-size: 14px; }
.button, .text-link, .underlined-link, .corporate-all-services, .catalog-cta, .division-link, .instagram-project-link { font-size: 14px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

@media (max-width: 820px) {
  .utility-bar { display: none; }
  .corporate-header .nav-wrap { height: 68px; }
  .corporate-hero { min-height: 700px; }
  .corporate-hero::before { right: -18vw; bottom: 102px; width: 64vw; height: 7px; }
  .corporate-hero .executive-hero-content { padding-top: 62px; }
  .corporate-hero h1 { font-size: clamp(46px, 13vw, 70px); }
  .executive-hero-video { object-position: center; }
}

/* Unobstructed project showreel with the message and actions below the footage. */
.showreel-hero {
  display: block;
  min-height: 0;
  background: var(--ink);
}
.showreel-hero::before { display: none; }
.hero-reel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.hero-reel .executive-hero-image,
.hero-reel .executive-hero-video {
  object-fit: cover;
  object-position: center;
}
.hero-reel .executive-hero-video { filter: none; }
.hero-reel video { pointer-events: none; }
.hero-copy-panel { padding: 62px 0 58px; background: var(--ink); }
.hero-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: end;
}
.showreel-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(58px, 6.6vw, 96px);
  line-height: .88;
}
.hero-copy-support > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.65;
}
.showreel-hero .hero-actions { margin-top: 28px; }
.showreel-hero .hero-actions .button {
  min-height: 48px;
  padding: 0 18px;
  gap: 20px;
  font-size: 12px;
}
.showreel-hero .hero-proof {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  background: #050707;
  backdrop-filter: none;
}

@media (max-width: 820px) {
  .showreel-hero { min-height: 0; }
  .hero-reel { aspect-ratio: 16 / 9; }
  .hero-copy-panel { padding: 38px 0 34px; }
  .hero-copy-grid { grid-template-columns: 1fr; gap: 22px; }
  .showreel-hero h1 { font-size: clamp(40px, 12vw, 54px); line-height: .9; }
  .hero-copy-support > p { font-size: 16px; line-height: 1.55; }
  .showreel-hero .hero-actions { flex-wrap: nowrap; gap: 8px; margin-top: 22px; }
  .showreel-hero .hero-actions .button {
    width: auto;
    min-width: 0;
    min-height: 44px;
    flex: 1 1 0;
    padding: 0 12px;
    gap: 8px;
    font-size: 10px;
    letter-spacing: .055em;
  }
}

@media (min-width: 821px) {
  .hero-reel { height: clamp(410px, 56vh, 600px); aspect-ratio: auto; }
  .hero-reel .executive-hero-image,
  .hero-reel .executive-hero-video { object-position: center 32%; }
}

/* Dedicated division pages */
.division-page-hero { padding: 92px 0 78px; background: var(--ink); color: var(--white); }
.division-page-hero-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 80px; align-items: end; }
.division-page-hero h1 { margin: 18px 0 24px; font-size: clamp(58px, 7vw, 104px); line-height: .86; text-transform: uppercase; }
.division-page-hero h1 em { display: block; color: var(--green); font-style: normal; }
.division-page-hero p { max-width: 660px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.division-page-visual { position: relative; height: 500px; overflow: hidden; }
.division-page-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.division-page-visual::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.division-capabilities { padding: 90px 0; background: var(--paper); }
.division-capability-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.division-capability-grid h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 72px); line-height: .95; }
.division-service-list { border-top: 1px solid var(--line); }
.division-service-list article { padding: 26px 0; display: grid; grid-template-columns: 46px .38fr .62fr; gap: 18px; border-bottom: 1px solid var(--line); }
.division-service-list article > span { color: var(--green-dark); font-size: 12px; font-weight: 850; }
.division-service-list h3 { margin: 0; font-size: 20px; }
.division-service-list p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.division-next { padding: 78px 0; background: var(--green); color: var(--ink); }
.division-next-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.division-next h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .92; }
.division-next p { max-width: 600px; margin: 20px 0 0; font-size: 17px; line-height: 1.6; }
.division-next .button { background: var(--ink); color: var(--white); }

@media (max-width: 820px) {
  .division-page-hero { padding: 54px 0 0; }
  .division-page-hero-grid, .division-capability-grid { grid-template-columns: 1fr; gap: 38px; }
  .division-page-visual { height: 320px; margin: 0 -16px; }
  .division-capabilities { padding: 62px 0; }
  .division-service-list article { grid-template-columns: 34px 1fr; gap: 7px 12px; }
  .division-service-list p { grid-column: 2; }
  .division-next { padding: 58px 0; }
  .division-next-inner { align-items: stretch; flex-direction: column; }
  .division-next .button { width: 100%; }
}
