:root {
  --orange: #d6a63a;
  --orange-light: #edc66a;
  --navy: #671b2b;
  --navy-dark: #351018;
  --ink: #21191a;
  --gray: #716568;
  --soft: #faf7f0;
  --line: #e6ddd1;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; background: var(--white); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 30; height: 76px; display: flex; align-items: center; gap: 30px;
  padding: 0 clamp(22px, 4vw, 68px); color: white; background: rgba(53,16,24,.95);
  border-bottom: 1px solid rgba(214,166,58,.24); backdrop-filter: blur(15px);
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; white-space: nowrap; }
.brand img { display: block; width: 275px; height: 51px; object-fit: contain; object-position: left center; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: var(--orange); font-weight: 800; transform: skew(-5deg); }
.page-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 800; }
.page-nav a:hover { color: var(--orange-light); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 24px;
  border: 0; border-radius: 6px; color: var(--navy-dark); background: var(--orange); box-shadow: 0 12px 28px rgba(103,27,43,.24);
  font: 800 12px "Manrope", sans-serif; text-transform: uppercase; transition: .22s;
}
.button:hover { transform: translateY(-2px); background: var(--orange-light); }
.button-small { min-height: 43px; padding: 0 18px; font-size: 10px; }
.button-outline { border: 1px solid rgba(255,255,255,.65); background: transparent; box-shadow: none; }
.button-outline:hover { color: var(--ink); background: white; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: white; }

.service-hero { min-height: 720px; position: relative; display: flex; align-items: end; overflow: hidden; color: white; background: #111 center/cover no-repeat; }
.service-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(53,16,24,.96), rgba(53,16,24,.68) 52%, rgba(53,16,24,.14)), linear-gradient(0deg, rgba(0,0,0,.58), transparent 55%); }
.service-hero::after { content: ""; position: absolute; width: 42vw; height: 42vw; right: -16vw; bottom: -24vw; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.hero-inner { position: relative; z-index: 2; width: min(780px, 75vw); padding: 150px clamp(25px, 7vw, 115px) 80px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #d0d6df; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.breadcrumb a { color: var(--orange-light); }
.eyebrow { display: block; margin-bottom: 13px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.service-hero h1 { max-width: 880px; margin-bottom: 20px; font-size: clamp(54px, 6.5vw, 90px); line-height: .9; letter-spacing: -2px; text-transform: uppercase; }
.service-hero h1 em { color: var(--orange); font-style: normal; }
.hero-inner > p { max-width: 620px; color: #e1e5ea; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }

.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 8vw, 120px); align-items: center; padding: 100px clamp(25px, 7vw, 110px); }
.intro h2, .section-heading h2, .cta h2 { font-size: clamp(42px, 5vw, 70px); line-height: .95; letter-spacing: -1.5px; margin-bottom: 22px; }
.intro-copy > p { color: var(--gray); font-size: 14px; line-height: 1.8; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; font-size: 11px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.intro-visual { min-height: 480px; position: relative; background: center/cover no-repeat; box-shadow: 30px 30px 0 var(--soft); }
.intro-visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.65); }
.visual-badge { position: absolute; left: -30px; bottom: 32px; width: 145px; padding: 20px; color: white; background: var(--navy); }
.visual-badge strong { display: block; font: 700 27px "Barlow Condensed"; }
.visual-badge span { color: #b7c6da; font-size: 9px; line-height: 1.5; text-transform: uppercase; }

.options { padding: 95px clamp(25px, 6vw, 95px); background: var(--soft); }
.section-heading { max-width: 1280px; margin: 0 auto 40px; text-align: center; }
.section-heading p { max-width: 620px; margin: 0 auto; color: var(--gray); font-size: 13px; line-height: 1.7; }
.option-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.option-card { min-height: 360px; overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: .25s; }
.option-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(53,16,24,.12); border-color: transparent; }
.option-image { height: 190px; position: relative; overflow: hidden; background-size: cover; transition: transform .45s ease; }
.option-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(53,16,24,.72), transparent 60%); }
.option-card:hover .option-image { transform: scale(1.035); }
.option-number { position: absolute; z-index: 2; left: 22px; bottom: 18px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font: 800 10px "Manrope"; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.option-copy { position: relative; z-index: 3; min-height: 170px; padding: 25px 27px 27px; background: var(--white); }
.option-card h3 { margin: 0 0 11px; font-size: 27px; }
.option-card p { color: var(--gray); font-size: 11px; line-height: 1.7; }

.seo-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 8vw, 120px); padding: 100px clamp(25px, 8vw, 125px); }
.seo-copy h2 { max-width: 780px; margin-bottom: 26px; font-size: clamp(42px, 5vw, 68px); line-height: .97; letter-spacing: -1px; }
.seo-copy p { max-width: 820px; color: var(--gray); font-size: 13px; line-height: 1.9; }
.seo-copy a { color: var(--navy); font-weight: 800; }
.seo-audiences { align-self: start; padding: 36px; color: white; background: var(--navy-dark); box-shadow: 18px 18px 0 var(--soft); }
.seo-audiences h3 { font-size: 29px; line-height: 1.05; }
.seo-audiences ul { padding: 0; margin: 25px 0 30px; list-style: none; }
.seo-audiences li { position: relative; padding: 11px 0 11px 24px; border-bottom: 1px solid rgba(255,255,255,.12); color: #c5cfdd; font-size: 11px; }
.seo-audiences li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

.process { padding: 95px clamp(25px, 7vw, 110px); background: var(--navy-dark); color: white; }
.process .section-heading p { color: #a8b6c9; }
.process-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { padding: 15px 28px 10px; border-left: 1px solid rgba(255,255,255,.17); }
.process-step:first-child { border-left: 0; padding-left: 0; }
.process-step span { color: var(--orange); font: 700 40px "Barlow Condensed"; }
.process-step h3 { margin: 20px 0 9px; font-size: 25px; }
.process-step p { color: #a8b6c9; font-size: 10px; line-height: 1.7; }

.gallery { padding: 95px clamp(20px, 5vw, 80px); }
.gallery-grid { max-width: 1350px; height: 570px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr 1fr; gap: 13px; }
.gallery-image { position: relative; overflow: hidden; background-position: center; background-size: cover; }
.gallery-image:first-child { grid-row: 1 / 3; }
.gallery-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent 50%); }
.gallery-image span { position: absolute; z-index: 2; left: 21px; bottom: 17px; color: white; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 120px); padding: 95px clamp(25px, 8vw, 125px); background: var(--soft); }
.faq-heading h2 { font-size: clamp(42px, 5vw, 66px); line-height: .95; }
.faq-heading p { color: var(--gray); font-size: 12px; line-height: 1.7; }
.faq-item { border-top: 1px solid #cfd5db; }
.faq-item:last-child { border-bottom: 1px solid #cfd5db; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: none; text-align: left; font: 700 14px "Manrope"; cursor: pointer; }
.faq-question span { color: var(--orange); font-size: 20px; transition: transform .2s; }
.faq-answer { display: none; padding: 0 35px 22px 0; color: var(--gray); font-size: 11px; line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span { transform: rotate(45deg); }

.related-services { padding: 95px clamp(20px, 5vw, 80px); }
.related-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { min-height: 320px; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 28px; color: white; background-position: center; background-size: cover; }
.related-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(53,16,24,.96), rgba(53,16,24,.08) 72%); }
.related-card > * { position: relative; z-index: 2; }
.related-card span { color: var(--orange-light); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }
.related-card strong { max-width: 330px; margin: 7px 0 17px; font: 700 27px/1 "Barlow Condensed"; text-transform: uppercase; }
.related-card em { font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 65px clamp(25px, 8vw, 130px); color: white; background: var(--navy); }
.cta h2 { margin: 0; }
.cta p { max-width: 560px; margin: 12px 0 0; color: #b9c7db; font-size: 12px; line-height: 1.7; }
.cta-actions { display: flex; gap: 11px; flex-shrink: 0; }

footer { padding: 54px clamp(25px, 7vw, 110px) 23px; color: white; background: #261015; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 55px; padding-bottom: 42px; }
.footer-grid p { max-width: 330px; color: #89919a; font-size: 11px; line-height: 1.7; }
.footer-grid h4 { color: #8f98a4; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin: 9px 0; color: #d4d7da; font-size: 11px; }
.footer-grid a:hover { color: var(--orange-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #2a2e32; color: #717980; font-size: 9px; }

@media (max-width: 900px) {
  .page-nav { gap: 16px; }
  .page-nav a:nth-child(2) { display: none; }
  .intro { grid-template-columns: 1fr; }
  .intro-visual { min-height: 430px; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .process-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .faq { grid-template-columns: 1fr; }
  .seo-content { grid-template-columns: 1fr; }
  .cta { display: block; }
  .cta-actions { margin-top: 25px; }
}

@media (max-width: 650px) {
  .site-header { height: 66px; padding: 0 18px; }
  .site-header .brand img { width: 215px; height: 42px; }
  .site-header > .button { display: none; }
  .menu-toggle { display: block; }
  .page-nav { position: fixed; inset: 66px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px; background: var(--navy-dark); transform: translateX(100%); transition: .25s; }
  .menu-open .page-nav { transform: translateX(0); }
  .page-nav a, .page-nav a:nth-child(2) { display: block; padding: 17px 0; border-bottom: 1px solid #2b2f33; font: 700 27px "Barlow Condensed"; }
  .service-hero { min-height: 680px; }
  .hero-inner { width: 100%; padding: 125px 21px 55px; }
  .service-hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .hero-actions, .cta-actions { flex-direction: column; }
  .intro, .options, .process, .gallery, .faq { padding: 70px 20px; }
  .seo-content, .related-services { padding: 70px 20px; }
  .related-grid { grid-template-columns: 1fr; }
  .check-list, .option-grid, .process-grid { grid-template-columns: 1fr; }
  .intro-visual { min-height: 350px; box-shadow: 14px 14px 0 var(--soft); }
  .visual-badge { left: -8px; }
  .process-step, .process-step:first-child, .process-step:nth-child(3) { padding: 20px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .gallery-grid { height: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 280px); }
  .gallery-image:first-child { grid-row: auto; }
  .cta { padding: 60px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}
