@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600;6..96,700&family=Montserrat:wght@400;500;600;700&family=Parisienne&display=swap");
:root{--ink:#191714;--ivory:#f4f0e8;--stone:#ded6c8;--gold:#a48655;--champ:#ece3d5;--white:#fffdf8;--muted:#716b63}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.75}a{text-decoration:none;color:inherit}.wrap{width:min(1280px,91%);margin:auto}
header{background:#f8f5ee;border-bottom:1px solid var(--stone);position:sticky;top:0;z-index:30}.nav{height:94px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{font-family:"Bodoni Moda",serif;font-size:24px;letter-spacing:.4px;display:flex;align-items:center;gap:11px}.logo .mark{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;position:relative}.mark:before{content:"TMS";position:absolute;inset:0;display:grid;place-items:center;font:9px Montserrat,sans-serif;letter-spacing:1px;color:var(--gold)}.mark:after{display:none}nav{justify-self:end;display:flex;gap:23px;font-size:10px;font-weight:600;letter-spacing:1.4px}nav a:hover{color:var(--gold)}
.hero{padding:42px 0 80px;min-height:calc(100vh - 94px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.kicker{font-size:10px;letter-spacing:2.2px;text-transform:uppercase;color:var(--gold);font-weight:700}.hero h1,h1,h2,h3{font-family:"Bodoni Moda",Georgia,serif}.hero h1{font-size:clamp(54px,7vw,108px);font-weight:500;line-height:.94;letter-spacing:-3px;margin:22px 0}.lead{font-size:17px;color:var(--muted);max-width:650px}.hero-photo{width:100%;height:70vh;min-height:540px;object-fit:cover;margin:0;border-radius:0}
.section{padding:110px 0}.cream{background:var(--champ)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section h2{font-size:clamp(34px,4vw,62px);font-weight:500;line-height:1.05;margin:14px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 28px}.story{border:0;padding:0;position:relative}.story img{width:100%;height:360px;object-fit:cover;margin:0 0 20px}.story:nth-child(2) img,.story:nth-child(5) img{height:430px;margin-top:42px}.story h3{font-size:25px;font-weight:500;line-height:1.18;margin:10px 0}.meta{font-size:10px;letter-spacing:1.6px;color:var(--gold);text-transform:uppercase}.story p{font-size:13px;color:var(--muted)}
.feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:center}.feature img{width:100%;height:680px;object-fit:cover}.feature h2{font-size:clamp(40px,5vw,72px);font-weight:500}.routes{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gold)}.route{padding:32px 25px;border-right:1px solid var(--stone);min-height:245px;background:transparent}.route:last-child{border-right:0}.route span{font-size:10px;letter-spacing:1px;color:var(--gold)}.route strong{display:block;font-family:"Bodoni Moda",serif;font-size:27px;font-weight:500;margin:18px 0}.article-head{padding:100px 0 45px;max-width:1060px;text-align:center}.article-head h1{font-size:clamp(52px,7vw,94px);font-weight:500;line-height:1.02;margin:20px 0}.article-head .lead{margin:auto}.article-photo{width:100%;height:680px;object-fit:cover}.article{width:min(800px,91%);margin:auto;padding:70px 0 110px}.article p{font-family:"Bodoni Moda",Georgia,serif;font-size:19px;line-height:1.95;color:#2b2823}.article h2{font-size:38px;font-weight:500;margin:68px 0 22px}.note{border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);padding:26px 0;margin:42px 0;background:transparent}
.aboutgrid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.aboutgrid:nth-child(even){grid-template-columns:.85fr 1.15fr}.aboutgrid img{width:100%;height:590px;object-fit:cover}.aboutgrid .copy{padding:25px}.contactgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px}.box{padding:45px;background:var(--white);border-top:1px solid var(--gold)}
.policy{width:min(920px,91%);margin:auto;padding:90px 0}.policy h1{font-size:clamp(54px,7vw,88px);font-weight:500}.policy h2{font-size:32px;font-weight:500;margin-top:55px}.policy p,.policy li{overflow-wrap:anywhere;color:#4f4a43}
footer{background:#191714;color:#e8dfd2;padding:75px 0 28px}footer .foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:55px}footer h4{font:500 24px "Bodoni Moda",serif;margin:0 0 14px}footer a{display:block;color:#c6beb3;margin:10px 0;font-size:12px;letter-spacing:.3px}.small{font-size:12px;color:#aaa197}.legal{border-top:1px solid #554e46;margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.cookie{display:none;position:fixed;z-index:100;bottom:20px;left:20px;right:20px;max-width:900px;margin:auto;background:#fffdf8;border:1px solid var(--gold);box-shadow:0 18px 60px #0004;padding:23px 25px}.cookie.show{display:flex;gap:22px;align-items:center}.cookie p{margin:0;flex:1;font-size:12px}.btn{padding:12px 18px;border:1px solid var(--ink);background:var(--ink);color:white;cursor:pointer;font:600 10px Montserrat,sans-serif;letter-spacing:1px;text-transform:uppercase}.btn.light{background:transparent;color:var(--ink)}.settings{display:none;position:fixed;inset:0;background:#0008;z-index:110;align-items:center;justify-content:center}.settings.show{display:flex}.modal{background:var(--white);width:min(540px,92%);padding:38px}.toggle{display:flex;justify-content:space-between;border-bottom:1px solid var(--stone);padding:18px 0}
@media(max-width:850px){.nav{display:flex;justify-content:space-between;height:auto;padding:20px 0;gap:20px}nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero{grid-template-columns:1fr;padding:45px 0}.hero-photo{min-height:420px;height:60vh}.grid{grid-template-columns:1fr 1fr}.story:nth-child(2) img,.story:nth-child(5) img{margin-top:0;height:360px}.feature,.aboutgrid,.contactgrid{grid-template-columns:1fr!important}.routes{grid-template-columns:1fr 1fr}.article-photo{height:430px}.cookie.show{display:block}.cookie .actions{margin-top:14px;display:flex;gap:7px;flex-wrap:wrap}footer .foot{grid-template-columns:1fr 1fr}}

/* Full-width luxury masthead */
.home-banner{width:100%;min-height:72vh;display:grid;grid-template-columns:1.05fr .95fr;background:#171512;color:#f4eee3}
.home-banner .banner-copy{padding:9vw 8vw;display:flex;flex-direction:column;justify-content:center}
.home-banner .banner-copy h1{font-family:"Bodoni Moda",serif;font-size:clamp(58px,8vw,126px);font-weight:500;line-height:.88;letter-spacing:-4px;margin:22px 0}
.home-banner .banner-copy .lead{color:#d8d0c4;max-width:590px}
.home-banner .banner-photo{min-height:72vh;width:100%;object-fit:cover}
.home-banner .kicker{color:#c6a66a}
.policy-links{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);margin:25px 0 42px}
.policy-links a{padding:13px 18px;font-size:10px;letter-spacing:1px;text-transform:uppercase;border-right:1px solid var(--stone);white-space:nowrap}
.policy-links a:hover{background:var(--champ)}
footer .foot{grid-template-columns:1.5fr 1fr 1fr 1fr}
footer .address{font-size:12px;color:#c6beb3;line-height:1.9}
footer .newsletter{border:1px solid #5b534a;padding:18px 20px;margin-top:18px;max-width:340px}
footer .newsletter strong{font-family:"Bodoni Moda",serif;font-size:21px;font-weight:500}
@media(max-width:850px){.home-banner{grid-template-columns:1fr}.home-banner .banner-copy{padding:70px 7vw}.home-banner .banner-photo{min-height:52vh}.policy-links a{padding:10px 12px;font-size:9px}footer .foot{grid-template-columns:1fr 1fr}}

.policy-links{display:flex!important;flex-direction:row!important;align-items:center;gap:0;width:100%;overflow-x:auto;white-space:nowrap}
.policy-links a{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px}
@media(max-width:600px){.policy-links{flex-wrap:nowrap}.policy-links a{flex:0 0 auto}}

/* Expanded editorial content */
.photo-strip{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:18px}
.photo-strip img{width:100%;height:360px;object-fit:cover}
.photo-strip img:nth-child(2){margin-top:65px;height:420px}
.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}
.editorial-split p{font-size:16px;color:var(--muted)}
.quote-block{max-width:980px;margin:auto;text-align:center;padding:95px 0}
.quote-block blockquote{font-family:"Bodoni Moda",serif;font-size:clamp(32px,4vw,60px);font-weight:500;line-height:1.18;margin:0}
.image-wide{width:100%;height:620px;object-fit:cover}
.mini-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mini-card{background:var(--white);padding:24px;border-top:1px solid var(--gold)}
.mini-card img{width:100%;height:170px;object-fit:cover;margin-bottom:16px}
footer .legal{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between}
footer .legal>span:last-child{display:flex!important;flex-direction:row!important;align-items:center;gap:14px;white-space:nowrap}
footer .legal>span:last-child a{display:inline-block!important;margin:0!important}
@media(max-width:850px){.photo-strip,.editorial-split{grid-template-columns:1fr}.photo-strip img:nth-child(2){margin-top:0}.mini-cards{grid-template-columns:1fr 1fr}.image-wide{height:420px}footer .legal{align-items:flex-start;flex-direction:column!important}footer .legal>span:last-child{flex-wrap:wrap;white-space:normal}}


/* Unique About and contact layouts */
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.contact-card{padding:28px;border:1px solid rgba(0,0,0,.12);background:#fff}
.contact-card h2{font-size:14px;letter-spacing:.08em}
.contact-value{font-size:20px;font-weight:600;overflow-wrap:anywhere}
.about-principles,.format-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.principle-card,.format-item{padding:26px;border-top:2px solid currentColor}
@media(max-width:800px){.contact-grid,.about-principles,.format-list{grid-template-columns:1fr}}


/* About visuals */
.about-visual,.about-single-image{padding:24px 0}
.about-image-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.about-image-grid img,.about-single-image img{width:100%;height:460px;object-fit:cover;display:block}
.about-single-image img{height:520px}

/* Routes unique layout */
.route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:30px}
.route-card{display:flex;flex-direction:column;gap:14px}
.route-card img{width:100%;height:260px;object-fit:cover;display:block}
.route-card h3{margin:0}
.route-card p{margin:0}
.route-types-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
.route-type{padding:28px 0;border-top:2px solid currentColor}
.route-notes{max-width:none}
.routes-close{padding-bottom:80px}
@media(max-width:900px){
  .route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .about-image-grid,.route-grid,.route-types-grid{grid-template-columns:1fr}
  .about-image-grid img,.about-single-image img{height:320px}
}


/* Fresh About and Contact visuals */
.contact-visual{padding:24px 0}
.contact-visual-top img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
}
.contact-image-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.contact-image-grid img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
}
@media(max-width:700px){
  .contact-image-grid{grid-template-columns:1fr}
  .contact-visual-top img,.contact-image-grid img{height:300px}
}


/* ===== Filled site footer ===== */
.site-footer{
  margin-top:72px;
  background:#1f3140;
  color:#eef0ec;
}
.footer-wrap{
  width:min(1320px, calc(100% - 64px));
  margin:0 auto;
  padding:58px 0 24px;
}
.footer-top{
  display:grid;
  grid-template-columns:minmax(280px,1.25fr) minmax(0,2fr);
  gap:72px;
  padding-bottom:48px;
}
.footer-logo{
  font-family:inherit;
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:.16em;
  margin-bottom:18px;
}
.footer-brand p{
  max-width:390px;
  margin:0;
  color:rgba(238,240,236,.74);
  line-height:1.75;
}
.footer-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px;
}
.footer-column h3{
  margin:0 0 17px;
  font-size:.76rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(238,240,236,.62);
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:11px;
}
.footer-links a,
.footer-legal a{
  color:#eef0ec;
  text-decoration:none;
  opacity:.88;
}
.footer-links a:hover,
.footer-legal a:hover{
  opacity:1;
  text-decoration:underline;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.17);
  padding-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.footer-copy{
  font-size:.88rem;
  color:rgba(238,240,236,.58);
}
.footer-legal{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px 24px;
  font-size:.88rem;
}
@media(max-width:900px){
  .footer-top{grid-template-columns:1fr;gap:38px}
}
@media(max-width:700px){
  .footer-wrap{width:min(100% - 36px, 1320px);padding-top:44px}
  .footer-columns{grid-template-columns:1fr 1fr;gap:32px 24px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-legal{justify-content:flex-start}
}
@media(max-width:460px){
  .footer-columns{grid-template-columns:1fr}
}


/* Guides page titles */
.guides-page-title{
  padding:82px 0 46px;
}
.guides-page-title .eyebrow{
  margin:0 0 14px;
  letter-spacing:.18em;
  font-size:.76rem;
  font-weight:700;
}
.guides-page-title h1{
  margin:0;
  max-width:850px;
  font-size:clamp(2.7rem,5vw,5.4rem);
  line-height:.98;
}
.guides-page-intro{
  max-width:650px;
  margin:24px 0 0;
  font-size:1.08rem;
  line-height:1.7;
}
.guide-card-title{
  margin:22px 0 12px;
  font-size:clamp(1.45rem,2.3vw,2.15rem);
  line-height:1.08;
}


/* ===== Cookie consent banner ===== */
.cookie-banner{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:9999;
  max-width:1180px;
  margin:0 auto;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:#f5f1e8;
  color:#243647;
  border:1px solid rgba(36,54,71,.18);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.cookie-banner--hidden{display:none}
.cookie-banner__text{max-width:760px}
.cookie-banner__text strong{
  display:block;
  margin-bottom:6px;
  font-size:1.05rem;
}
.cookie-banner__text p{
  margin:0 0 8px;
  line-height:1.55;
  color:rgba(36,54,71,.78);
}
.cookie-banner__text a{
  color:#243647;
  font-weight:700;
}
.cookie-banner__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.cookie-btn{
  border:1px solid #243647;
  padding:11px 17px;
  font:inherit;
  cursor:pointer;
}
.cookie-btn--secondary{
  background:transparent;
  color:#243647;
}
.cookie-btn--primary{
  background:#243647;
  color:#f5f1e8;
}
@media(max-width:720px){
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    padding:18px;
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
  }
  .cookie-banner__actions{width:100%}
  .cookie-btn{flex:1}
}
