:root {
  --wine: #98152c;
  --wine-dark: #681022;
  --coral: #e24b41;
  --cream: #f8f1e7;
  --paper: #fffdf9;
  --ink: #1d2020;
  --muted: #646865;
  --line: rgba(29, 32, 32, .12);
  --green: #153d34;
  --gold: #d8a64e;
  --shadow: 0 24px 70px rgba(62, 28, 24, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Plus Jakarta Sans", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: .3s ease; }
.site-header.scrolled { background: rgba(255, 253, 249, .92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 122px; height: 62px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--wine); }
.nav-cta { padding: 11px 20px; border-radius: 999px; color: #fff; background: var(--wine); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; background: var(--cream); display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(104,16,34,.15) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 80px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: .72rem; color: var(--wine); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: "DM Serif Display", serif; line-height: 1.05; letter-spacing: -.025em; font-weight: 400; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(4rem, 7.2vw, 7.3rem); }
h1::after { content: ""; display: inline-block; width: .16em; height: .16em; margin-left: .08em; border-radius: 50%; background: var(--coral); }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: #4e514f; font-size: 1.1rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 0; border-radius: 999px; padding: 13px 24px; text-decoration: none; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(152,21,44,.2); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 16px 36px rgba(152,21,44,.3); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.hero-trust { margin-top: 52px; padding-top: 25px; border-top: 1px solid rgba(29,32,32,.13); display: flex; gap: 40px; }
.hero-trust div { display: grid; }
.hero-trust strong { font-family: "DM Serif Display", serif; font-size: 1.4rem; font-weight: 400; }
.hero-trust span { color: var(--muted); font-size: .76rem; }
.hero-visual { position: relative; min-height: 575px; }
.hero-photo { position: absolute; inset: 8% 0 0 9%; border-radius: 240px 240px 26px 26px; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,15,14,.26), transparent 48%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-glow-one { width: 420px; height: 420px; right: -140px; top: -130px; background: rgba(226,75,65,.12); }
.hero-glow-two { width: 280px; height: 280px; left: 39%; bottom: -180px; background: rgba(216,166,78,.16); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; background: rgba(255,253,249,.95); box-shadow: 0 16px 50px rgba(35,15,14,.16); backdrop-filter: blur(10px); }
.card-top { left: -20px; top: 23%; padding: 16px 20px; border-radius: 16px; gap: 12px; }
.floating-icon { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); }
.floating-card p { margin: 0; font-size: .75rem; line-height: 1.35; }
.card-bottom { right: -14px; bottom: 5%; width: 225px; align-items: flex-start; flex-direction: column; padding: 18px 22px; border-radius: 16px; color: var(--ink); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.card-bottom:hover { transform: translateY(-4px); box-shadow: 0 20px 55px rgba(35,15,14,.22); }
.card-bottom:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.card-bottom .tiny { color: var(--wine); text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.card-bottom strong { font-family: "Plus Jakarta Sans", sans-serif; }
.card-bottom span { color: var(--muted); font-size: .76rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; width: 24px; height: 38px; border: 1px solid rgba(29,32,32,.25); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 3px; height: 7px; left: 10px; top: 8px; border-radius: 4px; background: var(--wine); animation: scroll 1.8s infinite; }
@keyframes scroll { 0%,100% { opacity: .2; transform: translateY(0) } 45% { opacity: 1 } 80% { opacity: 0; transform: translateY(12px) } }

.section-heading h2, .about h2, .tour-heading h2, .corporate h2, .inquiry h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); margin-bottom: 22px; }
.section-heading.centered { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about-copy .lead { margin-top: 5px; color: var(--ink); font-size: 1.25rem; font-weight: 500; }
.about-copy > p:not(.lead) { color: var(--muted); }
.promise { margin-top: 36px; padding: 24px 0 0 26px; border-left: 3px solid var(--wine); }
.promise span { color: var(--wine); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }
.promise p { margin: 6px 0 0; font-weight: 600; }

.services { background: #f5f4ef; }
.service-grid { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 0; display: grid; grid-template-columns: 72px 80px minmax(210px, .7fr) 1.3fr; align-items: center; gap: 24px; padding: 30px 8px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; transition: .25s ease; }
.service-card:hover { transform: none; box-shadow: none; padding-inline: 18px; background: rgba(255,255,255,.65); }
.service-card.feature { color: var(--ink); background: transparent; }
.service-number { position: static; color: var(--wine); opacity: 1; font-size: .68rem; font-weight: 700; }
.service-icon { width: 48px; aspect-ratio: 1; display: grid; place-items: center; margin: 0; border-radius: 50%; color: var(--wine); background: var(--paper); font-size: 1.15rem; }
.service-card.feature .service-icon { color: var(--wine); background: var(--paper); }
.service-card h3 { margin: 0; font-size: 1.65rem; }
.service-card p { margin: 0; max-width: 560px; color: var(--muted); font-size: .88rem; }
.service-card.feature p { color: var(--muted); }
.service-card a { position: absolute; right: 14px; bottom: 12px; color: var(--wine); font-weight: 700; font-size: .72rem; }

.tours { color: #fff; background: var(--green); }
.tour-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.tour-heading h2 { margin-bottom: 0; }
.tour-heading > p { margin-bottom: 16px; color: rgba(255,255,255,.65); }
.kicker.light { color: #e5bf73; }
.featured-tour { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 530px; overflow: hidden; border-radius: 24px; color: var(--ink); background: var(--cream); scroll-margin-top: 112px; }
.featured-image { position: relative; min-height: 500px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.tour-badge { position: absolute; left: 24px; top: 24px; padding: 9px 14px; border-radius: 99px; color: #fff; background: var(--wine); text-transform: uppercase; letter-spacing: .11em; font-size: .65rem; font-weight: 700; }
.image-credit { position: absolute; left: 18px; bottom: 16px; padding: 6px 9px; border-radius: 6px; color: rgba(255,255,255,.9); background: rgba(18,20,19,.68); text-decoration: none; font-size: .57rem; backdrop-filter: blur(7px); }
.image-credit:hover { color: #fff; background: rgba(18,20,19,.85); }
.image-credit:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.featured-content { display: flex; flex-direction: column; padding: 54px; }
.tour-meta { color: var(--wine); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 700; }
.featured-content h3 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.featured-content h3 em { color: var(--wine); font-family: Georgia, serif; font-weight: 400; }
.featured-content > p:not(.tour-meta) { color: var(--muted); }
.tour-includes { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 30px; }
.tour-includes span { padding: 6px 11px; border: 1px solid var(--line); border-radius: 99px; font-size: .7rem; font-weight: 600; }
.tour-footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.tour-footer > div { display: grid; }
.tour-footer strong { font-family: "DM Serif Display", serif; font-size: 2rem; font-weight: 400; }
.tour-footer small { color: var(--muted); }
.button-light { color: #fff; background: var(--green); }
.tour-note { margin: 16px 0 0; color: rgba(255,255,255,.5); font-size: .7rem; }
.custom-journey { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 48px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.055); }
.custom-journey p { margin: 0 0 7px; color: #e8c77e; text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; font-weight: 700; }
.custom-journey h3 { margin-bottom: 7px; font-size: 1.8rem; }
.custom-journey span { color: rgba(255,255,255,.62); font-size: .82rem; }

.corporate { background: var(--paper); }
.corporate-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.corporate-copy > p:not(.kicker) { color: var(--muted); max-width: 600px; }
.corporate ul { padding: 8px 0 0; list-style: none; }
.corporate li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.corporate li::before { content: "✓"; margin-right: 12px; color: var(--wine); font-weight: 800; }
.text-link { display: inline-block; margin-top: 24px; color: var(--wine); font-weight: 700; }
.proof-panel { padding: 40px; border-radius: 22px; color: #fff; background: var(--wine); box-shadow: var(--shadow); }
.proof-panel > p { margin: 0 0 25px; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .13em; font-size: .67rem; font-weight: 700; }
.experience-statement { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; padding: 10px 0 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.experience-statement strong { color: #efca80; font: 400 2.5rem "DM Serif Display", serif; white-space: nowrap; }
.experience-statement span, .awards span { color: rgba(255,255,255,.7); font-size: .82rem; }
.awards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 28px; }
.awards div { display: grid; }
.awards strong { color: #efca80; font: 400 2.1rem "DM Serif Display", serif; }

.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.why-grid article { padding: 32px 26px; border-right: 1px solid var(--line); }
.why-grid article:last-child { border-right: 0; }
.why-grid span { color: var(--wine); font-size: .7rem; font-weight: 700; }
.why-grid h3 { margin: 55px 0 12px; font-size: 1.25rem; }
.why-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.inquiry { color: #fff; background: var(--wine-dark); }
.inquiry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.inquiry-copy > p:not(.kicker) { color: rgba(255,255,255,.65); }
.contact-details { margin-top: 48px; display: grid; gap: 24px; }
.contact-details a, .contact-details p { display: grid; margin: 0; text-decoration: none; }
.contact-details span { color: #e2b66c; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 700; }
.contact-details strong { margin-top: 4px; font-weight: 500; font-size: .9rem; }
.form-shell { padding: 42px; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(31,5,12,.3); }
form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; color: #4e514f; font-size: .7rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d8d6d0; border-radius: 10px; padding: 12px 14px; color: var(--ink); background: #fff; outline: none; font-size: .9rem; font-weight: 400; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(152,21,44,.1); }
textarea { resize: vertical; }
.submit-button { width: 100%; margin-top: 4px; }
.form-note { margin: -4px 0 0; color: #858784; text-align: center; font-size: .65rem; }
.honey { position: absolute; left: -9999px; }

footer { padding: 68px 0 22px; color: #fff; background: #161817; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 70px; }
.footer-grid img { width: 118px; padding: 4px; border-radius: 8px; background: #fff; }
.footer-grid p { color: rgba(255,255,255,.55); max-width: 330px; }
.footer-grid h3 { color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: .13em; font: 700 .65rem "Plus Jakarta Sans", sans-serif; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 54px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: .25s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 27px; fill: #fff; }

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

@media (max-width: 920px) {
  .section { padding: 85px 0; }
  .hero { height: auto; min-height: 880px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 140px 0 80px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 460px; }
  .hero-photo { inset: 0 7%; border-radius: 200px 200px 22px 22px; }
  .card-top { left: 0; }
  .card-bottom { right: 0; }
  .scroll-cue { display: none; }
  .about-grid, .corporate-grid, .inquiry-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-card { grid-template-columns: 52px 60px minmax(180px, .7fr) 1.3fr; }
  .featured-tour { grid-template-columns: 1fr; }
  .featured-image { min-height: 420px; max-height: 540px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (min-width: 921px) and (max-height: 850px) {
  .hero { height: auto; min-height: 850px; }
  .hero-grid { padding-top: 130px; padding-bottom: 78px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header.scrolled, .site-header { background: rgba(255,253,249,.95); backdrop-filter: blur(16px); }
  .nav-wrap { height: 74px; }
  .brand img { width: 100px; height: 50px; }
  .nav-toggle { display: block; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 20px 24px 30px; background: var(--paper); border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: .3s; }
  nav.open { transform: none; opacity: 1; }
  nav a { padding: 13px 0; font-size: 1rem; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: 850px; }
  .hero-grid { padding-top: 120px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-trust { gap: 18px; justify-content: space-between; }
  .hero-trust span { font-size: .65rem; }
  .hero-visual { min-height: 390px; }
  .hero-photo { inset: 0 2%; }
  .card-top { top: 12%; padding: 12px; }
  .card-bottom { bottom: -16px; width: 190px; }
  .about-grid { gap: 24px; }
  .service-card { grid-template-columns: 44px 52px 1fr; gap: 14px; padding: 24px 2px; }
  .service-card h3 { font-size: 1.4rem; }
  .service-card p { grid-column: 3; }
  .service-card a { position: static; grid-column: 3; margin-top: 4px; }
  .tour-heading { grid-template-columns: 1fr; gap: 12px; }
  .featured-content { padding: 32px 24px; }
  .featured-image { min-height: 350px; }
  .tour-footer { align-items: stretch; flex-direction: column; }
  .tour-footer .button { width: 100%; }
  .custom-journey { align-items: stretch; flex-direction: column; padding: 28px 24px; }
  .corporate h2 br { display: none; }
  .proof-panel { padding: 30px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .why-grid article:last-child { border-bottom: 0; }
  .why-grid h3 { margin-top: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .form-shell { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 20px; }
}

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