:root{--ink:#171717;--paper:#f6f2eb;--white:#fff;--red:#941f1f;--muted:#6e6a64;--line:#d8d1c8;--shadow:0 20px 50px rgba(32,24,16,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65}img{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,72px);background:rgba(246,242,235,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,23,23,.08)}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--red);border-radius:50%;color:var(--red);font-family:serif}.brand strong,.brand small{display:block;line-height:1.05}.brand strong{font-family:"Playfair Display",serif;font-size:1.2rem}.brand small{text-transform:uppercase;letter-spacing:.18em;font-size:.6rem;margin-top:5px}.nav{display:flex;align-items:center;gap:28px;font-size:.92rem}.nav a:hover,.text-link:hover{color:var(--red)}.nav-cta{padding:10px 16px;border:1px solid var(--ink);border-radius:999px}.menu-button{display:none;border:0;background:none;font:inherit}.hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:clamp(30px,6vw,90px);align-items:center;padding:clamp(54px,8vw,110px) clamp(20px,6vw,90px)}.hero-copy{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--red);margin:0 0 18px}.hero h1,.section h2{font-family:"Playfair Display",serif;line-height:1.03;margin:0}.hero h1{font-size:clamp(3rem,6vw,6.5rem);letter-spacing:-.04em}.hero-text{font-size:clamp(1.05rem,1.5vw,1.35rem);color:var(--muted);max-width:680px;margin:28px 0}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;justify-content:center;align-items:center;padding:14px 21px;border-radius:999px;font-weight:700;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--red);color:white;box-shadow:0 12px 30px rgba(148,31,31,.24)}.button.secondary{border:1px solid var(--ink)}.button.large{padding:17px 28px}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;color:var(--muted);font-size:.85rem}.trust-row span:before{content:"•";color:var(--red);margin-right:8px}.hero-image-wrap{position:relative;margin:0;min-height:640px;overflow:hidden;border-radius:220px 220px 18px 18px;box-shadow:var(--shadow)}.hero-image-wrap img{position:absolute;inset:0;height:100%;object-fit:cover}.hero-image-wrap figcaption{position:absolute;right:20px;bottom:18px;padding:8px 12px;background:rgba(255,255,255,.85);font-size:.75rem;border-radius:999px}.intro-strip{padding:28px clamp(20px,6vw,90px);background:var(--ink);color:#eee;text-align:center}.intro-strip p{max-width:960px;margin:auto;font-family:"Playfair Display",serif;font-size:clamp(1.1rem,2vw,1.7rem)}.section{padding:clamp(80px,10vw,140px) clamp(20px,6vw,90px)}.section-heading{max-width:740px;margin-bottom:48px}.section-heading.narrow{max-width:600px}.section h2{font-size:clamp(2.4rem,5vw,4.8rem);letter-spacing:-.035em}.section-heading>p:last-child{color:var(--muted);font-size:1.05rem}.tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tour-card{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(30,20,10,.08);transition:.25s ease}.tour-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.tour-card img{height:300px;object-fit:cover}.tour-card.featured{grid-column:span 2}.tour-card.featured img{height:380px}.tour-card-body{padding:24px}.tour-card h3{font-family:"Playfair Display",serif;font-size:1.65rem;margin:0 0 10px}.tour-card p{margin:0;color:var(--muted)}.tag{display:inline-block;margin-bottom:12px;color:var(--red);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.about-section{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1fr);gap:clamp(40px,8vw,120px);align-items:center;background:#eee7dc}.about-image img{height:min(72vh,760px);object-fit:cover;border-radius:18px 180px 18px 18px;box-shadow:var(--shadow)}.about-copy{max-width:680px}.lead{font-family:"Playfair Display",serif;font-size:1.55rem}.about-copy p:not(.eyebrow){color:#514d47}.text-link{display:inline-block;margin-top:18px;color:var(--red);font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits-grid article{padding:28px;border-top:1px solid var(--line);background:rgba(255,255,255,.45)}.benefits-grid strong{color:var(--red);font-size:.8rem}.benefits-grid h3{font-family:"Playfair Display",serif;font-size:1.35rem;margin:38px 0 12px}.benefits-grid p{color:var(--muted);margin:0}.quote-section{position:relative;min-height:75vh;display:grid;place-items:center;overflow:hidden}.quote-section img{position:absolute;inset:0;height:100%;object-fit:cover;filter:brightness(.55)}.quote-section blockquote{position:relative;max-width:900px;padding:40px;color:white;text-align:center;font-family:"Playfair Display",serif;font-size:clamp(2rem,5vw,5rem);line-height:1.1}.contact-section{display:flex;align-items:end;justify-content:space-between;gap:30px;background:var(--white)}.contact-section>div{max-width:700px}.contact-section p:not(.eyebrow){color:var(--muted);font-size:1.08rem}footer{padding:42px clamp(20px,6vw,90px);background:var(--ink);color:#ddd;display:grid;grid-template-columns:1fr auto;gap:28px}footer strong,footer span{display:block}footer strong{font-family:"Playfair Display",serif;font-size:1.4rem;color:white}.footer-links{display:flex;gap:24px}footer small{grid-column:1/-1;color:#918b84;border-top:1px solid #343434;padding-top:22px}
@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto}.hero-image-wrap{min-height:620px}.tour-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}.about-section{grid-template-columns:1fr}.about-image img{height:650px}.nav{display:none;position:absolute;top:72px;left:20px;right:20px;flex-direction:column;align-items:stretch;padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-button{display:block}.contact-section{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.site-header{padding:14px 18px}.hero,.section{padding-left:18px;padding-right:18px}.hero h1{font-size:3.35rem}.hero-image-wrap{min-height:480px;border-radius:140px 140px 14px 14px}.tour-grid{grid-template-columns:1fr}.tour-card.featured{grid-column:auto}.tour-card img,.tour-card.featured img{height:280px}.benefits-grid{grid-template-columns:1fr}.about-image img{height:520px}.contact-section{padding-bottom:90px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
