:root {
  --navy: #071f36;
  --navy-2: #0d3155;
  --navy-3: #17486f;
  --cream: #f4f1eb;
  --white: #ffffff;
  --ink: #102033;
  --muted: #647080;
  --gold: #c29a52;
  --gold-light: #e4c995;
  --line: rgba(7, 31, 54, .14);
  --shadow: 0 24px 70px rgba(5, 23, 40, .16);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .82rem; letter-spacing: .02em; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar p { margin: 0; }
.topbar p span { color: var(--gold-light); margin-left: 12px; }
.topbar-actions { display: flex; gap: 22px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,31,54,.08); backdrop-filter: blur(14px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 205px; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a { text-decoration: none; font-size: .92rem; font-weight: 700; color: #22374c; }
.site-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--navy); transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: #061a2d; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); border-color: var(--gold-light); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { background: rgba(255,255,255,.04); color: white; border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: white; color: var(--navy); border-color: white; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0 0 0 43%; background: url('assets/reception.webp') center 48% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,54,1) 0%, rgba(7,31,54,.98) 40%, rgba(7,31,54,.72) 58%, rgba(7,31,54,.12) 100%); }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { width: min(650px, 60%); padding: 88px 0 98px; color: white; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.6rem, 6vw, 6.7rem); line-height: .94; font-weight: 500; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.79); font-size: 1.19rem; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255,255,255,.72); font-size: .86rem; font-weight: 700; }
.hero-proof span { position: relative; padding-left: 18px; }
.hero-proof span::before { content: ''; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.trust-strip { position: relative; z-index: 3; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-grid article { min-height: 124px; padding: 26px 25px; display: flex; gap: 15px; align-items: center; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid svg { width: 34px; min-width: 34px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .95rem; line-height: 1.35; }
.trust-grid span { color: var(--muted); font-size: .78rem; line-height: 1.45; margin-top: 3px; }

.section { padding: 112px 0; }
.section-light { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading h2, .feature-copy h2, .about-copy h2, .technical-copy h2, .areas-grid h2, .contact-copy h2 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.6rem, 4.3vw, 4.7rem); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.7); overflow: hidden; transition: transform .25s, box-shadow .25s, background .25s; }
.service-card::after { content: ''; position: absolute; right: -65px; bottom: -65px; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(194,154,82,.3); transition: .3s; }
.service-card:hover { transform: translateY(-6px); background: white; box-shadow: 0 20px 45px rgba(7,31,54,.1); }
.service-card:hover::after { transform: scale(1.35); }
.service-number { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 42px 0 12px; color: var(--navy); font-size: 1.33rem; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card a { position: absolute; left: 32px; bottom: 27px; z-index: 2; color: var(--navy); font-size: .86rem; font-weight: 850; text-decoration: none; }
.service-card a span { color: var(--gold); margin-left: 5px; }

.feature-split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; background: white; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, 8vw); }
.feature-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; margin: 24px 0 0; }
.tick-list { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.tick-list li { position: relative; padding-left: 25px; color: #34465a; font-weight: 650; font-size: .9rem; }
.tick-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.text-link { color: var(--navy); font-weight: 850; text-decoration: none; }
.text-link span { color: var(--gold); }

.section-dark { background: var(--navy); color: white; }
.section-heading-light h2 { color: white; }
.section-heading-light > p:last-child { color: rgba(255,255,255,.65); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 14px; }
.gallery-item { position: relative; min-width: 0; padding: 0; border: 0; border-radius: 15px; overflow: hidden; background: #102a42; color: white; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,22,39,.88) 100%); }
.gallery-item span { position: absolute; left: 24px; right: 24px; bottom: 21px; z-index: 2; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { font-size: 1.03rem; }
.gallery-item small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; margin-top: 3px; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.about-grid { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 90px; }
.about-images { position: relative; padding: 0 45px 65px 0; }
.about-main { width: 100%; aspect-ratio: 1 / .92; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.about-inset { position: absolute; width: 47%; right: 0; bottom: 0; aspect-ratio: 1 / .82; object-fit: cover; border-radius: 14px; border: 8px solid var(--cream); box-shadow: 0 18px 45px rgba(7,31,54,.18); }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; margin: 23px 0 0; }
.credential-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.credential-grid div { padding: 20px; border-left: 3px solid var(--gold); background: white; }
.credential-grid strong, .credential-grid span { display: block; }
.credential-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.credential-grid span { color: var(--muted); font-size: .78rem; margin-top: 8px; }

.technical-section { padding: 95px 0; background: #e8edf0; }
.technical-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 90px; }
.technical-copy p:not(.eyebrow) { color: var(--muted); max-width: 640px; margin: 24px 0 32px; }
.technical-image { position: relative; }
.technical-image::before { content: ''; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); border-radius: 16px; }
.technical-image img { position: relative; z-index: 2; width: 100%; max-height: 590px; object-fit: cover; object-position: center; border-radius: 16px; box-shadow: var(--shadow); }

.section-reviews { background: white; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.review-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fbfaf8; }
.review-featured { background: var(--navy); color: white; transform: translateY(-18px); box-shadow: var(--shadow); }
.stars { color: var(--gold); letter-spacing: .08em; font-size: .9rem; }
.review-card p { margin: 21px 0 30px; font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.7; }
.review-card footer { display: flex; flex-direction: column; border-top: 1px solid rgba(100,112,128,.25); padding-top: 17px; }
.review-card footer strong { color: var(--navy); }
.review-featured footer strong { color: white; }
.review-card footer span { color: var(--muted); font-size: .78rem; }
.review-featured footer span { color: rgba(255,255,255,.55); }

.areas-section { padding: 90px 0; background: var(--cream); }
.areas-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.area-list div { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.area-list strong, .area-list span { display: block; }
.area-list strong { color: var(--navy); font-size: 1rem; }
.area-list span { color: var(--muted); font-size: .8rem; margin-top: 4px; }

.contact-section { padding: 110px 0; background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.65); margin: 24px 0 0; }
.contact-details { margin-top: 40px; display: grid; gap: 12px; }
.contact-details a { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.contact-details span { color: var(--gold-light); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.quote-form { padding: 35px; border-radius: 20px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 17px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d7dde2; border-radius: 10px; background: #f8f9fa; color: var(--ink); padding: 13px 14px; outline: 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(194,154,82,.14); }
.quote-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }

.site-footer { padding: 70px 0 24px; background: #041523; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 390px; margin: 20px 0 0; font-size: .88rem; }
.site-footer h3 { margin: 0 0 15px; color: white; font-size: .85rem; }
.site-footer a { display: block; width: fit-content; margin: 8px 0; color: rgba(255,255,255,.62); text-decoration: none; font-size: .82rem; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 800; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25D366; box-shadow: 0 16px 34px rgba(7,31,54,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; fill: white; }
.floating-whatsapp svg path:first-child { fill: white; opacity: .0; }
.floating-whatsapp svg path:last-child { fill: white; }

.lightbox { width: min(1050px, 94vw); max-width: none; padding: 0; border: 0; border-radius: 14px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(2,12,21,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 14px; }
.lightbox-close { position: absolute; right: -12px; top: -48px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-size: 1.6rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .topbar p span { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 86px; display: none; flex-direction: column; align-items: stretch; padding: 25px 30px 30px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,31,54,.12); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 6px 0; }
  .site-nav .button { margin-top: 5px; }
  .hero { min-height: 690px; }
  .hero-image { inset: 0; opacity: .55; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,31,54,.98), rgba(7,31,54,.78)); }
  .hero-copy { width: min(680px, 100%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-image { height: 520px; }
  .feature-copy { padding: 75px var(--container); }
  .about-grid, .technical-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-images { width: min(720px, 100%); }
  .technical-image { width: min(620px, calc(100% - 22px)); }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-featured { transform: none; }
  .areas-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar-inner { justify-content: center; min-height: 34px; }
  .topbar p { display: none; }
  .topbar-actions { width: 100%; justify-content: space-between; gap: 10px; font-size: .74rem; }
  .header-inner { height: 74px; }
  .brand img { width: 166px; }
  .site-nav { top: 74px; }
  .hero { min-height: 690px; }
  .hero-copy { padding: 76px 0 90px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; gap: 8px; }
  .trust-strip { margin-top: -28px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .feature-image { height: 380px; }
  .feature-copy { padding: 70px 22px; }
  .tick-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .gallery-tall { grid-row: span 1; }
  .gallery-wide { grid-column: span 2; }
  .about-grid { gap: 50px; }
  .about-images { padding-right: 28px; padding-bottom: 50px; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .technical-section { padding: 78px 0; }
  .technical-image::before { inset: 14px -14px -14px 14px; }
  .area-list { grid-template-columns: 1fr; }
  .contact-section { padding: 82px 0; }
  .quote-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

@media (max-width: 470px) {
  .topbar-actions a:first-child { display: none; }
  .topbar-actions { justify-content: center; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery-wide { grid-column: span 1; }
  .credential-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

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


.form-note a { color: var(--navy); font-weight: 700; }
.footer-bottom a { display: inline; margin: 0; color: rgba(255,255,255,.72); }

.legal-hero { padding: 92px 0 72px; background: var(--navy); color: white; }
.legal-hero h1 { color: white; max-width: 850px; }
.legal-hero p { max-width: 760px; color: rgba(255,255,255,.68); margin: 22px 0 0; }
.legal-section { padding: 80px 0 100px; background: var(--cream); }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 780px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legal-nav strong { display: block; margin-bottom: 12px; color: var(--navy); }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: .82rem; }
.legal-nav a:hover { color: var(--gold-dark); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 115px; padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.legal-content h3 { margin: 24px 0 10px; color: var(--navy); font-size: 1rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: var(--gold-dark); }
.legal-updated { display: inline-block; margin-top: 18px; color: var(--gold-light); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.simple-page { min-height: 72vh; display: grid; place-items: center; padding: 90px 20px; background: var(--cream); text-align: center; }
.simple-page .button { margin-top: 24px; }
@media (max-width: 840px) {
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-nav { position: static; }
}


/* Google Business Profile and review links */
.button-outline { background: transparent; color: var(--navy); border-color: rgba(7,31,54,.28); }
.button-outline:hover { background: var(--navy); color: white; border-color: var(--navy); }
.reviews-actions { margin-top: 42px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.reviews-actions p { margin: 0; max-width: 520px; color: var(--muted); }
.reviews-action-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) {
  .reviews-actions { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .reviews-action-buttons { width: 100%; flex-direction: column; }
  .reviews-action-buttons .button { width: 100%; }
}


/* Service pages */
.service-hero { position:relative; min-height:640px; display:grid; align-items:center; overflow:hidden; background:var(--navy); }
.service-hero-image { position:absolute; inset:0 0 0 42%; background:var(--service-image) center / cover no-repeat; }
.service-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,31,54,1) 0%,rgba(7,31,54,.98) 42%,rgba(7,31,54,.7) 62%,rgba(7,31,54,.18) 100%); }
.service-hero-inner { position:relative; z-index:2; padding:42px 0 78px; }
.breadcrumbs { display:flex; gap:10px; align-items:center; margin-bottom:54px; color:rgba(255,255,255,.62); font-size:.76rem; }
.breadcrumbs a { color:var(--gold-light); text-decoration:none; }
.service-hero-copy { width:min(720px,62%); color:white; }
.service-hero h1 { margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(3.2rem,6vw,6.2rem); line-height:.96; font-weight:500; letter-spacing:-.045em; }
.service-hero h1 em { color:var(--gold-light); font-style:italic; }
.service-hero-lead { max-width:650px; margin:27px 0 0; color:rgba(255,255,255,.78); font-size:1.14rem; }
.service-intro { padding:100px 0; background:white; }
.service-intro-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:90px; align-items:start; }
.service-intro h2,.content-copy h2,.process-copy h2,.faq-layout h2,.brand-panel h2 { margin:0; color:var(--navy); font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.45rem,4.2vw,4.4rem); line-height:1.02; font-weight:500; letter-spacing:-.035em; }
.prose p { margin:0 0 19px; color:var(--muted); font-size:1.05rem; }
.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.price-card { padding:29px; border:1px solid var(--line); border-radius:18px; background:white; min-height:240px; }
.price-card span,.price-card strong,.price-card p { display:block; }
.price-card span { color:var(--muted); font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.price-card strong { margin-top:33px; color:var(--navy); font-family:Georgia,serif; font-size:2.05rem; line-height:1.05; }
.price-card p { color:var(--muted); font-size:.83rem; margin:17px 0 0; }
.price-card-featured { background:var(--navy); border-color:var(--navy); color:white; box-shadow:var(--shadow); }
.price-card-featured span,.price-card-featured p { color:rgba(255,255,255,.64); }
.price-card-featured strong { color:var(--gold-light); }
.notice { margin-top:26px; padding:24px 27px; border-left:4px solid var(--gold); background:#fff; border-radius:0 14px 14px 0; }
.notice strong { color:var(--navy); }
.notice p { margin:8px 0 0; color:var(--muted); }
.notice-light { background:var(--cream); }
.content-split { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.content-split-reverse { grid-template-columns:1fr 1fr; }
.content-image img { width:100%; max-height:650px; object-fit:cover; border-radius:18px; box-shadow:var(--shadow); }
.content-copy > p:not(.eyebrow) { color:var(--muted); }
.tick-list-single { grid-template-columns:1fr; }
.audience-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.audience-grid article { padding:28px; border:1px solid rgba(255,255,255,.13); border-radius:16px; background:rgba(255,255,255,.04); }
.audience-grid h3 { margin:0 0 12px; color:white; font-size:1.08rem; }
.audience-grid p { margin:0; color:rgba(255,255,255,.63); font-size:.88rem; }
.audience-grid-light article { background:white; border-color:var(--line); }
.audience-grid-light h3 { color:var(--navy); }
.audience-grid-light p { color:var(--muted); }
.process-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:start; }
.process-copy { position:sticky; top:130px; }
.process-copy p:not(.eyebrow) { color:var(--muted); margin-top:22px; }
.process-list { list-style:none; padding:0; margin:0; display:grid; gap:15px; }
.process-list li { display:grid; grid-template-columns:60px 1fr; gap:22px; padding:26px; border:1px solid var(--line); border-radius:16px; background:var(--cream); }
.process-list li > span,.process-compact span { color:var(--gold); font-weight:900; letter-spacing:.1em; }
.process-list h3,.process-compact h3 { margin:0 0 6px; color:var(--navy); }
.process-list p,.process-compact p { margin:0; color:var(--muted); font-size:.88rem; }
.service-feature { min-height:600px; }
.price-inline { margin-top:32px; padding:24px; border-radius:14px; background:var(--navy); color:white; }
.price-inline span,.price-inline strong,.price-inline small { display:block; }
.price-inline span { color:var(--gold-light); font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; }
.price-inline strong { margin-top:5px; font-family:Georgia,serif; font-size:2.2rem; }
.price-inline small { margin-top:5px; color:rgba(255,255,255,.62); }
.process-compact { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.process-compact article { padding:27px; border:1px solid var(--line); border-radius:16px; background:var(--cream); }
.process-compact h3 { margin-top:25px; }
.brand-panel { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.brand-panel h2 { color:white; }
.brand-panel p:not(.eyebrow) { color:rgba(255,255,255,.63); }
.brand-chips { display:flex; flex-wrap:wrap; gap:12px; }
.brand-chips span { padding:14px 19px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:white; background:rgba(255,255,255,.05); font-weight:800; }
.lighting-gallery { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:310px; gap:14px; }
.lighting-gallery figure { position:relative; margin:0; overflow:hidden; border-radius:16px; background:var(--navy); }
.lighting-gallery .lighting-large { grid-column:span 2; grid-row:span 2; }
.lighting-gallery img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.lighting-gallery figure:hover img { transform:scale(1.035); }
.lighting-gallery figcaption { position:absolute; left:0; right:0; bottom:0; padding:40px 22px 20px; color:white; font-weight:800; background:linear-gradient(transparent,rgba(4,21,35,.86)); }
.faq-section { background:var(--cream); }
.faq-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; }
.faq-list { display:grid; gap:12px; }
.faq-list details { border:1px solid var(--line); border-radius:14px; background:white; overflow:hidden; }
.faq-list summary { position:relative; padding:21px 55px 21px 22px; color:var(--navy); font-weight:850; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; position:absolute; right:22px; top:15px; color:var(--gold); font-size:1.6rem; font-weight:400; }
.faq-list details[open] summary::after { content:'–'; }
.faq-list details p { margin:0; padding:0 22px 22px; color:var(--muted); }
.reviews-actions { margin-top:28px; padding:23px; border:1px solid var(--line); border-radius:15px; display:flex; align-items:center; justify-content:space-between; gap:24px; background:var(--cream); }
.reviews-actions p { margin:0; color:var(--muted); }
.reviews-action-buttons { display:flex; flex-wrap:wrap; gap:10px; }
.button-outline { background:transparent; color:var(--navy); }

@media (max-width:980px) {
  .service-hero-image { inset:0; opacity:.48; }
  .service-hero-overlay { background:linear-gradient(90deg,rgba(7,31,54,.98),rgba(7,31,54,.78)); }
  .service-hero-copy { width:min(720px,100%); }
  .service-intro-grid,.content-split,.content-split-reverse,.process-layout,.brand-panel,.faq-layout { grid-template-columns:1fr; gap:50px; }
  .pricing-grid,.audience-grid,.process-compact { grid-template-columns:1fr 1fr; }
  .process-copy { position:static; }
  .lighting-gallery { grid-template-columns:1fr 1fr; grid-auto-rows:260px; }
  .lighting-gallery .lighting-large { grid-column:span 2; grid-row:span 1; }
}
@media (max-width:720px) {
  .service-hero { min-height:650px; }
  .service-hero-inner { padding:32px 0 72px; }
  .breadcrumbs { margin-bottom:44px; }
  .service-hero h1 { font-size:clamp(3rem,15vw,5rem); }
  .service-intro { padding:76px 0; }
  .pricing-grid,.audience-grid,.process-compact { grid-template-columns:1fr; }
  .price-card { min-height:0; }
  .lighting-gallery { grid-template-columns:1fr; grid-auto-rows:290px; }
  .lighting-gallery .lighting-large { grid-column:span 1; }
  .reviews-actions { align-items:flex-start; flex-direction:column; }
  .reviews-action-buttons { width:100%; }
  .reviews-action-buttons .button { width:100%; }
}
