
/* Tams House homepage redesign — scoped to body.tams-home-new */
:root{
  --th-ink:#211f1b; --th-muted:#746d64; --th-paper:#f6f1e9; --th-white:#fff;
  --th-gold:#b58a47; --th-line:#ddd4c7; --th-dark:#191714; --th-soft:#ebe3d7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tams-home-new{margin:0;background:var(--th-paper);color:var(--th-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
.tams-home-new img{display:block;max-width:100%}
.tams-home-new a{text-decoration:none}
.th-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.th-nav{position:absolute;z-index:20;left:0;right:0;top:0;color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}
.th-nav-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.th-logo img{height:46px;width:auto}
.th-nav-links{display:flex;align-items:center;gap:25px;font-size:12px;letter-spacing:.08em;font-weight:700;text-transform:uppercase}
.th-nav-links>a{color:#fff}
.th-booking{display:flex;gap:8px}
.th-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid var(--th-ink);color:var(--th-ink);font-size:11px;letter-spacing:.08em;font-weight:700;text-transform:uppercase;transition:.2s ease}
.th-btn:hover{transform:translateY(-1px)}
.th-btn-gold{background:var(--th-gold);border-color:var(--th-gold);color:#fff!important}
.th-btn-light{border-color:rgba(255,255,255,.72);color:#fff!important;background:rgba(20,18,16,.16)}
.th-hero{min-height:720px;position:relative;display:flex;align-items:center;color:#fff;background:#111;overflow:hidden}
.th-hero-bg{position:absolute;inset:0}
.th-hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.58)}
.th-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.15) 65%,rgba(0,0,0,.06))}
.th-hero-copy{position:relative;z-index:2;max-width:720px;padding-top:80px}
.th-kicker{color:#c99b4e;text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700}
.th-hero h1,.tams-home-new h2,.tams-home-new h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.08;margin:0}
.th-hero h1{font-size:clamp(48px,6vw,80px);margin:20px 0}
.tams-home-new h2{font-size:clamp(34px,4vw,52px)}
.th-hero-lead{font-size:20px;max-width:600px;color:rgba(255,255,255,.9)}
.th-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.th-section{padding:90px 0}
.th-intro{display:grid;grid-template-columns:.9fr 1.35fr;gap:72px;align-items:center}
.th-copy p{color:var(--th-muted);font-size:17px;margin:18px 0 28px}
.th-photo-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:235px 235px;gap:12px}
.th-photo-grid>div{overflow:hidden}
.th-photo-grid .th-big{grid-row:1/3}
.th-photo-grid img{width:100%;height:100%;object-fit:cover}
.th-specials{background:#171512;color:#fff;position:relative;overflow:hidden}
.th-specials:before{content:"";position:absolute;inset:0;background:url("../images/background/weekly-menu-backgraund.jpg") center/cover;opacity:.16}
.th-specials>.th-wrap{position:relative}
.th-center{text-align:center}
.th-section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:34px}
.th-section-head p{max-width:520px;color:var(--th-muted);margin:0}
.th-specials .th-section-head p{color:#d0c9bf}
#special-offers-sheet{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
#special-offers-sheet .dish-panel{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);padding:24px 22px;min-height:155px;text-align:left}
#special-offers-sheet .dish--title{font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#fff;margin:0 0 7px}
#special-offers-sheet .dish--desc{color:#cfc8be;margin:0 0 14px}
#special-offers-sheet .dish--price{color:#d1a459;font-weight:700}
#special-offers-sheet .divider--shape-12{display:none}
.th-food{background:#fff}
.th-food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.th-food-card img{width:100%;height:340px;object-fit:cover}
.th-food-card h3{font-size:24px;margin:18px 0 8px}
.th-food-card p{color:var(--th-muted);margin:0}
.th-atmo{padding:0;background:var(--th-dark);color:#fff}
.th-atmo-grid{display:grid;grid-template-columns:1.1fr .9fr;min-height:470px}
.th-atmo-image img{width:100%;height:100%;object-fit:cover}
.th-atmo-copy{padding:72px;display:flex;flex-direction:column;justify-content:center}
.th-atmo-copy p{color:#d3cdc3;max-width:450px}
.th-moments{background:#f1ebe1}
.th-mosaic{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:230px 230px;gap:10px}
.th-mosaic>div{overflow:hidden}.th-mosaic img{width:100%;height:100%;object-fit:cover}
.th-mosaic .th-wide{grid-row:1/3}.th-mosaic .th-tall{grid-column:3;grid-row:1/3}
.th-rooms{text-align:center}
.th-rooms-copy{max-width:680px;margin:0 auto}.th-rooms-copy p{color:var(--th-muted)}
.th-rooms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.th-rooms-grid img{width:100%;height:310px;object-fit:cover}
.th-reviews{background:#211e1a;color:#fff}
.th-reviews .testimonial-panel{background:rgba(255,255,255,.06);padding:25px;margin:8px;border:1px solid rgba(255,255,255,.11)}
.th-reviews .testimonial--body p{color:#ddd5cb}
.th-reviews .testimonial--img{display:none}
.th-reviews .testimonial--author h4{color:#d2a45a;font-size:14px}
.th-reviews .testimonial--rating{color:#d2a45a}
.th-news{background:#fff}
.th-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.th-news .blog-entry{border:1px solid var(--th-line);background:#fff;height:100%}
.th-news .entry--img img{width:100%;height:240px;object-fit:cover}
.th-news .entry--content{padding:20px}
.th-news .entry--title h4{font-family:Georgia,"Times New Roman",serif;font-size:22px}
.th-news .entry--meta,.th-news .entry--date{font-size:12px;color:var(--th-muted)}
.th-footer{background:#151310;color:#eee;padding:55px 0}
.th-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.th-footer img{height:54px;width:auto;margin-bottom:15px}
.th-footer p,.th-footer small{color:#aaa}
.th-footer a{color:#ddd}
.th-cms-compat{display:none!important}
@media(max-width:1080px){
  .th-nav-links>a:not(.th-essential){display:none}
  .th-nav-links{gap:10px}.th-btn{padding:0 14px}
}
@media(max-width:900px){
  .th-intro,.th-atmo-grid,.th-footer-grid{grid-template-columns:1fr}
  .th-food-grid,.th-rooms-grid,#special-offers-sheet{grid-template-columns:1fr}
  .th-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 260px}
  .th-mosaic .th-wide{grid-column:1/3;grid-row:auto}.th-mosaic .th-tall{grid-column:auto;grid-row:auto}
  .th-atmo-copy{padding:55px 30px}
}
@media(max-width:620px){
  .th-wrap{width:min(100% - 24px,1180px)}.th-section{padding:65px 0}.th-hero{min-height:680px}
  .th-nav-inner{align-items:flex-start;padding-top:18px}.th-logo img{height:38px}
  .th-booking{flex-direction:column}.th-booking .th-btn{min-height:36px;padding:0 10px;font-size:9px}
  .th-photo-grid{display:block}.th-photo-grid>div{height:230px;margin-bottom:10px}
  .th-mosaic{display:block}.th-mosaic>div{height:240px;margin-bottom:10px}
}
