:root {
  --ink: #11100f;
  --ink-soft: #24211f;
  --paper: #f4f1eb;
  --white: #ffffff;
  --bronze: #c8842d;
  --bronze-light: #efb75f;
  --line: rgba(17,16,15,.14);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(17,16,15,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { width: var(--shell); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.brand-mark { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--bronze-light); border-radius: 50%; color: var(--bronze-light); font: 700 20px/1 Georgia, serif; box-shadow: inset 0 0 0 3px rgba(200,132,45,.1); }
.brand-name { font-size: 15px; }
.brand-name strong { color: var(--bronze-light); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
.main-nav a:not(.nav-cta):hover { color: var(--bronze-light); }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 10px 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; color: inherit; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }
.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(12,11,10,.92) 0%, rgba(12,11,10,.72) 42%, rgba(12,11,10,.12) 78%), linear-gradient(0deg, rgba(12,11,10,.55), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--bronze-light); font-weight: 750; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #9a611c; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(54px, 8vw, 104px); line-height: .94; }
h1 span { color: var(--bronze-light); }
.hero-copy { max-width: 650px; margin-bottom: 32px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--bronze-light); }
.button-primary:hover { background: #ffd083; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(17,16,15,.18); }
.button-dark { color: var(--white); background: var(--ink); width: 100%; }
.hero-card { position: absolute; right: max(24px, calc((100vw - 1180px)/2)); bottom: 42px; z-index: 2; width: min(340px, calc(100% - 48px)); padding: 22px 24px; border-left: 3px solid var(--bronze-light); background: rgba(17,16,15,.82); backdrop-filter: blur(12px); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { margin-bottom: 5px; font-family: Georgia, serif; font-size: 21px; }
.hero-card span { color: rgba(255,255,255,.72); font-size: 14px; }
.trust-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid span { color: var(--bronze-light); font-family: Georgia, serif; font-size: 18px; }
.trust-grid strong { font-size: 14px; line-height: 1.35; }
.section { padding: 110px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .brand-copy h2, .cta-band h2, .contact h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.06; }
.split-heading { display: grid; grid-template-columns: 1.45fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { margin-bottom: 5px; color: #5d5851; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 265px; padding: 30px 26px; background: rgba(255,255,255,.36); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card h3 { margin: 48px 0 12px; font: 600 23px/1.2 Georgia, serif; }
.service-card p { margin: 0; color: #625c55; font-size: 15px; }
.service-number { color: #a66b24; font: 700 13px/1 system-ui; letter-spacing: .12em; }
.feature-service { color: var(--white); background: var(--ink); }
.feature-service p { color: rgba(255,255,255,.66); }
.feature-service .service-number { color: var(--bronze-light); }
.trade-note { max-width: 820px; margin: 22px 0 0; color: #6d675f; font-size: 13px; }
.brand-story { color: var(--white); background: var(--ink-soft); }
.brand-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,110px); align-items: center; }
.brand-visual { position: relative; }
.brand-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(239,183,95,.45); }
.brand-visual img { position: relative; width: 100%; aspect-ratio: 1 / .88; object-fit: cover; box-shadow: var(--shadow); }
.brand-copy h2 { margin-bottom: 28px; }
.brand-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 14px; color: var(--bronze-light); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.center-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); counter-reset: steps; }
.process-grid li { position: relative; padding: 32px 28px; border-top: 2px solid var(--ink); }
.process-grid li::after { content: ""; position: absolute; top: -7px; left: 27px; width: 12px; height: 12px; border-radius: 50%; background: var(--bronze); }
.process-grid li + li { border-left: 1px solid var(--line); }
.process-grid span { color: #9a611c; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.process-grid h3 { margin: 38px 0 12px; font: 600 24px/1.2 Georgia, serif; }
.process-grid p { margin: 0; color: #625c55; font-size: 15px; }
.projects { background: #e9e4dc; }
.swipe-hint { display: flex; align-items: center; gap: 9px; margin: -28px 0 22px; color: #6c655d; font-size: 14px; font-weight: 700; }
.swipe-hint span { color: #9a611c; font-size: 21px; }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.project { position: relative; grid-column: span 4; min-height: 430px; margin: 0; overflow: hidden; background: var(--ink); }
.project-wide { grid-column: span 8; }
.project-track { position: absolute; inset: 0; display: flex; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.project-track::-webkit-scrollbar { display: none; }
.project-track img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; scroll-snap-stop: always; }
.project-shade { pointer-events: none; position: absolute; z-index: 1; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.project-caption { pointer-events: none; position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 68px; color: var(--white); }
.project-caption span, .project-caption strong { display: block; }
.project-caption span { color: var(--bronze-light); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-caption strong { margin-top: 5px; font: 500 23px/1.2 Georgia, serif; }
.carousel-ui { position: absolute; z-index: 4; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: center; gap: 8px; }
.carousel-arrow { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: var(--white); background: rgba(17,16,15,.7); cursor: pointer; font-size: 19px; line-height: 1; transition: background .2s, border-color .2s, transform .2s; }
.carousel-arrow:hover { background: var(--bronze); border-color: var(--bronze); transform: scale(1.05); }
.carousel-arrow:focus-visible, .carousel-dot:focus-visible { outline: 2px solid var(--bronze-light); outline-offset: 2px; }
.carousel-dots { display: flex; align-items: center; gap: 6px; margin-left: 4px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: width .2s, border-radius .2s, background .2s; }
.carousel-dot.is-active { width: 23px; border-radius: 5px; background: var(--bronze-light); }
.carousel-count { margin-left: auto; min-width: 38px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 750; text-align: center; }
.cta-band { color: var(--white); background: linear-gradient(110deg,#9a611c,#c8842d); padding: 72px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band .eyebrow { color: #fff3dd; }
.cta-band .button-primary { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,110px); align-items: start; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow):not(.service-area) { color: #615b54; }
.contact-list { margin: 34px 0 22px; border-top: 1px solid var(--line); }
.contact-list a, .contact-list div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-list span { color: #756f67; font-size: 14px; }
.contact-list strong { overflow-wrap: anywhere; }
.contact-list a:hover strong { color: #9a611c; }
.service-area { padding-left: 16px; border-left: 3px solid var(--bronze); font-weight: 700; }
.contact-form { padding: 38px; background: var(--white); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 18px; font-size: 14px; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cfc8be; border-radius: 0; background: #fbfaf8; padding: 13px 14px; color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--bronze); outline-offset: 1px; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-note { margin: 12px 0 0; color: #756f67; font-size: 12px; text-align: center; }
.site-footer { color: rgba(255,255,255,.72); background: var(--ink); padding: 54px 0 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top p { margin: 0; }
.legal { display: flex; align-items: flex-start; gap: 22px; padding-top: 24px; font-size: 13px; }
.legal details { max-width: 430px; }
.legal summary { cursor: pointer; color: var(--white); }
.legal-content { padding: 18px 0; color: rgba(255,255,255,.64); }
.legal-content p { margin-bottom: 14px; }
.legal > span { margin-left: auto; }
@media (max-width: 920px) {
  :root { --shell: min(100% - 32px, 720px); }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 20px; background: rgba(17,16,15,.98); flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 720px; }
  .hero-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.12); }
  .split-heading, .brand-story-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 0; }
  .project, .project-wide { grid-column: span 6; min-height: 390px; }
}
@media (max-width: 620px) {
  .header-inner { min-height: 76px; }
  .brand-name { font-size: 13px; }
  .brand-mark { width: 42px; }
  .main-nav { top: 76px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 68px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,11,10,.93), rgba(12,11,10,.48)), linear-gradient(0deg, rgba(12,11,10,.72), transparent); }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  .hero-copy { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-grid, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 80px; border-right: 1px solid rgba(255,255,255,.12); }
  .section { padding: 78px 0; }
  .section-heading h2, .brand-copy h2, .cta-band h2, .contact h2 { font-size: 40px; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 28px; }
  .process-grid li + li { border-left: 0; }
  .project, .project-wide { grid-column: 1 / -1; min-height: 360px; }
  .project-caption { bottom: 66px; }
  .carousel-ui { left: 16px; right: 16px; }
  .carousel-arrow { width: 42px; height: 42px; }
  .cta-band-inner, .footer-top, .legal { flex-direction: column; align-items: flex-start; }
  .cta-band .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .contact-list a, .contact-list div { grid-template-columns: 1fr; gap: 2px; }
  .legal > span { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
