@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap");

:root {
  --ink: #171816;
  --charcoal: #101312;
  --charcoal-soft: #181c1a;
  --green: #173a2d;
  --green2: #102a20;
  --green-dark: #0c231b;
  --cream: #ece4d5;
  --paper: #f7f2e9;
  --silver: #b9b2a7;
  --gold: #aa8c5c;
  --muted: #6d716a;
  --line: rgba(23, 24, 22, .16);
  --line-dark: rgba(236, 228, 213, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }

.topbar { background: #090c0b; color: #c7bda9; text-align: center; padding: 8px 20px; border-bottom: 1px solid rgba(236, 228, 213, .1); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.nav { height: 104px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(14, 17, 16, .98); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(185, 178, 167, .24); box-shadow: 0 8px 24px rgba(0, 0, 0, .16); }
.brand { min-width: max-content; text-decoration: none; display: flex; align-items: center; gap: 17px; }
.mark { width: 155px; height: auto; display: block; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .32)); }
.mark-full { width: 340px; max-height: 112px; object-position: left center; }
.brand-emblem { width: 145px; height: 91px; display: block; flex: 0 0 auto; }
.brand-emblem .mark-full { width: 100%; height: 100%; max-height: none; max-width: none; object-fit: contain; }
.brand-name { display: block; color: #f0e8da; font: 600 27px/1 var(--serif); letter-spacing: .025em; white-space: nowrap; }
.brand-line { display: block; margin-top: 7px; color: #b9b2a7; font: 500 9px/1.25 var(--sans); letter-spacing: .105em; white-space: nowrap; }
.brand > span { display: inline-block; transform: translateY(5px); }
.brand strong { display: block; color: #f0e8da; font: 600 32px/1 var(--serif); letter-spacing: .085em; white-space: nowrap; }
.brand small { display: block; width: 0; min-width: 100%; margin-top: 7px; color: #a9a296; font-size: 10px; line-height: 1.2; letter-spacing: .08em; text-align: justify; text-align-last: justify; white-space: nowrap; }
.links { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.65vw, 28px); }
.links a { color: #d6cdbd; text-decoration: none; text-transform: uppercase; font: 500 10px/1 var(--serif); letter-spacing: .16em; white-space: nowrap; transition: color .2s ease; }
.links a:hover { color: #fff; }
.btn { display: inline-block; padding: 14px 22px; background: var(--green); color: #fff; border: 1px solid var(--green); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .18em; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { background: var(--gold); border-color: var(--gold); color: #111; }
.btn.outline { background: transparent; color: var(--cream); border-color: rgba(255, 255, 255, .48); }
.nav > .btn { background: transparent; border-color: #8f897f; color: #e9e0d1; white-space: nowrap; }
.nav > .btn:hover { background: #e9e0d1; border-color: #e9e0d1; color: #101312; }
.menu { display: none; background: none; border: 0; color: #eee5d6; font-size: 26px; }

.hero { min-height: 690px; display: flex; align-items: center; padding: 80px 7vw; color: #f5eee2; background: linear-gradient(90deg, rgba(9, 12, 11, .96) 0%, rgba(9, 12, 11, .82) 35%, rgba(9, 12, 11, .18) 72%), linear-gradient(0deg, rgba(9, 12, 11, .22), rgba(9, 12, 11, .05)), url('hero.webp') center / cover; border-bottom: 1px solid #393a35; }
.hero-copy { max-width: 650px; }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.hero h1, .service-hero h1 { margin: 22px 0 28px; font: 500 clamp(60px, 7vw, 104px)/.88 var(--serif); letter-spacing: -.025em; }
.hero p { max-width: 520px; color: #d6d0c5; font: 400 19px/1.55 var(--serif); }
.hero-actions { display: flex; gap: 13px; margin-top: 38px; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 7vw; background: var(--cream); border-bottom: 1px solid var(--line); }
.trust div { padding: 3px 18px; border-right: 1px solid var(--line); text-align: center; font: 600 12px/1.35 var(--serif); letter-spacing: .1em; text-transform: uppercase; }
.trust div:last-child { border: 0; }
.section { padding: 105px 7vw; }
.intro { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 11vw; background: var(--paper); }
.section h2 { margin: 12px 0; font: 500 clamp(44px, 5vw, 72px)/.98 var(--serif); letter-spacing: -.02em; }
.lead { color: #3f433e; font: 400 25px/1.5 var(--serif); }

.services { position: relative; overflow: hidden; background: var(--cream); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 55%); }
.section-head, .engine-gallery-head, .service-showcase-head { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-head p, .engine-gallery-head p, .service-showcase-head p { max-width: 460px; color: var(--muted); }
.cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(23, 24, 22, .18); border: 1px solid rgba(23, 24, 22, .18); }
.card { min-height: 320px; padding: 38px; background: rgba(247, 242, 233, .82); color: var(--ink); text-decoration: none; position: relative; overflow: hidden; transition: background .2s ease, color .2s ease; }
.card::after { content: '↗'; position: absolute; right: 32px; bottom: 26px; color: var(--gold); font-size: 24px; }
.card .num { color: #7e6540; font-size: 10px; letter-spacing: .2em; }
.card h3 { margin: 54px 0 12px; font: 500 37px/1 var(--serif); }
.card p { max-width: 390px; color: #60645e; font-size: 13px; }
.card:hover { background: var(--charcoal-soft); color: var(--cream); }
.card:hover p { color: #b9b6ae; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; }
.step { padding: 26px 28px; border-left: 1px solid var(--line); }
.step b { color: var(--gold); font: 500 50px var(--serif); }
.step h3 { font: 600 20px var(--serif); }
.step p { color: #656962; font-size: 13px; }
.quote { padding: 105px 12vw; background: var(--green-dark); color: var(--cream); text-align: center; }
.quote blockquote { max-width: 960px; margin: 0 auto 26px; font: 400 clamp(36px, 4vw, 60px)/1.12 var(--serif); }
.cta { margin: 0; padding: 88px 8vw; display: flex; justify-content: space-between; align-items: center; background: #171a18; color: #fff; border-top: 1px solid #343831; }
.cta h2 { max-width: 720px; margin: 0; }

.service-hero { min-height: 490px; display: flex; align-items: end; padding: 120px 8vw 88px; color: #f3ebdd; background: radial-gradient(circle at 82% 25%, rgba(56, 86, 67, .38), transparent 35%), linear-gradient(135deg, #101513 0%, #0b1f18 100%); border-bottom: 1px solid rgba(185, 178, 167, .24); }
.service-hero .wrap { max-width: 920px; }
.service-hero h1 { font-size: clamp(58px, 7vw, 94px); margin-bottom: 20px; }
.service-hero p { max-width: 680px; color: #c8c9c2; font: 400 23px/1.5 var(--serif); }
.detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; background: var(--paper); }
.detail h2 { font-size: 56px; }
.checklist { padding: 0; list-style: none; }
.checklist li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.checklist li::before { content: '✓'; color: var(--gold); margin-right: 13px; }
.aside { height: max-content; padding: 42px; background: var(--cream); border-top: 3px solid var(--gold); box-shadow: 0 16px 40px rgba(20, 20, 18, .08); }
.aside h3 { margin-top: 0; font: 500 32px/1.1 var(--serif); }
.aside a { display: block; margin-top: 22px; }

.engine-feature { display: grid; grid-template-columns: .9fr 1.1fr; margin: 0; padding: 0; background: var(--charcoal); color: var(--cream); }
.engine-feature-copy { padding: 90px 7vw; }
.engine-feature h2 { margin: 14px 0 22px; font: 500 clamp(42px, 4.4vw, 68px)/1 var(--serif); }
.engine-feature .lead { color: var(--cream); margin-bottom: 12px; }
.engine-feature-copy > p:not(.lead) { color: #b7bbb4; }
.engine-feature-image { min-height: 650px; overflow: hidden; }
.engine-feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.engine-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0; }
.engine-points div { padding: 16px 16px 16px 0; border-top: 1px solid var(--line-dark); }
.engine-points b, .engine-points span { display: block; }
.engine-points b { color: var(--gold); font: 600 17px var(--serif); }
.engine-points span { color: #aeb3ac; font-size: 12px; }
.engine-feature .btn { background: var(--gold); border-color: var(--gold); color: #111; }

.engine-gallery { padding: 100px 7vw; background: var(--cream); }
.engine-gallery-head h2, .service-showcase-head h2 { margin: 12px 0 0; font: 500 clamp(42px, 5vw, 70px)/1 var(--serif); }
.engine-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.engine-gallery figure { margin: 0; background: var(--paper); border-bottom: 2px solid var(--gold); }
.engine-gallery figure img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; display: block; filter: saturate(.72) contrast(1.04); }
.engine-gallery figcaption { padding: 18px 16px; font: 600 17px var(--serif); }

.service-showcase { padding: 100px 7vw; background: var(--charcoal); color: var(--cream); }
.service-showcase-head p { color: #aeb3ac; }
.service-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .15); }
.service-photo-grid article { background: #151a17; }
.service-photo-grid img { width: 100%; height: 330px; display: block; object-fit: cover; filter: saturate(.68) contrast(1.06); }
.service-photo-grid article > div { padding: 30px; }
.service-photo-grid span { color: var(--gold); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.service-photo-grid h3 { margin: 9px 0; font: 500 31px var(--serif); }
.service-photo-grid p { color: #aeb3ac; font-size: 13px; }
.photo-credits { margin: 18px 0 0; color: #7e8881; font-size: 9px; }
.photo-credits a { color: #a3aaa5; }

.footer { padding: 70px 7vw 30px; background: #090c0b; color: #aaa79f; }
.footgrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer h4 { color: #efe7d8; font: 600 18px var(--serif); }
.footer a { display: block; margin: 8px 0; color: #aaa79f; text-decoration: none; font-size: 13px; }
.footer .brand { display: flex; max-width: 480px; }
.copyright { margin-top: 50px; padding-top: 25px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid #2b302d; font-size: 11px; }

@media (max-width: 1480px) {
  .links { display: none; position: absolute; top: 104px; left: 0; right: 0; padding: 28px; flex-direction: column; background: #121614; border-bottom: 1px solid var(--line-dark); }
  .links.open { display: flex; }
  .menu { display: block; }
  .nav > .btn { margin-left: auto; }
}

@media (max-width: 850px) {
  .nav { height: 88px; padding: 0 5vw; gap: 13px; }
  .links { top: 88px; }
  .mark { width: 112px; }
  .mark-full { width: 260px; max-height: 86px; }
  .brand-emblem { width: 109px; height: 72px; }

  .brand-name { font-size: 23px; }
  .brand-line { font-size: 7px; letter-spacing: .07em; }
  .brand { gap: 10px; }
  .brand > span { transform: translateY(3px); }
  .brand strong { font-size: 24px; }
  .brand small { margin-top: 5px; font-size: 8px; }
  .nav > .btn { display: none; }
  .hero { min-height: 650px; padding: 70px 7vw; background-position: 61% center; }
  .hero h1 { font-size: 60px; }
  .trust { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .trust div:nth-child(2) { border: 0; }
  .intro, .detail { grid-template-columns: 1fr; gap: 38px; }
  .cards { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .cta { align-items: flex-start; gap: 35px; flex-direction: column; }
  .footgrid { grid-template-columns: 1fr; }
  .section { padding: 78px 7vw; }
  .section-head, .engine-gallery-head, .service-showcase-head { display: block; }
  .service-hero { min-height: 430px; padding: 84px 7vw 72px; }
  .engine-feature { grid-template-columns: 1fr; }
  .engine-feature-copy { padding: 72px 7vw; }
  .engine-feature-image { min-height: 420px; }
  .engine-gallery-grid { grid-template-columns: 1fr 1fr; }
  .service-photo-grid { grid-template-columns: 1fr; }
  .service-photo-grid img { height: 300px; }
  .copyright { display: block; }
}

@media (max-width: 560px) {
  .topbar { font-size: 8px; letter-spacing: .15em; }
  .nav { padding-inline: 12px; gap: 8px; }
  .mark { width: 76px; }
  .mark-full { width: 190px; max-height: 64px; }
  .brand-emblem { width: 87px; height: 58px; }

  .brand-name { font-size: 18px; }
  .brand-line { font-size: 6px; letter-spacing: .035em; margin-top: 5px; }
  .brand { gap: 6px; }
  .brand strong { font-size: 15px; letter-spacing: .04em; }
  .brand small { margin-top: 4px; font-size: 6px; letter-spacing: .06em; }
  .hero h1 { font-size: 52px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { text-align: center; }
  .trust { grid-template-columns: 1fr; }
  .trust div { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: 1fr; }
  .engine-gallery-grid { grid-template-columns: 1fr; }
  .service-hero h1 { font-size: 54px; }
}
