:root {
  --ink: #0d2530;
  --ink-2: #183640;
  --ink-3: #294953;
  --paper: #f7f5ef;
  --white: #ffffff;
  --sand: #e7dcc7;
  --gold: #c8903e;
  --gold-dark: #a66f22;
  --sage: #d7e3dc;
  --text: #445a62;
  --muted: #718189;
  --line: rgba(13, 37, 48, .12);
  --shadow: 0 25px 70px rgba(13, 37, 48, .12);
  --radius: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.screen-reader-text, .honeypot { position: absolute !important; 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; left: 16px; top: -60px; z-index: 9999; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 24px 0; transition: .3s ease; }
.site-header.is-scrolled { padding: 12px 0; background: rgba(247,245,239,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand .custom-logo-link { display: inline-flex; }
.brand .custom-logo { max-height: 58px; width: auto; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 15px; letter-spacing: .15em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 20px; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: 0 8px 22px rgba(13,37,48,.16); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s ease; }

.hero { position: relative; min-height: 900px; padding: 150px 0 0; overflow: hidden; background: linear-gradient(135deg, #f8f5ef 0%, #edf2ed 51%, #e8e0d3 100%); }
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 520px; height: 520px; right: -190px; top: 80px; background: radial-gradient(circle at 35% 35%, rgba(200,144,62,.28), rgba(200,144,62,0) 68%); }
.orb-two { width: 470px; height: 470px; left: -240px; bottom: -180px; background: radial-gradient(circle at 60% 50%, rgba(95,141,125,.24), rgba(95,141,125,0) 70%); }
.route-line { position: absolute; width: 740px; height: 740px; border: 1px solid rgba(13,37,48,.08); border-radius: 50%; right: -260px; top: 70px; }
.route-line::before, .route-line::after { content: ""; position: absolute; inset: 82px; border: 1px dashed rgba(13,37,48,.08); border-radius: 50%; }
.route-line::after { inset: 170px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; min-height: 640px; }
.eyebrow, .kicker { color: var(--gold-dark); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.hero h1, .section h2, .legal-content h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 680px; font-size: clamp(54px, 6vw, 86px); }
.hero h1 em { color: var(--gold-dark); font-weight: 500; }
.hero-lead { max-width: 640px; margin: 28px 0 34px; color: var(--text); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 26px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 14px 30px rgba(13,37,48,.18); }
.button-primary:hover { background: var(--ink-2); box-shadow: 0 18px 34px rgba(13,37,48,.24); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.5); border-color: rgba(13,37,48,.16); }
.button-ghost:hover { background: #fff; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 650px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust div { display: grid; }
.hero-trust strong { font-size: 14px; }
.hero-trust span { color: var(--muted); font-size: 12px; }

.journey-card { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.72); border-radius: 32px; background: rgba(255,255,255,.72); box-shadow: 0 40px 100px rgba(13,37,48,.15); backdrop-filter: blur(16px); transform: rotate(1.1deg); }
.journey-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(13,37,48,.08); border-radius: 24px; pointer-events: none; }
.card-topline { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 2px 4px 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: #3f725a; letter-spacing: .08em; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #68a37f; box-shadow: 0 0 0 5px rgba(104,163,127,.12); }
.map-visual { position: relative; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #eef3ef, #ece5d7); }
.map-visual svg { width: 100%; height: auto; }
.journey-summary { position: relative; display: grid; gap: 6px; padding-top: 15px; }
.journey-summary > div { display: flex; align-items: center; gap: 14px; padding: 11px 10px; border-radius: 14px; }
.journey-summary > div:hover { background: rgba(13,37,48,.04); }
.journey-summary span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: var(--gold-dark); background: #f3eadb; font-weight: 800; font-size: 11px; }
.journey-summary p { display: grid; margin: 0; line-height: 1.35; }
.journey-summary strong { font-size: 13px; }
.journey-summary small { color: var(--muted); font-size: 11px; }
.trust-ribbon { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 60px; min-height: 74px; color: #d6e2e4; background: var(--ink); border-radius: 22px 22px 0 0; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.trust-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { position: relative; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .process h2, .standards h2, .faq h2, .quote-section h2 { margin-top: 16px; font-size: clamp(42px, 5vw, 64px); }
.section-heading p { margin: 0 0 5px; color: var(--text); font-size: 17px; }
.section-heading.centered { display: block; max-width: 850px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered p { max-width: 680px; margin: 22px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 340px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); background: #fff; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: var(--ink); }
.service-card.featured p { color: #b8c7cc; }
.service-card.featured a { color: #fff; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 50px; color: var(--gold); border-radius: 16px; background: rgba(200,144,62,.12); }
.service-card.featured .service-icon { background: rgba(255,255,255,.1); }
.service-icon svg { width: 30px; height: 30px; }
.service-number { position: absolute; top: 36px; right: 36px; color: var(--muted); font-size: 11px; letter-spacing: .15em; }
.service-card h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.025em; }
.service-card p { max-width: 520px; margin: 14px 0 28px; color: var(--text); }
.service-card a, .text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(13,37,48,.22); }
.service-card a span, .text-link span { color: var(--gold); }

.process { color: #fff; overflow: hidden; background: var(--ink); }
.process::before { content: ""; position: absolute; width: 700px; height: 700px; left: -340px; top: -260px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.process-copy, .process-steps { position: relative; }
.kicker-light { color: #e6b86f; }
.process-copy > p { margin: 26px 0; color: #b9c9ce; font-size: 17px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #e1e9eb; }
.check-list span { color: var(--gold); }
.process .text-link { color: #fff; border-color: rgba(255,255,255,.25); }
.process-steps { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.process-steps article { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 28px; background: rgba(13,37,48,.88); transition: background .2s ease; }
.process-steps article:hover { background: var(--ink-2); }
.process-steps article > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--gold); border: 1px solid rgba(200,144,62,.45); border-radius: 50%; font-size: 12px; font-weight: 800; }
.process-steps h3 { margin: 0; font-size: 18px; }
.process-steps p { margin: 7px 0 0; color: #aebfc5; font-size: 14px; }

.experiences { background: #f1eee6; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 26px; background: #fff; box-shadow: 0 18px 55px rgba(13,37,48,.08); transition: transform .3s ease; }
.experience-card:hover { transform: translateY(-7px); }
.experience-art { height: 260px; overflow: hidden; }
.experience-art svg { width: 100%; height: 100%; }
.experience-card.cape .experience-art { color: #77948a; background: linear-gradient(145deg, #e8eee9, #cdd9d3); }
.experience-card.cape .experience-art svg path:first-child { fill: #49695f; }
.experience-card.cape .experience-art svg path:nth-child(2) { fill: #8ca99f; }
.experience-card.cape .experience-art svg circle { fill: #d9a858; }
.experience-card.wine .experience-art { color: #8a6f51; background: linear-gradient(145deg, #eee5d8, #dac7ae); }
.experience-card.wine .experience-art svg path:first-child { fill: #8c795d; }
.experience-card.wine .experience-art svg circle { fill: #d39b4d; }
.experience-card.garden .experience-art { color: #4f797a; background: linear-gradient(145deg, #dce9e5, #bdd3cf); }
.experience-card.garden .experience-art svg path:first-child { fill: #557e76; }
.experience-card.garden .experience-art svg path:nth-child(2) { fill: #7da1a0; }
.experience-card.garden .experience-art svg circle { fill: #e2b865; }
.experience-content { padding: 28px 30px 32px; }
.experience-content > span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.experience-content h3 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.experience-content p { margin: 0 0 20px; color: var(--text); font-size: 14px; }
.experience-content a { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--line); }

.standards { background: #fff; }
.standards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.standards-panel { position: sticky; top: 120px; padding: 44px; border-radius: 26px; background: linear-gradient(145deg, #edf2ed, #e6ddcf); }
.standards-panel p { color: var(--text); }
.standards-list { display: grid; }
.standards-list article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.standards-list article:first-child { padding-top: 0; }
.standards-list article > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.standards-list h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.standards-list p { margin: 9px 0 0; color: var(--text); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { color: var(--text); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details div { padding: 0 40px 24px 0; }
.accordion p { margin: 0; color: var(--text); }

.quote-section { color: #fff; overflow: hidden; background: var(--ink); }
.quote-section::before { content: ""; position: absolute; right: -250px; bottom: -300px; width: 750px; height: 750px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.quote-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p { color: #b8c8cd; font-size: 17px; }
.quote-points { display: grid; gap: 18px; margin: 38px 0; }
.quote-points > div { display: flex; gap: 15px; }
.quote-points > div > span { color: var(--gold); font-size: 11px; font-weight: 800; }
.quote-points p { display: grid; margin: 0; }
.quote-points small { margin-top: 3px; color: #a9bbc1; }
.direct-contact { display: grid; gap: 10px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.direct-contact a { display: grid; }
.direct-contact span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.quote-form-card { padding: 42px; color: var(--ink); border-radius: 28px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.22); }
.quote-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-row-three { grid-template-columns: 1fr 1fr .7fr; }
.quote-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; color: var(--ink); background: #f7f8f6; border: 1px solid rgba(13,37,48,.13); border-radius: 11px; outline: none; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.quote-form input, .quote-form select { height: 50px; padding: 0 14px; }
.quote-form textarea { resize: vertical; min-height: 112px; padding: 13px 14px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { background: #fff; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,144,62,.12); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #98a5a9; font-weight: 450; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: var(--text) !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.consent a { color: var(--gold-dark); text-decoration: underline; }
.button-full { width: 100%; border: 0; }
.form-footnote { margin: -3px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.form-message { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; font-size: 13px; }
.form-message.success { color: #25563f; background: #e7f4eb; border: 1px solid #bdddc8; }
.form-message.error { color: #8a3636; background: #faecec; border: 1px solid #ebc5c5; }

.site-footer { padding: 75px 0 28px; color: #bdcbd0; background: #081b23; }
.footer-grid { display: grid; grid-template-columns: 1.65fr .7fr .9fr .9fr; gap: 55px; }
.brand-light { color: #fff; }
.brand-light .brand-copy small { color: #91a5ad; }
.footer-brand p { max-width: 430px; margin: 22px 0 0; }
.company-id { color: #889da5; font-size: 12px; }
.footer-grid h2 { margin: 8px 0 18px; color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: #a9bbc1; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #81969e; font-size: 11px; }
.footer-bottom p { margin: 0; }
.provider-note { max-width: 660px; text-align: right; }

.legal-main { min-height: 70vh; padding: 150px 0 100px; background: linear-gradient(145deg, #f8f5ef, #eef2ed); }
.legal-shell { max-width: 900px; }
.legal-content { padding: clamp(30px, 6vw, 70px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.legal-content h1 { margin: 14px 0 15px; font-size: clamp(44px, 7vw, 72px); }
.legal-content h2 { margin: 38px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--text); }
.legal-content a:not(.button) { color: var(--gold-dark); text-decoration: underline; }
.legal-updated { padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted) !important; font-size: 13px; }
.error-page { text-align: center; }
.error-page .button { margin-top: 15px; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .primary-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: 58px; }
  .process-grid, .standards-grid, .faq-grid, .quote-grid { gap: 55px; }
  .experience-card { min-height: 455px; }
}

@media (max-width: 900px) {
  .site-header { padding: 16px 0; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 90px 30px; font-size: 22px; background: rgba(247,245,239,.98); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { font-size: 16px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { margin-left: auto; margin-right: auto; text-align: left; }
  .journey-card { width: min(100%, 650px); margin: 0 auto; transform: none; }
  .trust-ribbon { margin-top: 55px; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .process-grid, .standards-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; }
  .process-copy, .standards-panel, .faq-intro, .quote-copy { position: static; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 300px; }
  .experience-art { height: 100%; min-height: 300px; }
  .experience-content { align-self: center; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .journey-card { padding: 15px; border-radius: 24px; }
  .journey-card::before { inset: 7px; border-radius: 19px; }
  .trust-ribbon { gap: 11px; padding: 18px; border-radius: 16px 16px 0 0; }
  .trust-ribbon span { font-size: 9px; }
  .section { padding: 72px 0; }
  .section-heading h2, .process h2, .standards h2, .faq h2, .quote-section h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .service-icon { margin-bottom: 36px; }
  .process-steps article { grid-template-columns: 48px 1fr; gap: 14px; padding: 22px 18px; }
  .experience-card { display: block; min-height: 0; }
  .experience-art { height: 230px; min-height: 0; }
  .standards-panel { padding: 30px; }
  .standards-list article { grid-template-columns: 48px 1fr; gap: 12px; }
  .accordion summary { font-size: 16px; }
  .quote-form-card { padding: 24px 18px; border-radius: 20px; }
  .form-row, .form-row-three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .provider-note { text-align: left; }
  .legal-main { padding: 120px 0 70px; }
  .legal-content { border-radius: 20px; }
}

/* Protoscape 88 v1.1 visual travel update */
.photo-hero {
  min-height: 860px;
  padding: 142px 0 0;
  color: #fff;
  background: #071820;
}
.photo-hero .hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero-luxury-pickup.webp');
  background-size: cover;
  background-position: center 34%;
  transform: scale(1.01);
}
.photo-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,18,24,.96) 0%, rgba(4,18,24,.88) 39%, rgba(4,18,24,.46) 64%, rgba(4,18,24,.13) 100%),
    linear-gradient(180deg, rgba(3,15,21,.28), rgba(3,15,21,.08) 50%, rgba(3,15,21,.75));
}
.photo-hero .hero-backdrop { display: none; }
.hero-photo-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .62fr);
  min-height: 610px;
  align-items: center;
  gap: 74px;
}
.photo-hero .hero-copy { max-width: 760px; }
.photo-hero .eyebrow { color: #f2c276; }
.photo-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.01;
  text-shadow: 0 8px 34px rgba(0,0,0,.18);
}
.photo-hero .hero-lead {
  max-width: 650px;
  color: rgba(255,255,255,.84);
  font-size: 18px;
}
.button-ghost-light {
  color: #fff;
  border-color: rgba(255,255,255,.64);
  background: rgba(5,21,28,.2);
  backdrop-filter: blur(8px);
}
.button-ghost-light:hover { color: var(--ink); background: #fff; }
.hero-trust-light { border-top-color: rgba(255,255,255,.18); }
.hero-trust-light strong { color: #fff; }
.hero-trust-light span { color: rgba(255,255,255,.64); }
.hero-booking-card {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: rgba(5,23,31,.74);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
}
.booking-card-kicker {
  color: #efb75e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero-booking-card h2 {
  margin: 13px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.hero-booking-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-booking-card li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-booking-card li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #efb75e;
  border: 1px solid rgba(239,183,94,.5);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
}
.hero-booking-card li div { display: grid; }
.hero-booking-card li strong { font-size: 15px; }
.hero-booking-card li small { margin-top: 2px; color: rgba(255,255,255,.62); line-height: 1.45; }
.hero-booking-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 15px 17px;
  color: #102630;
  border-radius: 12px;
  background: #d59c43;
  font-size: 13px;
  font-weight: 850;
}
.trust-ribbon-photo {
  position: relative;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  background: rgba(4,19,26,.82);
  backdrop-filter: blur(18px);
}
.trust-ribbon-photo i { background: rgba(255,255,255,.22); }

.image-services { background: #f8f5ef; }
.visual-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.visual-service-card {
  overflow: hidden;
  border: 1px solid rgba(13,37,48,.1);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(13,37,48,.07);
  transition: transform .28s ease, box-shadow .28s ease;
}
.visual-service-card:hover { transform: translateY(-7px); box-shadow: 0 26px 65px rgba(13,37,48,.13); }
.visual-service-card > img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: transform .5s ease;
}
.visual-service-card:hover > img { transform: scale(1.035); }
.visual-service-card > div { position: relative; padding: 27px 28px 30px; }
.visual-service-card > div > span {
  position: absolute;
  right: 25px;
  top: 27px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.visual-service-card h3 {
  max-width: calc(100% - 38px);
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.visual-service-card p { min-height: 76px; margin: 13px 0 22px; color: var(--text); font-size: 14px; }
.visual-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  border-bottom: 1px solid rgba(13,37,48,.18);
  font-size: 12px;
  font-weight: 850;
}
.visual-service-card a b { color: var(--gold); font-size: 15px; }

.travel-assurance {
  position: relative;
  padding: 72px 0;
  color: #fff;
  overflow: hidden;
  background: #092630;
}
.travel-assurance::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -250px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.022), 0 0 0 140px rgba(255,255,255,.014);
}
.assurance-heading { position: relative; max-width: 760px; margin: 0 auto 46px; text-align: center; }
.assurance-heading > span { color: #efb75e; font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.assurance-heading h2 { margin: 13px 0 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.assurance-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-grid article { padding: 12px 30px; text-align: center; border-left: 1px solid rgba(255,255,255,.13); }
.assurance-grid article:first-child { border-left: 0; }
.assurance-grid article > span { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 17px; color: #efb75e; border: 1px solid rgba(239,183,94,.48); border-radius: 50%; font-weight: 900; }
.assurance-grid h3 { margin: 0; font-size: 16px; }
.assurance-grid p { margin: 8px 0 0; color: #adc0c6; font-size: 13px; line-height: 1.55; }

.photo-experiences { background: #f0ece3; }
.experience-photo-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, 280px);
  gap: 17px;
}
.experience-photo-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0b222c;
  box-shadow: 0 17px 50px rgba(13,37,48,.11);
}
.experience-photo-card.experience-wide { grid-row: 1 / 3; }
.experience-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.experience-photo-card:hover img { transform: scale(1.045); }
.experience-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,18,25,.86)); }
.experience-photo-card > div { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 23px; color: #fff; }
.experience-photo-card > div span { color: #efb75e; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.experience-photo-card h3 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; line-height: 1.05; }
.experience-photo-card p { max-width: 380px; margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.experience-wide h3 { font-size: 38px; }

@media (min-width: 981px) {
  body:not(.scrolled) .site-header:not(.is-scrolled) .brand-copy strong,
  body:not(.scrolled) .site-header:not(.is-scrolled) .primary-nav > a:not(.nav-cta) { color: #fff; }
  body:not(.scrolled) .site-header:not(.is-scrolled) .brand-copy small { color: rgba(255,255,255,.65); }
  body:not(.scrolled) .site-header:not(.is-scrolled) .nav-cta { color: #122832; background: #d39a40; }
}

@media (max-width: 1100px) {
  .hero-photo-grid { grid-template-columns: 1fr .72fr; gap: 40px; }
  .visual-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .assurance-grid article:nth-child(3) { border-left: 0; }
}

@media (max-width: 980px) {
  .photo-hero { min-height: auto; padding-top: 125px; }
  .photo-hero .hero-photo { background-position: 62% center; }
  .photo-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(4,18,24,.96), rgba(4,18,24,.78)), linear-gradient(180deg, transparent, rgba(3,15,21,.68));
  }
  .hero-photo-grid { grid-template-columns: 1fr; min-height: 0; gap: 35px; padding-bottom: 48px; }
  .photo-hero .hero-copy { max-width: 720px; }
  .hero-booking-card { max-width: 660px; }
  .visual-service-card > img { height: 230px; }
  .experience-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 260px 260px; }
  .experience-photo-card.experience-wide { grid-column: 1 / 3; grid-row: auto; }
  .experience-photo-card:last-child { grid-column: 1 / 3; }
}

@media (max-width: 700px) {
  .photo-hero { padding-top: 110px; }
  .photo-hero .hero-photo { background-position: 67% center; }
  .photo-hero .hero-overlay { background: linear-gradient(90deg, rgba(4,18,24,.96), rgba(4,18,24,.84)); }
  .photo-hero h1 { font-size: 46px; }
  .photo-hero .hero-lead { font-size: 16px; }
  .hero-booking-card { padding: 24px 20px; }
  .hero-booking-card h2 { font-size: 29px; }
  .trust-ribbon-photo { display: none; }
  .visual-service-grid { grid-template-columns: 1fr; }
  .visual-service-card > img { height: 235px; }
  .visual-service-card p { min-height: 0; }
  .assurance-grid { grid-template-columns: 1fr; gap: 0; }
  .assurance-grid article, .assurance-grid article:nth-child(3) { padding: 25px 10px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .assurance-grid article:first-child { border-top: 0; }
  .experience-photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .experience-photo-card, .experience-photo-card.experience-wide, .experience-photo-card:last-child { grid-column: auto; grid-row: auto; height: 290px; }
  .experience-photo-card.experience-wide { height: 380px; }
}
