:root{
  --orange:#a8803c;
  --orange-deep:#856226;
  --orange-soft:#e4d6b6;
  --plum:#4a3b2b;
  --plum-deep:#322820;
  --plum-soft:#8a7860;
  --cream:#f3ecdd;
  --warm:#e8dcc6;
  --ink:#26231f;
  --ink-soft:#4f4a40;
  --muted:#7c776c;
  --gold:#bf9a45;
  --line:rgba(74,59,43,.16);
  --shadow-sm:0 2px 12px rgba(42,29,20,.08);
  --shadow-md:0 16px 50px rgba(42,29,20,.14);
  --shadow-lg:0 30px 80px rgba(42,29,20,.20);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.serif{font-family:Georgia,'Times New Roman',serif}

.utility{background:var(--plum-deep);color:#dbe7dc;font-size:13px;padding:9px 0;letter-spacing:.04em;position:relative;z-index:60}
.utility-in{max-width:1380px;margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;align-items:center}
.utility a{color:#fff;font-weight:600;transition:.2s}
.utility a:hover{color:var(--orange-soft)}
.utility .pipe{opacity:.3;margin:0 14px}
@media(max-width:780px){.utility-in{justify-content:center;padding:0 16px;font-size:12px}.utility .left{display:none}}

.header{position:absolute;top:38px;left:0;right:0;z-index:50}
.nav{max-width:1380px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:flex-start;gap:24px}
.brand{display:flex;align-items:center;gap:14px;color:#fff}
.brand .mark{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);overflow:hidden;padding:6px}
.brand .mark img{width:100%;height:100%;object-fit:contain}
.brand-text .name{font-family:Georgia,'Times New Roman',serif;font-size:23px;font-weight:600;line-height:1;color:#fff;letter-spacing:.005em}
.brand-text .sub{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-top:5px;font-weight:500}
.menu{display:flex;gap:26px;align-items:center;margin-left:auto}
.menu>a{font-size:14px;font-weight:500;color:#fff;letter-spacing:.04em;position:relative;padding:6px 0;transition:.25s}
.menu>a::after{content:"";position:absolute;left:50%;right:50%;bottom:-2px;height:2px;background:var(--orange-soft);transition:.3s}
.menu>a:hover{color:var(--orange-soft)}
.menu>a:hover::after{left:0;right:0}
.cta-call{background:#fff;color:var(--plum-deep);padding:13px 26px;border-radius:999px;font-size:13.5px;font-weight:700;letter-spacing:.03em;display:inline-flex;align-items:center;gap:8px;transition:.25s;box-shadow:0 8px 24px rgba(0,0,0,.18);margin-left:18px}
.cta-call:hover{background:var(--orange);color:#fff;transform:translateY(-2px)}
.menu-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0;transition:.25s;border-radius:2px}
@media(max-width:1100px){
  .menu{position:fixed;top:0;right:-100%;bottom:0;width:80%;max-width:340px;background:linear-gradient(160deg,var(--plum-deep) 0%,var(--plum) 100%);flex-direction:column;align-items:stretch;padding:90px 30px 30px;gap:0;margin-left:0;transition:.4s cubic-bezier(.7,0,.3,1);z-index:100;box-shadow:-20px 0 60px rgba(0,0,0,.3)}
  .menu.open{right:0}
  .menu>a{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:16px}
  .menu .cta-call{margin-top:20px;margin-left:0;justify-content:center}
  .menu-toggle{display:block;z-index:101}
  .nav .cta-call.desktop-only{display:none}
}
@media(min-width:1101px){.menu .cta-call.mobile-only{display:none}}

/* HERO BIG BANNER - 加高到 920px */
.hero{position:relative;min-height:920px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#1a0e08}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg::before{content:"";position:absolute;inset:0;background:url('../images/hero-bg.webp') center center/cover no-repeat;opacity:.55}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg, rgba(50,40,32,.94) 0%, rgba(74,59,43,.78) 40%, rgba(50,40,32,.55) 75%, rgba(74,59,43,.45) 100%)}
.hero-in{position:relative;z-index:2;max-width:1380px;margin:0 auto;padding:200px 28px 140px;width:100%;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}
.hero-text .badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:10px 18px;border-radius:999px;font-size:11.5px;letter-spacing:.28em;text-transform:uppercase;color:#fff;font-weight:600;margin-bottom:32px;border:1px solid rgba(255,255,255,.2)}
.hero-text .badge::before{content:"●";color:#cba24e;font-size:14px}
.hero-text h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,7.2vw,92px);font-weight:600;line-height:1.02;letter-spacing:-.02em;margin-bottom:28px;color:#fff}
.hero-text h1 em{font-style:italic;color:var(--orange-soft);font-weight:500}
.hero-text .lede{font-size:19px;color:rgba(255,255,255,.92);margin-bottom:42px;max-width:580px;line-height:1.65;font-weight:400}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.btn-primary{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 100%);color:#fff;padding:20px 38px;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:.04em;display:inline-flex;align-items:center;gap:12px;transition:.3s;box-shadow:0 14px 40px rgba(168,128,60,.45);border:0;cursor:pointer}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(168,128,60,.6)}
.btn-glass{background:rgba(255,255,255,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;padding:20px 32px;border-radius:999px;font-size:15px;font-weight:600;letter-spacing:.04em;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.25);transition:.3s}
.btn-glass:hover{background:rgba(255,255,255,.22);transform:translateY(-3px)}

.hero-cards{display:grid;grid-template-columns:1fr;gap:14px}
.hero-card{background:rgba(255,255,255,.10);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:22px 26px;display:flex;align-items:center;gap:18px;color:#fff;transition:.3s}
.hero-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}
.hero-card .ic{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 100%);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:0 8px 24px rgba(74,59,43,.4)}
.hero-card .label{font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:4px;font-weight:600}
.hero-card .value{font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:600;color:#fff}
.hero-card .value small{font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:rgba(255,255,255,.75);font-style:italic;display:block;margin-top:2px}

.hero-scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);color:#fff;font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:500;text-align:center;opacity:.7;z-index:5}
.hero-scroll::after{content:"";display:block;width:1px;height:40px;background:#fff;margin:14px auto 0;animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{0%,100%{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}

@media(max-width:1000px){
  .hero{min-height:auto}
  .hero-in{grid-template-columns:1fr;padding:160px 24px 100px;gap:50px}
  .hero-bg::after{background:linear-gradient(180deg,rgba(50,40,32,.96) 0%,rgba(74,59,43,.85) 50%,rgba(74,59,43,.4) 100%)}
  .hero-scroll{display:none}
}
@media(max-width:560px){
  .hero-in{padding:130px 20px 80px}
  .btn-primary,.btn-glass{padding:16px 24px;font-size:14px}
  .hero-card{padding:18px 20px}
  .hero-card .value{font-size:18px}
}

.ticker{background:var(--plum-deep);color:#fff;padding:22px 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.05)}
.ticker-in{display:flex;gap:60px;animation:tick 32s linear infinite;white-space:nowrap;font-size:14px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.ticker-in span{display:flex;align-items:center;gap:60px}
.ticker-in span::after{content:"✦";color:var(--orange);font-size:14px;margin-left:60px}
@keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.about{padding:130px 28px;background:var(--cream);position:relative;overflow:hidden}
.about::before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(168,128,60,.08) 0%,transparent 70%);pointer-events:none}
.about-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;gap:90px;align-items:center;position:relative;z-index:2}
.about-imgs{position:relative;height:620px}
.about-imgs .a{position:absolute;top:0;left:0;width:62%;height:78%;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);z-index:2}
.about-imgs .a img{width:100%;height:100%;object-fit:cover}
.about-imgs .b{position:absolute;bottom:0;right:0;width:62%;height:62%;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);z-index:3;border:8px solid var(--cream)}
.about-imgs .b img{width:100%;height:100%;object-fit:cover}
.about-imgs .deco{position:absolute;bottom:-20px;left:-20px;width:140px;height:140px;background:linear-gradient(135deg,var(--orange) 0%,var(--plum) 100%);border-radius:50%;z-index:1;opacity:.85}
.about-imgs .deco-2{position:absolute;top:50px;right:30px;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:18px;color:var(--plum);background:#fff;padding:14px 22px;border-radius:999px;box-shadow:var(--shadow-md);z-index:4}
.about-imgs .deco-2::before{content:"✦ ";color:var(--orange-deep)}

.about-text .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:22px;display:flex;align-items:center;gap:14px}
.about-text .eyebrow::before{content:"";width:40px;height:1px;background:var(--orange-deep)}
.about-text h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(40px,5vw,60px);font-weight:600;line-height:1.08;color:var(--ink);margin-bottom:30px;letter-spacing:-.01em}
.about-text h2 em{font-style:italic;color:var(--orange-deep)}
.about-text p{font-size:17px;color:var(--ink-soft);margin-bottom:18px;line-height:1.75}
.about-features{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.feat{display:flex;align-items:flex-start;gap:14px;padding:18px;background:var(--warm);border-radius:14px;transition:.3s}
.feat:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.feat .ic{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.feat .label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:3px}
.feat .val{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:600;color:var(--ink)}
@media(max-width:1000px){
  .about{padding:90px 24px}
  .about-wrap{grid-template-columns:1fr;gap:60px}
  .about-imgs{height:520px}
}
@media(max-width:560px){.about-imgs{height:420px}.about-features{grid-template-columns:1fr}}

.services{padding:130px 28px;background:linear-gradient(180deg,var(--warm) 0%,var(--cream) 100%);position:relative}
.section-head{max-width:780px;margin:0 auto 70px;text-align:center}
.section-head .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:22px;display:inline-block}
.section-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,58px);font-weight:600;line-height:1.08;color:var(--ink);margin-bottom:20px;letter-spacing:-.005em}
.section-head h2 em{font-style:italic;color:var(--orange-deep)}
.section-head p{font-size:17px;color:var(--ink-soft);line-height:1.7}
.svc-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.svc{background:#fff;border-radius:24px;overflow:hidden;transition:.4s;border:1px solid var(--line);position:relative;color:inherit;display:block}
.svc:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--orange-soft)}
.svc .img{aspect-ratio:4/5;overflow:hidden;position:relative}
.svc .img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.svc:hover .img img{transform:scale(1.08)}
.svc .img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55) 100%)}
.svc .price{position:absolute;top:18px;right:18px;background:#fff;color:var(--plum-deep);padding:10px 18px;border-radius:999px;font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:700;z-index:2;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.svc .duration{position:absolute;bottom:18px;left:18px;color:#fff;font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;z-index:2;background:rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:8px 14px;border-radius:999px}
.svc .body{padding:26px 26px 30px}
.svc h3{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:600;color:var(--ink);margin-bottom:10px}
.svc p{font-size:14.5px;color:var(--ink-soft);line-height:1.6;margin-bottom:18px}
.svc .more{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange-deep);display:inline-flex;align-items:center;gap:6px;transition:.2s}
.svc:hover .more{gap:12px;color:var(--plum)}
@media(max-width:1100px){.svc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.svc-grid{grid-template-columns:1fr}.services{padding:80px 20px}.section-head{margin-bottom:50px}}

/* GALLERY masonry */
.gallery{padding:130px 28px;background:var(--cream)}
.gal-grid{max-width:1280px;margin:0 auto;column-count:3;column-gap:18px}
.gal-grid .g{break-inside:avoid;margin-bottom:18px;border-radius:18px;overflow:hidden;position:relative;cursor:pointer;display:block;background:var(--warm)}
.gal-grid .g img{width:100%;height:auto;display:block;transition:transform .6s}
.gal-grid .g:hover img{transform:scale(1.05)}
.gal-grid .g::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(50,40,32,.6) 100%);opacity:0;transition:.3s;pointer-events:none}
.gal-grid .g:hover::after{opacity:1}
@media(max-width:900px){.gal-grid{column-count:2;column-gap:14px}.gal-grid .g{margin-bottom:14px}}
@media(max-width:560px){.gallery{padding:80px 20px}.gal-grid{column-count:1}}

/* AREAS */
.geo{padding:130px 28px;background:var(--warm)}
.geo-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.geo-card{background:#fff;border-radius:14px;padding:24px 26px;border:1px solid var(--line);transition:.25s;color:inherit;display:block}
.geo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--orange-soft)}
.geo-card h3{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:600;color:var(--ink);margin-bottom:6px}
.geo-card .meta{font-size:13px;color:var(--muted);margin-bottom:8px}
.geo-card .route{font-size:13.5px;color:var(--ink-soft);line-height:1.55}
.geo-card .more{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange-deep);margin-top:12px;display:inline-block}
@media(max-width:900px){.geo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.geo-grid{grid-template-columns:1fr}}

/* REVIEWS */
.reviews{background:var(--warm);padding:130px 28px}
.reviews-wrap{max-width:1280px;margin:0 auto}
.reviews-head{text-align:center;margin-bottom:60px}
.reviews-head .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:18px;display:inline-block}
.reviews-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,58px);font-weight:600;color:var(--ink);margin-bottom:24px;line-height:1.1}
.reviews-head h2 em{font-style:italic;color:var(--orange-deep)}
.review-rating{display:inline-flex;align-items:center;gap:14px;background:#fff;padding:18px 28px;border-radius:999px;box-shadow:var(--shadow-sm);margin-bottom:8px}
.review-rating .stars{font-size:22px;letter-spacing:2px;color:#f5b945}
.review-rating .score{font-family:Georgia,'Times New Roman',serif;font-size:34px;font-weight:600;color:var(--ink);line-height:1}
.review-rating .meta{font-size:13px;color:var(--muted);letter-spacing:.04em}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px}
.review-card{background:#fff;padding:28px;border-radius:18px;border:1px solid var(--line);transition:.25s;display:flex;flex-direction:column}
.review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.review-card .top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.review-card .avatar{width:42px;height:42px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;background:var(--orange)}
.review-card .a-1{background:#9a7d9e}.review-card .a-2{background:#9a8a5a}.review-card .a-3{background:#b89a5a}
.review-card .a-4{background:#7a90b8}.review-card .a-5{background:#9d6fa8}.review-card .a-6{background:#5a8eb8}
.review-card .name{font-weight:600;color:var(--ink);font-size:14.5px;line-height:1.2}
.review-card .when{font-size:12px;color:var(--muted);margin-top:3px}
.review-card .stars{color:#f5b945;letter-spacing:1px;font-size:14px;margin-bottom:10px}
.review-card .text{font-size:14.5px;line-height:1.7;color:var(--ink-soft);flex:1}
.reviews-cta{text-align:center;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.reviews-cta a{padding:14px 26px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.04em;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.25s}
.reviews-cta .primary{background:var(--plum-deep);color:#fff}
.reviews-cta .primary:hover{background:var(--orange-deep);transform:translateY(-2px)}
.reviews-cta .ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.reviews-cta .ghost:hover{background:var(--ink);color:#fff}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr;gap:16px}}
@media(max-width:560px){.reviews-grid{grid-template-columns:1fr}.reviews{padding:80px 20px}}

/* FAQ */
.faq{padding:130px 28px;background:var(--cream)}
.faq-list{max-width:880px;margin:0 auto}
.faq-item{background:#fff;border-radius:14px;margin-bottom:14px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.faq-item summary{padding:22px 26px;font-size:16.5px;font-weight:600;cursor:pointer;list-style:none;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:18px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:26px;color:var(--orange-deep);transition:.25s;font-weight:300}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item .a{padding:0 26px 22px;font-size:15px;color:var(--ink-soft);line-height:1.75}

/* VISIT MAP */
.visit{padding:130px 28px;background:var(--warm)}
.visit-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.visit-info h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,46px);font-weight:600;color:var(--ink);margin-bottom:22px}
.visit-info h2 em{font-style:italic;color:var(--orange-deep)}
.visit-info p{font-size:16px;color:var(--ink-soft);margin-bottom:20px;line-height:1.7}
.visit-info table{width:100%;margin:24px 0;border-collapse:collapse}
.visit-info td{padding:10px 0;border-bottom:1px solid var(--line);font-size:14.5px}
.visit-info td:first-child{color:var(--muted);font-weight:500}
.visit-info td:last-child{text-align:right;color:var(--ink);font-weight:600}
.visit-map{position:relative;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md);min-height:480px}
.visit-map iframe{width:100%;height:100%;min-height:480px;border:0;display:block}
.map-overlay-btn{position:absolute;bottom:20px;right:20px;background:#fff;color:var(--ink);padding:14px 22px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.04em;box-shadow:0 8px 28px rgba(0,0,0,.18);text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.25s;z-index:5}
.map-overlay-btn:hover{background:var(--orange-deep);color:#fff;transform:translateY(-2px)}
@media(max-width:900px){.visit-wrap{grid-template-columns:1fr;gap:30px}}

/* HOMEPAGE BLOG SECTION */
.home-blog{background:var(--cream);padding:130px 28px}
.home-blog-wrap{max-width:1280px;margin:0 auto}
.home-blog-head{text-align:center;margin-bottom:60px}
.home-blog-head .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:18px;display:inline-block}
.home-blog-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,58px);font-weight:600;color:var(--ink);margin-bottom:20px;line-height:1.1}
.home-blog-head h2 em{font-style:italic;color:var(--orange-deep)}
.home-blog-head p{font-size:16px;color:var(--ink-soft);max-width:600px;margin:0 auto;line-height:1.6}
.home-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}
.home-blog-card{background:#fff;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;transition:.25s;border:1px solid transparent;display:flex;flex-direction:column}
.home-blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--orange-soft)}
.home-blog-card .img{aspect-ratio:16/10;overflow:hidden;background:#f1ebe2}
.home-blog-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.home-blog-card:hover .img img{transform:scale(1.06)}
.home-blog-card .body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.home-blog-card .tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:10px}
.home-blog-card h3{font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:600;color:var(--ink);line-height:1.25;margin-bottom:8px;flex:1}
.home-blog-card .date{font-size:12px;color:var(--muted);margin-top:8px}
.home-blog-cta{text-align:center}
.home-blog-cta a{background:var(--plum-deep);color:#fff;padding:16px 32px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.05em;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.25s}
.home-blog-cta a:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:var(--shadow-md)}
@media(max-width:1100px){.home-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.home-blog-grid{grid-template-columns:1fr}.home-blog{padding:80px 20px}}

/* CTA BAND */
.cta-band{padding:100px 28px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 50%,var(--plum) 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}
.cta-band-in{max-width:880px;margin:0 auto;position:relative;z-index:2}
.cta-band h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,5vw,58px);font-weight:600;line-height:1.1;margin-bottom:22px;color:#fff;letter-spacing:-.01em}
.cta-band h2 em{font-style:italic}
.cta-band p{font-size:18px;color:rgba(255,255,255,.95);margin-bottom:36px;max-width:580px;margin-left:auto;margin-right:auto;line-height:1.65}
.cta-band .btn-primary{background:#fff;color:var(--plum-deep);font-size:16px;padding:22px 42px;box-shadow:0 14px 40px rgba(0,0,0,.25)}
.cta-band .btn-primary:hover{background:var(--plum-deep);color:#fff}

/* FOOTER */
.footer{background:var(--plum-deep);color:#bba194;padding:90px 28px 36px}
.footer-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(217,165,116,.15)}
.footer-brand .mark{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:22px;padding:6px;overflow:hidden}
.footer-brand .mark img{width:100%;height:100%;object-fit:contain}
.footer-brand .name{font-family:Georgia,'Times New Roman',serif;font-size:24px;color:#fff;margin-bottom:16px;font-weight:600}
.footer-brand p{font-size:14px;line-height:1.75;color:#bba194;max-width:380px}
.footer-col h4{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--orange-soft);margin-bottom:24px;font-weight:700}
.footer-col a,.footer-col p{display:block;font-size:14px;color:#bba194;margin-bottom:11px;line-height:1.55;transition:.2s}
.footer-col a:hover{color:#fff;padding-left:6px}
.footer-bottom{max-width:1380px;margin:0 auto;padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#8a7060;flex-wrap:wrap;gap:16px}
.footer-bottom a{color:var(--orange-soft);text-decoration:underline;text-underline-offset:3px;display:inline-block;padding:6px 2px}
.footer-bottom a:hover{color:#fff}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}

@media(max-width:560px){
  .utility{padding:7px 0}
  .utility-in{min-height:28px}
  .header{top:32px}
  .nav{padding:0 18px}
  .brand{gap:10px}
  .brand .mark{width:50px;height:50px}
  .brand-text .name{font-size:21px}
  .brand-text .sub{font-size:9px;letter-spacing:.24em}
  .hero-in{padding:112px 18px 54px}
  .hero-text .badge{margin-bottom:18px;padding:8px 14px;letter-spacing:.18em}
  .hero-text h1{font-size:42px;line-height:1.04;margin-bottom:16px}
  .hero-text .lede{font-size:16px;line-height:1.5;margin-bottom:24px}
  .hero-cta{gap:10px}
  .btn-primary,.btn-glass{width:100%;justify-content:center;padding:14px 18px}
  .about,.services,.gallery,.geo,.reviews,.faq,.visit,.home-blog,.related,.cta-band{padding:56px 18px}
  .section-head{margin-bottom:34px}
  .section-head .eyebrow{margin-bottom:14px}
  .section-head h2{font-size:34px;margin-bottom:14px}
  .section-head p{font-size:15px;line-height:1.55}
  .about-wrap{gap:32px}
  .about-imgs{height:360px}
  .svc .body{padding:18px}
  .geo-card{padding:18px}
  .reviews-head{margin-bottom:32px}
  .visit-card{padding:22px}
  .home-blog-head{margin-bottom:34px}
  .cta-band p{font-size:16px;line-height:1.5;margin-bottom:24px}
  .article-head{padding:120px 18px 48px}
  .article-head .crumb{margin-bottom:14px}
  .article-head h1{font-size:38px;margin-bottom:14px}
  .article-head .lede{font-size:16px;line-height:1.5}
  .article{padding:44px 18px}
  .article-body{font-size:15.5px;line-height:1.65}
  .article-body h2{margin:34px 0 14px}
  .article-body p{margin-bottom:16px}
  .areas-wrap{margin:22px auto;padding:0 18px}
  .areas-header{margin-bottom:22px}
  .areas-map{margin:20px 0}
  .areas-grid{gap:14px;margin-top:20px}
  .chat-strip{padding:18px 16px!important;margin-top:20px!important}
  .footer{padding:50px 22px 28px}
  .footer-grid{gap:28px;padding-bottom:32px}
  .footer-brand .mark{margin-bottom:14px}
  .footer-brand .name{font-size:22px;margin-bottom:10px}
  .footer-col h4{margin-bottom:14px}
  .footer-col a,.footer-col p{font-size:14px;margin-bottom:8px}
  .footer-bottom{display:block;padding-top:20px;line-height:1.8}
  .footer-bottom>div+div{margin-top:8px}
}

.float-call{position:fixed;bottom:24px;right:24px;z-index:60;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 100%);color:#fff;width:64px;height:64px;border-radius:50%;display:none;align-items:center;justify-content:center;box-shadow:0 12px 32px rgba(74,59,43,.5);animation:pulse 2.4s ease-in-out infinite}
@keyframes pulse{0%,100%{box-shadow:0 12px 32px rgba(74,59,43,.5),0 0 0 0 rgba(74,59,43,.5)}50%{box-shadow:0 12px 32px rgba(74,59,43,.5),0 0 0 18px rgba(74,59,43,0)}}
@media(max-width:900px){.float-call{display:flex}}


/* === SUB-PAGE LAYOUTS (services / articles / areas / blog / guide) === */
.article-head{background:linear-gradient(135deg,var(--plum-deep) 0%,var(--plum) 100%);padding:160px 28px 80px;color:#fff;position:relative;overflow:hidden}
.article-head::before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(168,128,60,.15) 0%,transparent 70%)}
.article-head-in{max-width:980px;margin:0 auto;position:relative;z-index:2}
.article-head .crumb{font-size:12px;letter-spacing:.16em;color:rgba(255,255,255,.7);margin-bottom:22px}
.article-head .crumb a{color:var(--orange-soft);transition:.2s}
.article-head .crumb a:hover{color:#fff}
.article-head .crumb span{margin:0 8px;opacity:.4}
.article-head .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-soft);font-weight:700;margin-bottom:18px;display:inline-block}
.article-head h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(40px,5.5vw,68px);font-weight:600;line-height:1.05;color:#fff;margin-bottom:22px;letter-spacing:-.01em}
.article-head h1 em{font-style:italic;color:var(--orange-soft)}
.article-head .lede{font-size:19px;color:rgba(255,255,255,.92);max-width:760px;line-height:1.6}

.article{padding:80px 28px;background:var(--cream)}
.article-body{max-width:780px;margin:0 auto;font-size:17px;line-height:1.8;color:var(--ink-soft)}
.article-body h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3.6vw,40px);color:var(--ink);margin:48px 0 18px;font-weight:600;line-height:1.15}
.article-body h2 em{font-style:italic;color:var(--orange-deep)}
.article-body h3{font-family:Georgia,'Times New Roman',serif;font-size:24px;color:var(--ink);margin:32px 0 14px;font-weight:600}
.article-body p{margin-bottom:20px}
.article-body a.inline{color:var(--orange-deep);font-weight:600;border-bottom:1px solid var(--orange-soft);transition:.2s}
.article-body a.inline:hover{color:var(--plum);border-bottom-color:var(--plum)}
.article-body ul,.article-body ol{margin:18px 0 24px 26px}
.article-body li{margin-bottom:10px}
.article-body blockquote{border-left:3px solid var(--orange-deep);padding:14px 0 14px 26px;margin:32px 0;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:21px;color:var(--ink);line-height:1.5}
.article-body .quotable{background:var(--warm);padding:24px 28px;border-radius:14px;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:20px;color:var(--ink);margin:40px 0;line-height:1.5}
.article-body .key-fact{background:#fff;border-left:4px solid var(--orange-deep);padding:20px 24px;border-radius:8px;margin:30px 0;font-size:15px;line-height:1.65;box-shadow:var(--shadow-sm)}
.article-body .inline-cta{background:linear-gradient(135deg,var(--plum-deep) 0%,var(--plum) 100%);color:#fff;padding:30px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:40px 0}
.article-body .inline-cta-text h4{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#fff;margin-bottom:6px}
.article-body .inline-cta-text p{color:rgba(255,255,255,.9);font-size:14.5px;margin:0}
.article-body .inline-cta a{background:#fff;color:var(--plum-deep);padding:14px 24px;border-radius:999px;font-weight:700;font-size:14px;letter-spacing:.04em;flex-shrink:0;text-decoration:none}
@media(max-width:560px){.article-body .inline-cta{flex-direction:column;text-align:center;align-items:stretch}}

.faq-h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3.6vw,40px);color:var(--ink);margin:60px 0 30px;font-weight:600;text-align:center}
.faq-h2 em{font-style:italic;color:var(--orange-deep)}

/* RELATED */
.related{background:var(--warm);padding:90px 28px}
.related-inner{max-width:1280px;margin:0 auto}
.related-head{text-align:center;margin-bottom:50px}
.related-head .eyebrow{font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:14px;display:inline-block}
.related-head h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3.6vw,40px);color:var(--ink);font-weight:600}
.related-head h3 em{font-style:italic;color:var(--orange-deep)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.related-card{background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.25s;border:1px solid var(--line)}
.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--orange-soft)}
.related-card .img{aspect-ratio:16/10;overflow:hidden}
.related-card .img img{width:100%;height:100%;object-fit:cover}
.related-card .body{padding:20px 22px}
.related-card .tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--orange-deep);font-weight:700;margin-bottom:8px}
.related-card h4{font-family:Georgia,'Times New Roman',serif;font-size:18px;color:var(--ink);font-weight:600;margin-bottom:6px;line-height:1.3}
.related-card p{font-size:13px;color:var(--ink-soft);line-height:1.5}
@media(max-width:900px){.related-grid{grid-template-columns:1fr}}

@media(max-width:900px){
  .header{top:44px!important}
  .nav{padding:10px 24px 18px!important}
  .brand .mark{width:64px!important;height:64px!important}
  .hero-in{padding-top:190px!important}
  .services{padding-bottom:46px!important}
  .gallery,.geo,.home-blog,.reviews,.visit,.faq{padding:52px 24px!important}
  .cta-band{padding:64px 24px!important}
  .section-head,.home-blog-head,.reviews-head,.related-head{margin-bottom:32px!important}
  .section-head .eyebrow,.home-blog-head .eyebrow,.reviews-head .eyebrow,.related-head .eyebrow{margin-bottom:12px!important}
  .section-head h2,.home-blog-head h2,.reviews-head h2,.related-head h3{margin-bottom:14px!important}
  .geo-grid{gap:14px!important}
  .geo-card{padding:20px!important}
  .home-blog-grid{gap:16px!important;margin-bottom:28px!important}
  .reviews-grid{margin-bottom:24px!important}
  .reviews-chat-hint{margin-top:16px!important}
  .visit-wrap{gap:24px!important}
  .visit-info p{margin-bottom:14px!important}
  .visit-info table{margin:18px 0!important}
  .visit-map{min-height:340px!important}
  .visit-map iframe{min-height:340px!important}
  .faq-item{margin-bottom:10px!important}
  .chat-strip{margin-top:0!important}
}

@media(max-width:560px){
  .header{top:42px!important}
  .nav{padding:12px 20px 20px!important}
  .brand .mark{width:60px!important;height:60px!important}
  .hero-in{padding:200px 18px 58px!important}
  .about,.services,.gallery,.geo,.reviews,.faq,.visit,.home-blog,.related,.cta-band{padding:56px 18px!important}
  .article-head{padding:120px 18px 48px!important}
  .article{padding:44px 18px!important}
  .article-body{font-size:15.5px!important;line-height:1.65!important}
  .article-body h2{margin:34px 0 14px!important}
  .areas-wrap{margin:22px auto!important;padding:0 18px!important}
  .chat-strip{padding:18px 16px!important;margin-top:20px!important}
  .footer{padding:50px 22px 28px!important}
  .footer-grid{gap:28px!important;padding-bottom:32px!important}
  .footer-bottom{display:block!important;padding-top:20px!important;line-height:1.8!important}
}

@media(max-width:560px){
  .services{padding-bottom:34px!important}
  .gallery{padding-top:38px!important;padding-bottom:34px!important}
  .geo{padding-top:40px!important;padding-bottom:34px!important}
  .home-blog{padding-top:42px!important;padding-bottom:38px!important}
  .reviews{padding-top:40px!important;padding-bottom:34px!important}
  .visit{padding-top:42px!important;padding-bottom:34px!important}
  .faq{padding-top:42px!important;padding-bottom:36px!important}
  .cta-band{padding:54px 22px!important}
  .section-head{margin-bottom:26px!important}
  .section-head .eyebrow,.home-blog-head .eyebrow,.reviews-head .eyebrow{margin-bottom:10px!important}
  .section-head h2,.home-blog-head h2,.reviews-head h2{margin-bottom:12px!important}
  .section-head p,.home-blog-head p{line-height:1.48!important}
  .gal-grid .g{margin-bottom:10px!important}
  .geo-grid{gap:12px!important}
  .geo-card{padding:17px 18px!important}
  .home-blog-head,.reviews-head{margin-bottom:24px!important}
  .home-blog-grid{gap:14px!important;margin-bottom:24px!important}
  .reviews-grid{margin-bottom:22px!important}
  .reviews-chat-hint{margin-top:16px!important}
  .visit-wrap{gap:20px!important}
  .visit-info p{margin-bottom:14px!important}
  .visit-info table{margin:16px 0!important}
  .visit-map{min-height:300px!important}
  .visit-map iframe{min-height:300px!important}
  .map-overlay-btn{right:14px!important;bottom:14px!important;padding:12px 16px!important}
  .faq-list{margin-top:0!important}
  .faq-item{margin-bottom:10px!important}
  .faq-item summary{padding:18px 20px!important;font-size:15.5px!important}
  .faq-item .a{padding:0 20px 18px!important}
  #faqMoreBtn{margin-top:0!important}
  .chat-strip{margin-top:0!important}
}


/* ============================================================
   AD MCN · C-CLASS MANUAL OVERRIDE — Sunny Massage Spa
   (gomassage123.com) — plum+orange palette, dark menu,
   Serenity footer, uniform buttons, no-crop, tight rhythm.
   Appended last = authoritative. Marker: ADMCN-SUNNY-OVERRIDE
   ============================================================ */

html{overflow-x:clip;}
body{overflow-x:clip;}

/* ---- Two-tier dark header (utility bar + dark menu) ---- */
.utility{background:#2a352b !important;color:rgba(255,255,255,.82) !important;}
.utility a{color:#fff !important;}
.header{position:sticky !important;top:0 !important;left:0;right:0;z-index:300 !important;
  background:#2a352b !important;border-bottom:1px solid rgba(212,165,116,.22) !important;
  padding:.55rem 0 !important;}
.nav{max-width:1320px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:1rem;}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;}
.brand .mark img,.brand .mark{width:44px;height:44px;object-fit:contain;border-radius:50%;background:#fff;}
.brand .name{font-family:Georgia,'Times New Roman',serif;font-size:1.3rem;font-weight:600;color:#fff;line-height:1.05;}
.brand .sub{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--orange-soft,#bcd6c4);font-weight:600;}
.menu{display:flex;gap:1.5rem;align-items:center;margin-left:auto;margin-right:1.2rem;}
.menu>a{font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;
  color:rgba(255,255,255,.86) !important;white-space:nowrap;padding-bottom:3px;border-bottom:2px solid transparent;}
.menu>a:hover{color:#fff !important;}
.menu>a.active{color:#fff !important;border-bottom-color:var(--orange-soft,#bcd6c4) !important;}
.cta-call{background:linear-gradient(135deg,var(--orange,#347a59),var(--orange-deep,#1f4a38)) !important;
  color:#fff !important;padding:.6rem 1.2rem !important;border-radius:999px;font-size:.85rem;font-weight:700;white-space:nowrap;}
.menu-toggle span{background:#fff !important;}

/* ---- Unified headings: no decorative italic/colored em ---- */
h1 em,h2 em,h3 em,h4 em,.hero-text h1 em,.about-text h2 em,.section-head h2 em,
.brand em,.name em{font-style:normal !important;color:inherit !important;font-weight:inherit !important;}

/* ---- Buttons: uniform width+height, one line, equal in groups ---- */
.btn-primary,.btn-glass,.btn,a.btn-primary,a.btn-glass{
  white-space:nowrap !important;min-height:54px !important;min-width:220px !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  padding-top:0 !important;padding-bottom:0 !important;line-height:1 !important;text-align:center;}
.hero-cta,.cta-row,.cta-actions,.btn-row,.reviews-cta,.svc-cta{
  display:flex;gap:1rem;flex-wrap:wrap;}
.hero-cta>*,.cta-row>*,.cta-actions>*,.btn-row>*,.reviews-cta>*,.svc-cta>*{
  flex:1 1 0 !important;min-width:0 !important;max-width:300px !important;}
.cta-actions,.reviews-cta{justify-content:center;}

/* ---- Images: no-crop natural ratio (gallery already masonry) ---- */
.gal-grid .g img{width:100% !important;height:auto !important;object-fit:contain !important;}

/* ---- Canonical Serenity footer ---- */
.footer{background:#2a352b !important;color:rgba(255,255,255,.62) !important;padding:0 !important;}
.footer-grid{max-width:1240px;margin:0 auto;padding:2.8rem 28px 1.9rem !important;
  display:grid !important;grid-template-columns:1.5fr 1fr 1fr 1.25fr 1fr !important;gap:2.2rem !important;
  border-bottom:1px solid rgba(212,165,116,.16) !important;}
.footer-brand{display:flex;flex-direction:column;}
.footer-brand .mark img,.footer-brand .mark{width:54px;height:54px;border-radius:50%;background:#fff;object-fit:contain;margin-bottom:.6rem;}
.footer-brand .name{font-family:Georgia,'Times New Roman',serif;font-size:1.3rem;color:#fff;}
.footer-brand p{font-size:.88rem;line-height:1.7;color:rgba(255,255,255,.55);max-width:300px;margin-top:.5rem;}
.footer-col h4{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--orange-soft,#bcd6c4) !important;margin-bottom:1rem;font-weight:700;}
.footer-col a{display:block;font-size:.9rem;color:rgba(255,255,255,.7) !important;margin-bottom:.55rem;text-decoration:none;}
.footer-col a:hover{color:#fff !important;}
.footer-col p{font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:.55rem;}
.footer-bottom{max-width:1240px;margin:0 auto;padding:1.1rem 28px !important;display:flex;
  justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:rgba(255,255,255,.45);}
.footer-bottom a{color:rgba(255,255,255,.6);text-decoration:none;margin:0 .2rem;}
.footer-bottom a:hover{color:#fff;}

/* ---- Tighter section rhythm (no big empty bands) ---- */
section{padding-top:3.2rem !important;padding-bottom:3.2rem !important;}
.hero{padding-top:2.4rem !important;padding-bottom:2.6rem !important;min-height:auto !important;}
.footer{padding:0 !important;}

/* ---- Page-builder helpers for new About/Service/Gallery/Contact/Guide ---- */
.page-hero{background:linear-gradient(135deg,var(--warm,#f7eddc),var(--orange-soft,#bcd6c4));padding:3rem 28px 2.4rem;text-align:center;}
.page-hero .eyebrow{display:inline-block;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--orange-deep,#1f4a38);font-weight:700;margin-bottom:.9rem;}
.page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.1rem,4.4vw,3.2rem);font-weight:600;color:var(--plum,#234b3b);line-height:1.12;margin-bottom:1rem;}
.page-hero p.lede{font-size:1.08rem;color:var(--ink-soft,#5d4435);line-height:1.7;max-width:760px;margin:0 auto 1.6rem;}
.wrap{max-width:1080px;margin:0 auto;padding:0 28px;}
.sec{padding:2.8rem 0;}
.sec h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:600;color:var(--plum,#234b3b);margin-bottom:1rem;}
.sec h3{font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;font-weight:600;color:var(--plum,#234b3b);margin-bottom:.5rem;}
.sec p{font-size:1.02rem;color:var(--ink-soft,#5d4435);line-height:1.75;margin-bottom:1rem;max-width:760px;}
.sec-alt{background:var(--warm,#f7eddc);}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.4rem;align-items:stretch;}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:1.4rem;align-items:center;}
.pcard{background:#fff;border:1px solid rgba(74,59,43,.14);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;}
.pcard .ph{aspect-ratio:4/3;overflow:hidden;background:var(--orange-soft,#bcd6c4);}
.pcard .ph img{width:100%;height:100%;object-fit:cover;display:block;}
.pcard .bd{padding:1.4rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1;}
.pcard .bestfor{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-deep,#1f4a38);font-weight:700;min-height:1.4em;}
.pcard p{font-size:.93rem;color:var(--muted,#8a7060);line-height:1.6;margin:0;flex:1;}
.pcard .more{margin-top:.6rem;color:var(--orange-deep,#1f4a38);font-weight:700;font-size:.88rem;}
.imgbox{border-radius:16px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 14px 34px rgba(50,40,32,.16);}
.imgbox img{width:100%;height:100%;object-fit:cover;display:block;}
.cta-band{background:linear-gradient(135deg,var(--plum,#234b3b),var(--plum-deep,#2a352b));color:#fff;text-align:center;padding:3rem 28px;}
.cta-band h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:600;color:#fff;margin-bottom:.7rem;}
.cta-band p{color:rgba(255,255,255,.88);font-size:1.04rem;margin:0 auto 1.2rem;max-width:620px;}
.cta-band .btn-primary{background:#fff !important;color:var(--plum-deep,#2a352b) !important;}
.cta-band .btn-glass{background:rgba(255,255,255,.14) !important;color:#fff !important;border:1px solid rgba(255,255,255,.5);}
.info-list{list-style:none;padding:0;margin:1.2rem 0;max-width:560px;}
.info-list li{display:flex;gap:.8rem;padding:.8rem 0;border-bottom:1px solid rgba(74,59,43,.14);font-size:1rem;color:var(--ink,#26231f);}
.info-list li strong{color:var(--plum,#234b3b);min-width:92px;display:inline-block;}
.map-embed{border-radius:14px;overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(74,59,43,.18);}
.map-embed iframe{width:100%;height:100%;border:0;display:block;}
.gal{column-count:3;column-gap:1rem;margin-top:1.4rem;}
.gal img{width:100%;height:auto;border-radius:12px;margin-bottom:1rem;display:block;break-inside:avoid;}

@media (max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr !important;}
  .footer-brand{grid-column:1/-1;}
}
@media (max-width:900px){
  .grid3{grid-template-columns:repeat(2,1fr);}
  .gal{column-count:2;}
}
@media (max-width:768px){
  .nav{padding:0 18px;}
  .menu{position:fixed;top:54px;right:0;bottom:0;width:80%;max-width:300px;background:#2a352b !important;
    flex-direction:column;align-items:flex-start;padding:1.8rem 1.4rem;gap:1.15rem;transform:translateX(100%);
    transition:transform .3s;margin:0;overflow-y:auto;visibility:hidden;border-left:1px solid rgba(212,165,116,.2);}
  .menu.open{transform:translateX(0);visibility:visible;}
  .menu>a{font-size:1rem;border-bottom:0;color:rgba(255,255,255,.92) !important;}
  .menu>a.active{border-bottom:0;}
  .menu-toggle{display:flex !important;}
  .hero-cta>*,.cta-row>*,.cta-actions>*,.btn-row>*,.reviews-cta>*,.svc-cta>*,
  .btn-primary,.btn-glass,.btn{flex:1 1 auto !important;max-width:none !important;width:100% !important;min-width:0 !important;}
  .footer-grid{grid-template-columns:1fr !important;gap:1.6rem !important;}
  .footer-bottom{flex-direction:column;text-align:center;gap:.5rem;}
  .grid3,.grid2{grid-template-columns:1fr !important;}
  .gal{column-count:1;}
  section{padding-top:2.4rem !important;padding-bottom:2.4rem !important;}
}

/* utility bar inner + brand text stacking */
.utility-in{max-width:1320px;margin:0 auto;padding:.4rem 28px;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.8rem;}
.utility-in a{font-weight:700;}
.brand .brand-text{display:flex;flex-direction:column;line-height:1.05;}
@media (max-width:768px){ .utility-in{padding:.35rem 16px;font-size:.72rem;} .utility-in span:nth-child(2){display:none;} .brand .sub{display:none;} }
/* marker */
/* ADMCN-SUNNY-OVERRIDE-END */


/* ADMCN-SUNNY-SVC */
.svc-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:1.5rem !important;}
.svc{height:100% !important;display:flex !important;flex-direction:column !important;overflow:hidden;border-radius:16px;}
.svc .img{aspect-ratio:4/3 !important;overflow:hidden;position:relative;}
.svc .img img{width:100% !important;height:100% !important;object-fit:cover !important;display:block;}
.svc .body{flex:1;display:flex;flex-direction:column;}
.svc .more{margin-top:auto;}
@media(max-width:1100px){.svc-grid{grid-template-columns:repeat(2,1fr) !important;}}
@media(max-width:768px){.svc-grid{grid-template-columns:1fr !important;}}

/* ADMCN-SUNNY-CRUMB */
.crumb{display:none !important;}

/* ADMCN-SUNNY-V2 — button visibility · tidy galleries · blog 3-col */
.btn-glass{background:#fff !important;color:var(--plum-deep,#2a352b) !important;border:2px solid var(--plum,#234b3b) !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important;}
.btn-glass:hover{background:var(--plum,#234b3b) !important;color:#fff !important;}
.hero .btn-glass,.cta-band .btn-glass{background:rgba(255,255,255,.16) !important;color:#fff !important;border:1.5px solid rgba(255,255,255,.65) !important;}
.hero .btn-glass:hover,.cta-band .btn-glass:hover{background:#fff !important;color:var(--plum-deep,#2a352b) !important;}
.btn-primary{color:#fff !important;}
.gal,.gal-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:1.1rem !important;column-count:unset !important;margin-top:1.4rem;}
.gal img{width:100% !important;height:100% !important;aspect-ratio:4/3;object-fit:cover !important;border-radius:14px !important;display:block;margin:0 !important;break-inside:auto !important;}
.gal-grid .g{aspect-ratio:4/3 !important;border-radius:14px;overflow:hidden;margin:0 !important;break-inside:auto !important;}
.gal-grid .g img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:14px !important;display:block;}
.home-blog-card .img{aspect-ratio:16/10;overflow:hidden;}
.home-blog-card .img img{width:100% !important;height:100% !important;object-fit:cover !important;display:block;}
.article-body>.imgbox{max-width:600px !important;margin:0 0 1.4rem !important;}
@media (max-width:900px){.gal,.gal-grid{grid-template-columns:repeat(2,1fr) !important;}}
@media (max-width:600px){.gal,.gal-grid{grid-template-columns:1fr !important;}}
/* ADMCN-SUNNY-V2-END */

/* ADMCN-SUNNY-V3 — galleries NEVER crop: original ratio, scaled-down masonry (overrides V2 cover) */
.gal{display:block !important;column-count:3 !important;column-gap:16px !important;grid-template-columns:none !important;margin-top:1.4rem;}
.gal img{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain !important;border-radius:14px !important;display:block;margin:0 0 16px !important;break-inside:avoid !important;}
.gal-grid{display:block !important;column-count:3 !important;column-gap:16px !important;grid-template-columns:none !important;}
.gal-grid .g{aspect-ratio:auto !important;height:auto !important;overflow:visible !important;border-radius:14px;margin:0 0 16px !important;break-inside:avoid !important;display:block;}
.gal-grid .g img{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain !important;border-radius:14px !important;display:block;}
@media (max-width:900px){.gal,.gal-grid{column-count:2 !important;}}
@media (max-width:560px){.gal,.gal-grid{column-count:1 !important;}}
/* ADMCN-SUNNY-V3-END */

/* ADMCN-SUNNY-V4 — single phone, mobile header like prior site (small logo+hamburger+dark drawer), compact 2-row footer */
/* Brand text must never wrap (was breaking to 3 lines on phones) */
.brand{flex:0 1 auto !important;min-width:0 !important;}
.brand .name{white-space:nowrap !important;}
.brand .brand-text{min-width:0 !important;}
/* utility now has 2 items: address left, hours right */
.utility-in{justify-content:space-between !important;}

/* ---- Tablet / phone: clean header — small logo + phone pill + hamburger + dark off-canvas drawer ---- */
@media (max-width:1100px){
  .nav{padding:.55rem 18px !important;flex-wrap:nowrap !important;gap:.55rem !important;align-items:center !important;}
  .brand{margin-right:auto !important;}
  .brand .name{font-size:1.05rem !important;}
  .brand .mark img,.brand .mark{width:38px !important;height:38px !important;}
  .brand .sub{display:none !important;}
  .cta-call{font-size:.74rem !important;padding:.42rem .85rem !important;margin:0 !important;
    flex:0 0 auto !important;order:2;}
  .menu-toggle{display:flex !important;flex-direction:column !important;justify-content:space-between !important;
    align-items:stretch !important;width:28px !important;height:21px !important;padding:0 !important;
    background:none !important;border:0 !important;flex:0 0 auto !important;order:3;margin:0 0 0 .35rem !important;}
  .menu-toggle span{display:block !important;width:100% !important;height:2px !important;margin:0 !important;
    background:#fff !important;border-radius:2px;}
  .menu{position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:auto !important;
    width:82% !important;max-width:300px !important;height:100% !important;
    background:linear-gradient(165deg,#2a352b,#2a352b) !important;
    flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;
    padding:4.6rem 1.6rem 2rem !important;gap:0 !important;margin:0 !important;
    transform:translateX(100%) !important;transition:transform .35s cubic-bezier(.7,0,.3,1) !important;
    visibility:hidden !important;overflow-y:auto !important;z-index:400 !important;
    box-shadow:-22px 0 60px rgba(0,0,0,.4) !important;}
  .menu.open{transform:translateX(0) !important;visibility:visible !important;}
  .menu>a{display:block !important;width:100% !important;font-size:1.02rem !important;font-weight:600 !important;
    padding:1rem 0 !important;border-bottom:1px solid rgba(255,255,255,.1) !important;
    color:rgba(255,255,255,.92) !important;text-transform:none !important;letter-spacing:.02em !important;}
  .menu>a::after{display:none !important;}
  .menu>a.active{border-bottom:1px solid rgba(255,255,255,.1) !important;color:#fff !important;}
}

/* Phone: utility bar stacks to two short centred lines (keep BOTH address + hours visible) */
@media (max-width:768px){
  .utility-in{flex-direction:column !important;align-items:center !important;justify-content:center !important;
    gap:.12rem !important;padding:.4rem 14px !important;font-size:.68rem !important;text-align:center !important;}
  .utility-in span:nth-child(2){display:block !important;}
}

/* Narrow phones: full brand name needs the room, so phone becomes a compact round icon button */
@media (max-width:560px){
  .nav{padding:.5rem 16px !important;}
  .brand .name{font-size:1rem !important;}
  .brand .mark img,.brand .mark{width:36px !important;height:36px !important;}
  .cta-num{display:none !important;}
  .cta-call{width:38px !important;height:38px !important;min-width:38px !important;padding:0 !important;
    border-radius:50% !important;font-size:1.04rem !important;line-height:1 !important;
    display:inline-flex !important;align-items:center !important;justify-content:center !important;}
}

/* ---- Compact 2-row footer on mobile (was ~1467px tall when 5 cols stacked) ---- */
@media (max-width:768px){
  .footer-grid{grid-template-columns:1fr 1fr !important;gap:1.5rem 1.4rem !important;
    padding:2.2rem 20px 1.5rem !important;}
  .footer-brand{grid-column:1/-1 !important;}
  .footer-brand p{font-size:.84rem !important;line-height:1.6 !important;max-width:none !important;}
  .footer-col h4{margin-bottom:.7rem !important;font-size:.68rem !important;}
  .footer-col a,.footer-col p{font-size:.84rem !important;margin-bottom:.42rem !important;line-height:1.4 !important;}
  .footer-bottom{padding:1rem 20px !important;}
}
@media (max-width:420px){
  .footer-grid{gap:1.3rem 1rem !important;}
}
/* ADMCN-SUNNY-V4-END */

/* ADMCN-SUNNY-MENU-20260531 — mobile menu should be a compact right drawer, not full height */
@media (max-width:1100px){
  .header .nav{
    position:relative !important;
  }
  .header .menu{
    position:absolute !important;
    top:calc(100% + 10px) !important;
    right:18px !important;
    bottom:auto !important;
    left:auto !important;
    width:min(320px,78vw) !important;
    max-width:320px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 150px) !important;
    overflow-y:auto !important;
    padding:26px 28px !important;
    border-radius:0 0 12px 12px !important;
    background:linear-gradient(165deg,#2a352b,#2a352b) !important;
    box-shadow:-18px 18px 46px rgba(0,0,0,.34) !important;
    transform:translateX(calc(100% + 28px)) !important;
    visibility:hidden !important;
    z-index:400 !important;
  }
  .header .menu.open{
    transform:translateX(0) !important;
    visibility:visible !important;
  }
  .header .menu > a{
    padding:14px 0 !important;
    line-height:1.25 !important;
  }
  .header .menu .cta-call{
    display:none !important;
  }
}
/* ADMCN-SUNNY-MENU-20260531-END */

/* ADMCN-SUNNY-V5 — mobile header = Serenity reference (logo + name + SEMINOLE·FL sub + hamburger, NO phone);
   kill the dead ~200px hero top gap left over from the old floating-header theme (header is sticky now) */
@media (max-width:1100px){
  .cta-call{display:none !important;}
  .brand .sub{display:block !important;font-size:.62rem !important;letter-spacing:.2em !important;
    text-transform:uppercase !important;color:rgba(255,255,255,.6) !important;font-weight:600 !important;
    margin-top:3px !important;white-space:nowrap !important;}
  .brand .name{font-size:1.18rem !important;line-height:1.1 !important;}
  .brand .brand-text{display:flex !important;flex-direction:column !important;}
  .hero-in{padding-top:1.7rem !important;padding-bottom:2.2rem !important;}
  .hero-text .badge{margin-bottom:1.1rem !important;}
}
@media (max-width:560px){
  .cta-call{display:none !important;}
  .brand .name{font-size:1.12rem !important;}
  .hero-in{padding-top:1.4rem !important;padding-bottom:2rem !important;}
}
/* ADMCN-SUNNY-V5-END */
/* ADMCN-GLOBAL-MOBILE-MENU-20260531 */
@media(max-width:880px){
  .nav{position:relative}
  .menu{position:absolute!important;top:100%!important;left:auto!important;right:0!important;bottom:auto!important;width:min(72vw,320px)!important;max-width:320px!important;max-height:calc(100vh - 150px)!important;overflow-y:auto!important;padding:22px 26px!important;background:var(--ink,#241b16)!important;border-top:1px solid rgba(216,184,137,.22)!important;border-left:1px solid rgba(216,184,137,.16)!important;border-radius:0 0 0 18px!important;box-shadow:-14px 18px 38px rgba(0,0,0,.28)!important;transform:translateX(18px)!important;opacity:0!important;pointer-events:none!important;}
  .menu.open{transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important;}
  .menu a{padding:13px 0!important;color:#f3ece1!important;border-bottom:1px solid rgba(255,255,255,.14)!important;font-size:18px!important;font-weight:700!important;text-shadow:none!important;}
  .menu a.cta-call{display:none!important}
}

/* ADMCN-SHORT-RIGHT-MOBILE-MENU-20260531B */
@media (max-width: 1100px) {
  .header, .site-header, .main-header, .nav-wrap, .nav-shell { position: relative !important; }
  .menu, .mobile-menu, .nav-menu {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
    width: min(72vw, 320px) !important;
    max-width: 320px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 150px) !important;
    overflow-y: auto !important;
    padding: 22px 26px !important;
    margin: 0 !important;
    border-radius: 0 0 0 18px !important;
  }
  .menu.open, .mobile-menu.open, .nav-menu.open { right: 0 !important; transform: translateX(0) !important; }
}

/* ADMCN-NT-V5 — N&T green theme: no-crop hero (gradient + complete framed photo), no-crop about collage & blog cards */
.hero{min-height:auto !important;background:linear-gradient(120deg,var(--plum-deep) 0%,var(--plum) 55%,#5a4634 100%) !important}
.hero-bg{display:none !important}
.hero-in{padding:170px 28px 110px !important;grid-template-columns:1.04fr .96fr !important;gap:64px !important;align-items:center !important}
.hero-photo{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.14)}
.hero-photo img{width:100%;height:auto;display:block}            /* natural ratio — never cropped */
.hero-photo .pricetag{position:absolute;bottom:18px;left:18px;background:#fff;color:var(--plum-deep);border-radius:16px;padding:12px 18px;box-shadow:var(--shadow-md);font-family:Georgia,'Times New Roman',serif}
.hero-photo .pricetag b{font-size:20px;display:block;line-height:1}
.hero-photo .pricetag span{font-size:12px;color:var(--ink-soft);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;letter-spacing:.02em}
.hero-chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-chip{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:14px;padding:13px 18px;color:#fff}
.hero-chip .ic{font-size:18px}
.hero-chip b{font-size:13.5px;font-weight:700;display:block;line-height:1.15}
.hero-chip small{font-size:11px;color:rgba(255,255,255,.72)}
@media(max-width:1000px){.hero-in{grid-template-columns:1fr !important;padding:140px 24px 80px !important;gap:42px !important}.hero-photo{max-width:560px}}

/* About collage — match boxes to the actual image ratios so object-fit:cover never crops */
.about-imgs .a{width:60% !important;height:auto !important;aspect-ratio:1448/1086 !important}
.about-imgs .b{width:50% !important;height:auto !important;aspect-ratio:834/1200 !important}
.about-imgs{height:560px !important}
@media(max-width:560px){.about-imgs{height:440px !important}}

/* Blog cards — show full image (no 16/10 crop) */
.home-blog-card .img{aspect-ratio:1448/1086 !important}
/* gold accent on section eyebrows already via --orange-deep(green); add subtle gold underline option */
.svc:hover{border-color:var(--gold) !important}
/* ADMCN-NT-V5-END */

/* ADMCN-NT-V6 — warm gold eyebrows/labels to harmonize the sage-green with the warm interior */
.about-text .eyebrow,.section-head .eyebrow,.reviews-head .eyebrow,.page-hero .eyebrow,.footer-col h4{color:var(--gold) !important}
.about-text .eyebrow::before{background:var(--gold) !important}
.hero-text .badge{border-color:rgba(191,154,69,.45)}
.hero-text h1 em,.about-text h2 em,.section-head h2 em,.reviews-head h2 em{color:var(--gold) !important;font-style:italic}
.svc .more{color:var(--gold) !important}
.svc:hover .more{color:var(--orange-deep) !important}
/* ADMCN-NT-V6-END */

/* ADMCN-NT-V7 — inner-page helpers: dot list, active nav, page-hero CTA spacing */
.dotlist{list-style:none;margin:.4rem 0 0;padding:0}
.dotlist li{position:relative;padding:.32rem 0 .32rem 1.4rem;color:var(--ink-soft);font-size:1.02rem;line-height:1.55}
.dotlist li::before{content:"";position:absolute;left:0;top:.95rem;width:8px;height:8px;border-radius:50%;background:var(--gold)}
.menu>a.active{color:var(--gold)}
.page-hero .hero-cta{justify-content:center;margin-top:1.4rem}
.imgbox{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md);background:var(--warm)}
.imgbox img{width:100%;height:auto;display:block}   /* no-crop: natural ratio */
.dotlist+h3,.sec h3{margin-top:1.2rem}
/* ADMCN-NT-V7-END */

/* ADMCN-NT-V9 — client fixes: light hero, distinct top-bar vs nav, warm footer/cta, logo like prior site */
/* (1) Hero → light warm greige (was muddy dark brown); dark text + gold/bronze accents */
.hero{background:linear-gradient(155deg,#f6f0e3 0%,#eadfc8 100%) !important}
.hero-text .badge{background:#fff !important;color:var(--ink) !important;border:1px solid rgba(191,154,69,.5) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.hero-text .badge::before{color:#bf9a45 !important}
.hero-text h1{color:var(--ink) !important}
.hero-text h1 em{color:#8a6620 !important}
.hero-text .lede{color:var(--ink-soft) !important}
.hero-text .lede strong{color:var(--ink) !important}
.hero-chip{background:#fff !important;border:1px solid rgba(74,59,43,.14) !important;color:var(--ink) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:var(--shadow-sm)}
.hero-chip b{color:var(--ink) !important}.hero-chip small{color:var(--muted) !important}.hero-chip .ic{color:#8a6620}
.hero .btn-glass{background:#fff !important;color:var(--ink) !important;border:1.5px solid rgba(74,59,43,.32) !important}
.hero .btn-glass:hover{background:#43362a !important;color:#fff !important;border-color:#43362a !important}
/* (2) Top bar = deepest espresso, Nav = mocha — clearly different from each other */
.utility{background:#281e16 !important;color:#e8dcc6 !important}
.header{background:#43362a !important;box-shadow:0 2px 16px rgba(0,0,0,.18)}
.nav a,.menu>a{color:#f3ecdd !important}
.menu>a.active,.menu>a:hover{color:var(--gold) !important}
/* (3) CTA band + footer recolored, kept distinct from each other */
.cta-band{background:linear-gradient(135deg,#8a6a34 0%,#4a3b2b 100%) !important}
.footer{background:#281e16 !important}
/* (4) Logo like our previous site: fills the round frame, no white box */
.brand .mark,.footer-brand .mark{background:transparent !important;padding:0 !important;overflow:hidden;box-shadow:0 0 0 1px rgba(191,154,69,.45),0 6px 18px rgba(0,0,0,.28) !important}
.brand .mark img,.footer-brand .mark img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:50% !important;background:transparent !important}
/* ADMCN-NT-V9-END */

/* ADMCN-NT-V10 — warm the stark-white cards; HomePage-spec Quick Info + Pricing/Booking */
.svc,.review-card,.pcard,.home-blog-card,.faq-item{background:#f6f0e4 !important}
.qinfo-sec{background:var(--warm)}
.qinfo{max-width:1200px;margin:0 auto;padding:22px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.qi{display:flex;align-items:center;gap:12px}
.qi .ic{font-size:21px}
.qi b{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:3px}
.qi span{font-family:Georgia,'Times New Roman',serif;font-size:14.5px;color:var(--ink);font-weight:600;line-height:1.15}
@media(max-width:820px){.qinfo{grid-template-columns:1fr 1fr;gap:16px}}
@media(max-width:480px){.qinfo{grid-template-columns:1fr}}
.pricing{background:var(--warm);text-align:center}
.pricing .price-cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:6px auto 0}
.price-card{background:#fbf7ee;border:1px solid rgba(191,154,69,.35);border-radius:18px;padding:28px 46px;box-shadow:var(--shadow-sm)}
.price-card .amt{font-family:Georgia,'Times New Roman',serif;font-size:46px;font-weight:700;color:#8a6620;line-height:1}
.price-card .dur{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-top:8px}
/* ADMCN-NT-V10-END */

/* ADMCN-NT-V11 — bigger price cards + uniform-width CTA buttons (company rule: buttons equal size) */
.price-card{padding:46px 74px !important;min-width:280px;border-radius:22px !important;border:1px solid rgba(191,154,69,.4) !important}
.price-card .amt{font-size:62px !important}
.price-card .dur{font-size:13px !important;margin-top:12px !important}
.price-card .pnote{margin-top:12px;font-size:12.5px;color:var(--ink-soft)}
/* Every CTA-row button = same width (fits the longest label) + centered; wraps full-width on phones */
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-cta .btn-primary,.hero-cta .btn-glass,.reviews-cta a{min-width:252px !important;justify-content:center;text-align:center}
@media(max-width:560px){.hero-cta .btn-primary,.hero-cta .btn-glass,.reviews-cta a{min-width:0 !important;width:100%}}
/* ADMCN-NT-V11-END */

/* ADMCN-NT-V12 — no harsh white (unify to soft cream); wider price cards + desc; smaller centered footer logo; FAQ collapse */
.geo-card,.price-card,.hero-chip,.badge{background:#f6f0e4 !important}
.btn-glass{background:#f6f0e4 !important}
.hero .btn-glass{background:#f6f0e4 !important;color:var(--ink) !important;border:1.5px solid rgba(74,59,43,.30) !important}
.hero-chip{border:1px solid rgba(74,59,43,.12) !important}
.badge{border:1px solid rgba(191,154,69,.5) !important}
.geo-card{border:1px solid rgba(74,59,43,.10) !important}
/* Wider price cards that fill the row + a short description */
.pricing .price-cards{display:grid !important;grid-template-columns:1fr 1fr;gap:24px;max-width:840px;width:100%;margin:6px auto 0}
.price-card{padding:40px 46px !important;min-width:0 !important;text-align:center;width:auto}
.price-card .amt{font-size:58px !important}
.price-card .pdesc{margin-top:16px;font-size:14px;color:var(--ink-soft);line-height:1.6}
@media(max-width:640px){.pricing .price-cards{grid-template-columns:1fr;max-width:420px}}
/* Footer logo smaller + centered brand column */
.footer-brand{align-items:center !important;text-align:center !important}
.footer-brand .mark,.footer-brand .mark img{width:44px !important;height:44px !important}
.footer-brand p{max-width:320px;margin-left:auto !important;margin-right:auto !important}
/* FAQ collapse: show 4, hide the rest behind a button */
.faq-more{display:none}
.faq-more.open{display:block}
.faq-toggle-wrap{text-align:center;margin-top:24px}
.faq-toggle{display:inline-flex;align-items:center;gap:8px;padding:15px 34px;border-radius:999px;background:var(--plum-deep);color:#fff;font-weight:700;font-size:14px;letter-spacing:.03em;border:0;cursor:pointer;transition:.25s;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
.faq-toggle:hover{background:var(--orange-deep)}
/* ADMCN-NT-V12-END */

/* ADMCN-NT-V13 — footer logo centered+smaller; uniform button height; price cards aligned to button row */
.footer-grid .footer-brand{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important}
.footer-brand .mark{margin:0 auto .7rem !important;width:40px !important;height:40px !important;padding:0 !important}
.footer-brand .mark img{width:40px !important;height:40px !important}
/* Every button identical size, including height */
.btn-primary,.btn-glass,.reviews-cta a{min-width:260px !important;height:54px !important;box-sizing:border-box !important;padding-top:0 !important;padding-bottom:0 !important;align-items:center !important}
.faq-toggle{height:54px !important;box-sizing:border-box}
/* Price cards span the same width as the 3-button row below and center-align to it */
.pricing .price-cards,.pricing .hero-cta{max-width:808px !important;margin-left:auto !important;margin-right:auto !important}
.pricing .price-cards{grid-template-columns:1fr 1fr !important;gap:24px !important}
.pricing .hero-cta{flex-wrap:nowrap !important;justify-content:center !important;gap:14px !important}
@media(max-width:860px){.pricing .price-cards,.pricing .hero-cta{max-width:520px !important}.pricing .hero-cta{flex-wrap:wrap !important}}
/* ADMCN-NT-V13-END */

/* ADMCN-NT-V14 — footer: left-aligned brand, 4 cols (drop Service Areas); FAQ toggle same size as all buttons */
.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.4fr !important}
.footer-grid .footer-brand{align-items:flex-start !important;text-align:left !important}
.footer-brand .mark{margin:0 0 .7rem 0 !important}
.footer-brand p{margin-left:0 !important;margin-right:0 !important;max-width:320px}
.faq-toggle{min-width:260px !important;justify-content:center}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr !important}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr !important}.footer-grid .footer-brand{align-items:center !important;text-align:center !important}.footer-brand .mark{margin:0 auto .7rem !important}}
/* ADMCN-NT-V14-END */

/* ADMCN-NT-V15 — force EVERY button identical (fixed 270x54) sitewide; align pricing row to match */
.btn-primary,.btn-glass,.reviews-cta a,.faq-toggle{
  flex:0 0 270px !important;width:270px !important;min-width:270px !important;max-width:270px !important;
  height:54px !important;box-sizing:border-box !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;white-space:nowrap;
}
.pricing .price-cards,.pricing .hero-cta{max-width:838px !important}
@media(max-width:560px){.btn-primary,.btn-glass,.reviews-cta a,.faq-toggle{flex:0 0 auto !important;width:100% !important;max-width:360px !important}}
/* ADMCN-NT-V15-END */

/* ADMCN-NT-V16 — footer 4 content columns (menu split into 2); centered + smaller logos (nav & footer) */
.footer-grid{grid-template-columns:1.5fr .85fr .85fr 1fr 1.3fr !important}
.footer-grid .footer-brand{align-items:center !important;text-align:center !important}
.footer-brand .mark{margin:0 auto .7rem !important;width:34px !important;height:34px !important;padding:0 !important}
.footer-brand .mark img{width:34px !important;height:34px !important;object-fit:cover !important;object-position:center !important}
.footer-brand p{margin:.5rem auto 0 !important}
.brand .mark,.brand .mark img{width:38px !important;height:38px !important}
.brand .mark img{object-fit:cover !important;object-position:center !important}
.footer-col h4{min-height:1em}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr !important}.footer-grid .footer-brand{align-items:center !important}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr !important}}
/* ADMCN-NT-V16-END */

/* ADMCN-NT-V17 — footer menu 2-col (all viewports); remove float btn; mobile full-width buttons/photos/cards */
.footer-grid{grid-template-columns:1.5fr 1.5fr 1fr 1.3fr !important}
.footer-menu .menu2{column-count:2 !important;column-gap:1.8rem !important}
.footer-menu .menu2 a{display:block !important;break-inside:avoid !important;margin:0 0 .55rem 0 !important}
.float-call{display:none !important}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr !important}}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr !important;gap:1.8rem !important}
  .footer-menu .menu2{column-count:2 !important}          /* keep menu 2 columns on phones */
  /* full-width buttons */
  .btn-primary,.btn-glass,.reviews-cta a,.faq-toggle,.cta-band .btn-primary,.cta-band .btn-glass{
    flex:1 1 100% !important;width:100% !important;min-width:0 !important;max-width:100% !important}
  .hero-cta{flex-direction:column !important;width:100% !important;align-items:stretch !important;gap:12px !important}
  .pricing .price-cards,.pricing .hero-cta{max-width:100% !important}
  /* full-width photos & cards */
  .gal-grid,.gal{column-count:1 !important}
  .svc-grid,.qinfo,.geo-grid,.reviews-grid,.home-blog-grid,.price-cards,.pricing .price-cards{grid-template-columns:1fr !important}
  .svc-card,.price-card,.qinfo>*,.geo-grid>*,.review-card,.g,.gal .g{width:100% !important;max-width:100% !important}
}
/* ADMCN-NT-V17-END */

/* ADMCN-NT-V18 — logo crisp white badge (nav+footer identical), pricing side-padding, tighter section rhythm, even footer gaps, consistent mobile gutters */

/* 1) Both logos: clean white-backed badge like the nav reference, matched square size, no squish */
.brand .mark,.footer-brand .mark{
  width:40px !important;height:40px !important;min-width:40px !important;flex:0 0 40px !important;
  border-radius:50% !important;background:#fff !important;padding:4px !important;box-sizing:border-box !important;
  box-shadow:0 0 0 1px rgba(191,154,69,.5),0 6px 16px rgba(0,0,0,.28) !important;
  overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;}
.brand .mark img,.footer-brand .mark img{
  width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;background:transparent !important;border-radius:50% !important;}
.footer-brand .mark{margin:0 auto .7rem !important}

/* 2) Pricing section lost its horizontal padding -> restore so content isn't edge-to-edge */
.pricing{padding-left:28px !important;padding-right:28px !important}

/* 3) Tighter home-section rhythm (not too open) */
section{padding-top:2.4rem !important;padding-bottom:2.4rem !important}

/* 4) Footer: even column gaps -> menu 2-col gutter matches the grid gap */
.footer-grid{gap:2.2rem !important;grid-template-columns:1.5fr 1.5fr 1fr 1.3fr !important}
.footer-menu .menu2{column-count:2 !important;column-gap:2.2rem !important}

/* Mobile: consistent side gutters everywhere (like the gallery); full-width elements sit inside the gutter */
@media(max-width:560px){
  .about,.services,.gallery,.geo,.reviews,.faq,.visit,.home-blog,.pricing,.cta-band{padding-left:20px !important;padding-right:20px !important}
  .footer-menu .menu2{column-gap:1.4rem !important}
}
/* ADMCN-NT-V18-END */

/* ADMCN-NT-V19 — force ALL cta buttons truly full-width on phones (beat the 270px .hero-cta rule) */
@media(max-width:560px){
  .hero-cta,.pricing .hero-cta,.cta-band .hero-cta{flex-direction:column !important;flex-wrap:nowrap !important;align-items:stretch !important;width:100% !important;gap:12px !important}
  .hero-cta .btn-primary,.hero-cta .btn-glass,
  .pricing .hero-cta .btn-primary,.pricing .hero-cta .btn-glass,
  .cta-band .hero-cta .btn-primary,.cta-band .hero-cta .btn-glass,
  .reviews-cta a,.faq-toggle{
    flex:1 1 auto !important;width:100% !important;max-width:100% !important;min-width:0 !important}
}
/* ADMCN-NT-V19-END */

/* ADMCN-NT-V20 — definitive: logo (centered, ring, moderate), footer 5 real columns (even gaps), mobile footer 2x2, kill hero mobile top gap */

/* Logo: the file is a solid dark-navy 600x600 square -> show it as a centered circle w/ a slight gold ring. Nav & footer identical, moderate size. */
.brand .mark,.footer-brand .mark{
  width:44px !important;height:44px !important;min-width:44px !important;flex:0 0 44px !important;
  border-radius:50% !important;background:transparent !important;padding:0 !important;box-sizing:border-box !important;
  box-shadow:0 0 0 2px rgba(191,154,69,.6) !important;overflow:hidden !important;
  display:flex !important;align-items:center !important;justify-content:center !important;}
.brand .mark img,.footer-brand .mark img{
  width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;border-radius:50% !important;background:transparent !important;}
.footer-brand .mark{margin:0 auto .8rem !important}

/* Footer: 5 real grid columns -> every gap is the SAME (grid gap is uniform by definition) */
.footer-grid{display:grid !important;grid-template-columns:1.6fr 1fr 1fr 1.05fr 1.35fr !important;gap:2.4rem !important;align-items:start !important}
.footer-menu-b h4{visibility:hidden !important}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr !important;gap:2rem 1.6rem !important}
  .footer-brand{grid-column:1 / -1 !important;text-align:center !important;align-items:center !important}
  .footer-menu-a{grid-column:1 !important}.footer-menu-b{grid-column:2 !important}
  .footer-services{grid-column:1 !important}.footer-visit{grid-column:2 !important}
}

/* Hero: header is sticky, so drop the huge top padding that left a big empty band on phones */
@media(max-width:1000px){.hero-in{padding-top:100px !important}}
@media(max-width:560px){.hero-in{padding-top:30px !important;padding-bottom:20px !important}}
/* ADMCN-NT-V20-END */

/* ADMCN-NT-V21 — footer desktop: flex + space-between => the 4 gaps between the 5 columns are mathematically EQUAL (grid fr left uneven trailing whitespace) */
@media(min-width:901px){
  .footer-grid{display:flex !important;flex-direction:row !important;justify-content:space-between !important;align-items:flex-start !important;flex-wrap:nowrap !important;gap:2rem !important}
  .footer-brand{flex:0 1 300px !important;max-width:300px !important}
  .footer-col{flex:0 0 auto !important}
}
/* ADMCN-NT-V21-END */

/* ADMCN-NT-V22 — mobile Quick Info as 2 columns (2x2) instead of a single stacked column */
@media(max-width:560px){.qinfo{grid-template-columns:1fr 1fr !important;gap:16px 14px !important}}
/* ADMCN-NT-V22-END */

/* ADMCN-NT-V23 — DESKTOP ONLY: uniform, slightly-more-open vertical rhythm across every content section (mobile untouched) */
@media(min-width:901px){
  .about,.services,.gallery,.pricing,.geo,.reviews,.visit,.faq,.cta-band{
    padding-top:90px !important;padding-bottom:90px !important}
}
/* ADMCN-NT-V23-END */

/* ADMCN-NT-V24 — Version A2: full-bleed banner hero; text left on espresso scrim, the two therapists shown clearly on the right; no cards */
.hero-banner{position:relative !important;min-height:720px !important;overflow:hidden !important;background:#241a12 !important;padding:0 !important;display:flex !important;align-items:center !important}
.hero-banner .hero-bg{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:0 !important;display:block !important}
.hero-banner .hero-bg::before,.hero-banner .hero-bg::after{display:none !important;content:none !important;background:none !important}
.hero-banner .hero-bg img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:26% center !important;display:block !important}
.hero-banner .hero-scrim{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:1 !important;
  background:linear-gradient(90deg, rgba(26,18,11,.95) 0%, rgba(29,20,13,.9) 32%, rgba(33,23,15,.7) 46%, rgba(36,26,16,.4) 54%, rgba(38,27,17,.12) 62%, rgba(38,27,17,0) 70%), linear-gradient(0deg, rgba(24,17,11,.34) 0%, rgba(24,17,11,0) 22%) !important}
.hero-banner .hero-in{position:relative !important;z-index:2 !important;display:flex !important;align-items:center !important;max-width:1300px !important;margin:0 auto !important;padding:64px 40px !important;width:100% !important}
.hero-banner .hero-text{max-width:590px !important;text-align:left !important}
.hero-banner .badge{background:rgba(255,255,255,.14) !important;color:#fff !important;border:1px solid rgba(255,255,255,.28) !important;backdrop-filter:blur(6px) !important}
.hero-banner h1{color:#fff !important;text-shadow:0 2px 20px rgba(0,0,0,.5) !important}
.hero-banner h1 em{color:#e6bd76 !important;font-style:normal !important}
.hero-banner .lede{color:rgba(255,255,255,.92) !important;text-shadow:0 1px 12px rgba(0,0,0,.45) !important}
.hero-banner .lede strong{color:#fff !important}
.hero-banner .btn-glass{background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.42) !important;color:#fff !important;backdrop-filter:blur(6px) !important}
.hero-banner .btn-glass:hover{background:rgba(255,255,255,.2) !important}
@media(max-width:1000px){
  .hero-banner{min-height:auto !important}
  .hero-banner .hero-in{padding:118px 24px 40px !important}
  .hero-banner .hero-text{max-width:100% !important}
  .hero-banner .hero-bg img{object-position:60% center !important}
  .hero-banner .hero-scrim{background:linear-gradient(180deg, rgba(24,17,11,.62) 0%, rgba(26,19,12,.86) 60%, rgba(26,19,12,.95) 100%) !important}
}
@media(max-width:560px){
  .hero-banner .hero-in{padding:98px 20px 34px !important}
}
/* ADMCN-NT-V24-END */

/* ADMCN-NT-V25 — banner hero: right-size the headline/lede so the hero isn't overly tall */
.hero-banner h1{font-size:clamp(2.3rem,3.9vw,3.15rem) !important;line-height:1.08 !important;margin-bottom:.85rem !important}
.hero-banner .hero-text{max-width:620px !important}
.hero-banner .lede{font-size:1rem !important;line-height:1.62 !important;margin-bottom:1.4rem !important}
.hero-banner .hero-in{padding-top:56px !important;padding-bottom:56px !important}
/* ADMCN-NT-V25-END */

/* ADMCN-NT-V26 — TABLET ONLY: reposition the two therapists a bit to the right (mobile <=560 untouched) */
@media(min-width:561px) and (max-width:1000px){
  .hero-banner .hero-bg img{object-position:52% center !important}
}
/* ADMCN-NT-V26-END */

/* ADMCN-NT-V27 — MOBILE (<=560) object-position after banner recrop so both therapists stay fully in frame */
@media(max-width:560px){ .hero-banner .hero-bg img{object-position:68% center !important} }
/* ADMCN-NT-V27-END */

/* ================= ADMCN-NT-V28 — ABOUT PAGE (image-led, matches home warm style) ================= */
/* shared eyebrows for about's custom sections */
.about-hero .eyebrow,.ab-row .eyebrow,.ab-head .eyebrow,.visit .visit-info .eyebrow{
  display:block;color:#bf9a45;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;margin-bottom:.8rem}

/* --- About hero: text + framed photo on warm espresso --- */
.about-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#1c130d 0%,#29201a 55%,#372a20 100%);color:#fff}
.about-hero .ahin{max-width:1280px;margin:0 auto;padding:140px 40px 88px;display:grid;grid-template-columns:1.04fr .96fr;gap:58px;align-items:center}
.about-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:600;font-size:clamp(2.3rem,4.4vw,3.5rem);line-height:1.08;color:#fff;margin:0 0 1.1rem}
.about-hero h1 em{color:#e6bd76;font-style:normal}
.about-hero p.lede{color:rgba(255,255,255,.9);font-size:1.12rem;line-height:1.7;max-width:540px;margin:0 0 1.8rem;text-shadow:0 1px 10px rgba(0,0,0,.25)}
.about-hero .ahphoto img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 30px 70px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.1)}
.about-hero .hero-cta .btn-glass{background:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.42) !important;color:#fff !important}
.about-hero .hero-cta .btn-glass:hover{background:rgba(255,255,255,.2) !important}

/* --- generic about section shells --- */
.ab-sec{padding:60px 24px}
@media(min-width:901px){.ab-sec{padding-top:90px !important;padding-bottom:90px !important}}
.ab-warm{background:var(--warm,#e8dcc6)}
.ab-cream{background:var(--cream,#f3ecdd)}
.ab-in{max-width:1240px;margin:0 auto}
.ab-head{max-width:780px;margin:0 auto 44px;text-align:center}
.ab-head h2{font-family:Georgia,'Times New Roman',serif;font-weight:600;color:#4a3b2b;font-size:clamp(1.8rem,3.2vw,2.5rem);line-height:1.16;margin:0}
.ab-head h2 em{color:#856226;font-style:italic}
.ab-head p{color:#5d4435;font-size:1.06rem;line-height:1.72;margin:1rem auto 0}

/* --- zig-zag image + text row --- */
.ab-row{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1.02fr;gap:58px;align-items:center}
.ab-row .ab-rimg img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:0 22px 48px rgba(50,40,32,.22)}
.ab-row h2{font-family:Georgia,'Times New Roman',serif;font-weight:600;color:#4a3b2b;font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.18;margin:0 0 1rem}
.ab-row p{color:#5d4435;font-size:1.05rem;line-height:1.75;margin:0}
.ab-check{list-style:none;padding:0;margin:1.3rem 0 0}
.ab-check li{position:relative;padding-left:1.9rem;margin-bottom:.7rem;color:#4a3b2b;font-size:1rem}
.ab-check li:before{content:"\2713";position:absolute;left:0;top:0;color:#a8803c;font-weight:800}

/* --- staff portraits row --- */
.staff-row{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.staff-card{border-radius:16px;overflow:hidden;background:#f6f0e4;box-shadow:0 18px 44px rgba(50,40,32,.22)}
.staff-card img{width:100%;height:auto;display:block}

/* --- reasons / scenario cards --- */
.reasons-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rcard{background:#f6f0e4;border:1px solid rgba(168,128,60,.18);border-radius:16px;padding:28px 24px;box-shadow:0 10px 26px rgba(50,40,32,.1)}
.rcard .ic{display:block;font-size:26px;margin-bottom:14px}
.rcard h3{font-family:Georgia,'Times New Roman',serif;font-weight:600;color:#4a3b2b;font-size:1.18rem;margin:0 0 .4rem}
.rcard p{color:#5d4435;font-size:.96rem;line-height:1.6;margin:0}

/* --- visit photo (About location block) --- */
.visit .visit-photo img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 20px 46px rgba(50,40,32,.24)}

/* --- centered "view all / see gallery" buttons --- */
.ab-more{text-align:center;margin-top:2.2rem}

@media(max-width:900px){
  .about-hero .ahin{grid-template-columns:1fr;padding:120px 22px 56px;gap:34px}
  .ab-row{grid-template-columns:1fr;gap:30px}
  .ab-row .ab-rimg{order:-1}
  .reasons-grid{grid-template-columns:1fr 1fr}
  .staff-row{grid-template-columns:1fr 1fr;max-width:620px}
}
@media(max-width:560px){
  .reasons-grid{grid-template-columns:1fr}
  .staff-row{grid-template-columns:1fr;max-width:none}
  .ab-sec{padding-left:20px !important;padding-right:20px !important}
}
/* ADMCN-NT-V28-END */

/* ADMCN-NT-V29 — About gallery preview: clean 3-col grid (no masonry gaps), natural ratio (all 1.33) = no crop */
.ab-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}
.ab-gal img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 12px 30px rgba(50,40,32,.16)}
@media(max-width:900px){.ab-gal{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ab-gal{grid-template-columns:1fr;gap:12px}}
/* ADMCN-NT-V29-END */

/* ADMCN-NT-V30 — About gallery: 2 vertical (bookends) + 2 horizontal (stacked middle), natural ratio no-crop */
.ab-gal4{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;max-width:1180px;margin:0 auto;align-items:start}
.ab-gal4 img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 12px 30px rgba(50,40,32,.16)}
.ab-gal4 .v{grid-row:1 / span 2}
@media(max-width:880px){.ab-gal4{grid-template-columns:1fr;max-width:520px}.ab-gal4 .v{grid-row:auto}}
/* ADMCN-NT-V30-END */

/* ADMCN-NT-V31 — About page section rhythm per Home scheme; desktop/tablet/mobile tuned SEPARATELY; scoped to .about-page so Home is untouched */
@media(min-width:1025px){
  .about-page .about,.about-page .ab-sec,.about-page .services,.about-page .visit,.about-page .gallery,.about-page .faq,.about-page .cta-band{padding-top:90px !important;padding-bottom:90px !important}
}
@media(min-width:601px) and (max-width:1024px){
  .about-page .about,.about-page .ab-sec,.about-page .services,.about-page .visit,.about-page .gallery,.about-page .faq,.about-page .cta-band{padding-top:52px !important;padding-bottom:52px !important}
}
@media(max-width:600px){
  .about-page .about,.about-page .ab-sec,.about-page .services,.about-page .visit,.about-page .gallery,.about-page .faq,.about-page .cta-band{padding-top:40px !important;padding-bottom:40px !important}
}
/* ADMCN-NT-V31-END */

/* ADMCN-NT-V32 — About hero: trim the big top gap on tablet/mobile (header is sticky, no need to clear it) */
@media(min-width:601px) and (max-width:1024px){.about-hero .ahin{padding-top:52px !important}}
@media(max-width:600px){.about-hero .ahin{padding-top:26px !important;padding-bottom:34px !important}}
/* ADMCN-NT-V32-END */

/* ADMCN-NT-V33 — About hero: tighten top/bottom on desktop & tablet (was too open) */
@media(min-width:1025px){.about-hero .ahin{padding-top:80px !important;padding-bottom:80px !important}}
@media(min-width:601px) and (max-width:1024px){.about-hero .ahin{padding-top:48px !important;padding-bottom:48px !important}}
/* ADMCN-NT-V33-END */

/* ADMCN-NT-V34 — Service pages: Best-For chip on cards + pricing line */
.svc .svc-best{display:block;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:#a8803c;font-weight:800;margin-bottom:.4rem}
.ab-price{margin-top:1rem !important;color:#4a3b2b !important;font-size:.98rem}
.ab-price strong{color:#856226}
/* ADMCN-NT-V34-END */

/* ================= ADMCN-NT-V35 — SITE-WIDE TYPE UNIFICATION (one title scale, all pages + breakpoints) ================= */
/* Hero H1 — every hero variant, one responsive size */
.hero-text h1,.hero-banner h1,.about-hero h1,.page-hero h1,main .hero h1{
  font-family:Georgia,'Times New Roman',serif !important;font-weight:600 !important;
  font-size:clamp(2.3rem,4.2vw,3.4rem) !important;line-height:1.1 !important;letter-spacing:-.01em !important;}
/* Section H2 — every section heading, one responsive size */
h2,.section-head h2,.reviews-head h2,.ab-head h2,.ab-row h2,.about-text h2,.sec h2,.cta-band h2,.visit h2,.faq h2{
  font-family:Georgia,'Times New Roman',serif !important;font-weight:600 !important;
  font-size:clamp(1.9rem,3.6vw,2.75rem) !important;line-height:1.16 !important;}
/* H3 (cards / sub) — one size */
.svc .body h3,.rcard h3,.pcard h3,.about-features .val,.hcard .hv{font-family:Georgia,'Times New Roman',serif !important;}
.svc .body h3,.rcard h3{font-size:1.22rem !important;line-height:1.25 !important;}
/* Eyebrow — one size everywhere */
.eyebrow{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;font-size:.73rem !important;letter-spacing:.2em !important;text-transform:uppercase !important;font-weight:700 !important;}
/* Lede — one size */
.lede,.about-hero .lede,.page-hero .lede,.hero-banner .lede{font-size:1.1rem !important;line-height:1.7 !important;}
/* Body copy — one size for main paragraphs */
.about-text p,.ab-row p,.ab-head p,.sec p,.visit-info p,.svc .body p,.rcard p{font-size:1.02rem !important;line-height:1.72 !important;}
/* ADMCN-NT-V35-END */

/* ================= ADMCN-NT-V36 — BUTTON UNIFICATION (font-size + identical mobile gutter) ================= */
.btn-primary,.btn-glass,.reviews-cta a,.hero-cta .btn-primary,.hero-cta .btn-glass,.cta-band .btn-primary,.cta-band .btn-glass{font-size:15px !important;}
/* one mobile side-gutter for every section/hero wrapper so full-width buttons line up identically across pages */
@media(max-width:560px){
  .about,.services,.gallery,.geo,.reviews,.faq,.visit,.home-blog,.pricing,.cta-band{padding-left:22px !important;padding-right:22px !important;}
  .about-hero .ahin,.ab-sec,.ab-sec-in,.ab-row,.svc-sec,.svc-in,.page-hero .hero-in,.faq-in,.cta-band-in{padding-left:22px !important;padding-right:22px !important;}
}
/* ADMCN-NT-V36-END */

/* ================= ADMCN-NT-V37 — GALLERY PAGE (vertical grids + clickable service moments) ================= */
/* vertical / natural-ratio image grids (no crop) */
.gal-tall{display:grid;gap:18px;margin:0 auto}
.gal-tall.two{grid-template-columns:1fr 1fr;max-width:720px}
.gal-tall.three{grid-template-columns:repeat(3,1fr);max-width:1040px}
.gal-tall.four{grid-template-columns:repeat(4,1fr);max-width:1120px}
.gal-tall img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 16px 36px rgba(50,40,32,.20)}
@media(max-width:820px){.gal-tall.four{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.gal-tall.two,.gal-tall.three,.gal-tall.four{grid-template-columns:1fr;max-width:420px;gap:14px}}
/* clickable service-moment grid */
.gal-svc{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}
.gal-svc a{display:block;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(50,40,32,.16)}
.gal-svc img{width:100%;height:auto;display:block;transition:transform .45s ease}
.gal-svc a:hover img{transform:scale(1.05)}
@media(max-width:900px){.gal-svc{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.gal-svc{grid-template-columns:1fr}}
/* ADMCN-NT-V37-END */

/* ================= ADMCN-NT-V38 — mobile: every image full-width-with-gutter (fix ab-row double padding) ================= */
@media(max-width:560px){
  /* ab-row (image+text) sits inside ab-sec which already gives the 22px gutter -> drop the inner padding so the image is full-width */
  .about-page .ab-row{padding-left:0 !important;padding-right:0 !important;}
  .about-page .ab-row .ab-rimg img{width:100% !important;}
}
/* ADMCN-NT-V38-END */

/* ================= ADMCN-NT-V39 — AREAS city cards ================= */
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:0 auto}
.area-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--warm);border-radius:16px;padding:24px 22px;text-decoration:none;transition:.3s;box-shadow:0 10px 26px rgba(50,40,32,.08)}
.area-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(50,40,32,.16);border-color:var(--gold)}
.area-card .ac-dist{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-deep)}
.area-card h3{font-family:Georgia,'Times New Roman',serif;font-weight:600;font-size:1.3rem;color:var(--plum);margin:.45rem 0 .5rem;line-height:1.2}
.area-card p{font-size:.98rem;color:#5d4435;line-height:1.6;margin:0 0 1.1rem;flex:1}
.area-card .ac-go{font-weight:700;color:var(--orange-deep);font-size:.95rem}
@media(max-width:900px){.area-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.area-grid{grid-template-columns:1fr}}
/* ADMCN-NT-V39-END */

/* ADMCN-NT-V39b — Areas landmarks: 3-up grid (3 landmarks, no empty 4th slot) */
.reasons-grid.land3{grid-template-columns:repeat(3,1fr) !important}
@media(max-width:820px){.reasons-grid.land3{grid-template-columns:1fr 1fr !important}}
@media(max-width:560px){.reasons-grid.land3{grid-template-columns:1fr !important}}

/* ================= ADMCN-NT-V40 — Contact / Guide / Blog components ================= */
/* info cards (Contact: phone/address/hours/booking) */
.info-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:0 auto}
.info-card{background:#fff;border:1px solid var(--warm);border-radius:16px;padding:26px 22px;text-align:center;box-shadow:0 10px 26px rgba(50,40,32,.08)}
.info-card .ic{font-size:1.7rem;line-height:1}
.info-card h3{font-family:Georgia,'Times New Roman',serif;font-weight:600;font-size:1.12rem;color:var(--plum);margin:.55rem 0 .4rem}
.info-card p{font-size:1rem;color:#5d4435;line-height:1.55;margin:0}
.info-card a{color:var(--orange-deep);font-weight:700;text-decoration:none}
@media(max-width:900px){.info-cards{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.info-cards{grid-template-columns:1fr}}
/* quick service links (Contact) */
.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:960px;margin:0 auto}
.quick-links a{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid var(--warm);border-radius:12px;padding:15px 18px;text-decoration:none;color:var(--plum);font-weight:600;transition:.25s}
.quick-links a:hover{border-color:var(--gold);transform:translateY(-2px)}
.quick-links a span{color:var(--orange-deep);font-weight:700}
@media(max-width:700px){.quick-links{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.quick-links{grid-template-columns:1fr}}
/* guide quick-answer box */
.guide-qa{max-width:900px;margin:0 auto;background:var(--warm);border-left:5px solid var(--gold);border-radius:14px;padding:1.3rem 1.6rem}
.guide-qa .eyebrow{margin-bottom:.4rem}
.guide-qa p{margin:.35rem 0 0;font-size:1.05rem;line-height:1.7;color:#4a3b2b}
/* map iframe (contact) */
.contact-map{max-width:1120px;margin:0 auto}
.contact-map iframe{width:100%;height:420px;border:0;border-radius:18px;box-shadow:0 16px 40px rgba(50,40,32,.2)}
@media(max-width:560px){.contact-map iframe{height:300px}}
/* blog article body */
.article-body{max-width:820px;margin:0 auto}
.article-body h2{margin:1.9rem 0 .7rem}
.article-body p{font-size:1.05rem;line-height:1.78;color:#4a3b2b;margin:0 0 1.1rem}
.article-body a{color:var(--orange-deep);font-weight:600}
.article-img{max-width:820px;margin:1.7rem auto;border-radius:16px;overflow:hidden;box-shadow:0 16px 38px rgba(50,40,32,.18)}
.article-img img{width:100%;height:auto;display:block}
/* ADMCN-NT-V40-END */

/* ================= ADMCN-NT-V41 — SITE-WIDE section rhythm = Home's 90 desktop, clean at every breakpoint (90/52/40). Fixes Home's uneven tablet/mobile; makes Areas match Home exactly. ================= */
@media(min-width:1025px){
  .about,.services,.gallery,.pricing,.geo,.reviews,.visit,.faq,.home-blog,.cta-band,.ab-sec{padding-top:90px !important;padding-bottom:90px !important}
}
@media(min-width:601px) and (max-width:1024px){
  .about,.services,.gallery,.pricing,.geo,.reviews,.visit,.faq,.home-blog,.cta-band,.ab-sec{padding-top:52px !important;padding-bottom:52px !important}
}
@media(max-width:600px){
  .about,.services,.gallery,.pricing,.geo,.reviews,.visit,.faq,.home-blog,.cta-band,.ab-sec{padding-top:40px !important;padding-bottom:40px !important}
}
/* ADMCN-NT-V41-END */

/* ================= ADMCN-NT-V42 — Blog index: constrained centered grid (not full-width) + featured first post ================= */
.about-page .home-blog-grid{max-width:1160px;margin:0 auto;grid-template-columns:repeat(3,1fr);gap:26px}
/* featured first card spans full width: image left, text right */
.about-page .home-blog-card.feat{grid-column:1 / -1;flex-direction:row;align-items:stretch}
.about-page .home-blog-card.feat .img{aspect-ratio:auto;width:52%;flex:0 0 52%}
.about-page .home-blog-card.feat .body{justify-content:center;padding:34px 40px}
.about-page .home-blog-card.feat h3{font-size:28px;flex:0 0 auto;margin-bottom:14px}
.about-page .home-blog-card.feat p{font-size:1.02rem;color:#5d4435;line-height:1.65}
@media(max-width:1000px){.about-page .home-blog-grid{grid-template-columns:repeat(2,1fr)}.about-page .home-blog-card.feat{grid-column:1 / -1}}
@media(max-width:700px){.about-page .home-blog-card.feat{flex-direction:column}.about-page .home-blog-card.feat .img{width:100%;flex:0 0 auto;aspect-ratio:1448/1086}.about-page .home-blog-card.feat .body{padding:22px 24px}.about-page .home-blog-card.feat h3{font-size:22px}}
@media(max-width:560px){.about-page .home-blog-grid{grid-template-columns:1fr}}
/* ADMCN-NT-V42-END */

/* ================= ADMCN-NT-V43 — Contact desktop: tighten sparse sections (90 -> 66); tablet/mobile unchanged ================= */
@media(min-width:1025px){
  .contact-page .services,.contact-page .ab-sec,.contact-page .gallery,.contact-page .faq{padding-top:66px !important;padding-bottom:66px !important}
}
/* ADMCN-NT-V43-END */
