@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --bg:#0b1220; --text-on-bg:#f7f4ee;
  --surface:#f7f4ee; --text:#1c1a16;
  --card:#ffffff; --line:#e3dcc8;
  --accent:#c9a227; --accent-contrast:#0b1220;
  --accent-soft:rgba(201,162,39,.16);
  --font-d:'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-b:'Inter', -apple-system, system-ui, sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; font-family:var(--font-b); color:var(--text); background:var(--surface); line-height:1.5;}
a{color:inherit;}
img{max-width:100%; display:block;}
.wrap{max-width:1080px; margin:0 auto; padding:0 28px;}
h1,h2,h3{font-family:var(--font-d); margin:0; text-wrap:balance;}

/* nav */
.site-nav{background:var(--bg); color:var(--text-on-bg); position:sticky; top:0; z-index:10;}
.site-nav .wrap{display:flex; align-items:center; justify-content:space-between; padding:18px 28px; gap:20px;}
.site-nav .word{font-family:var(--font-d); font-weight:600; font-size:19px;}
.site-nav .word a{text-decoration:none;}
.site-nav .links{display:flex; gap:26px; font-size:14px; font-weight:600; list-style:none; margin:0; padding:0;}
.site-nav .links a{text-decoration:none; opacity:.85;}
.site-nav .links a:hover, .site-nav .links a[aria-current="page"]{opacity:1; border-bottom:2px solid var(--accent);}
.site-nav .call{font-size:13px; font-weight:700; border:1px solid currentColor; padding:9px 16px; border-radius:3px; white-space:nowrap; text-decoration:none;}
.nav-toggle{display:none;}
@media (max-width:760px){
  .site-nav .links{display:none;}
  .nav-toggle{display:block; background:none; border:1px solid var(--text-on-bg); color:var(--text-on-bg); border-radius:4px; padding:8px 12px; font-size:14px;}
  .site-nav.open .links{display:flex; flex-direction:column; gap:0; position:absolute; top:100%; left:0; right:0; background:var(--bg); padding:10px 28px 20px;}
  .site-nav.open .links a{padding:12px 0; border-bottom:1px solid rgba(255,255,255,.1); width:100%;}
}

/* page hero (inner pages) */
.page-hero{background:var(--bg); color:var(--text-on-bg); padding:52px 0;}
.page-hero .kicker{font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; opacity:.72; font-weight:600; margin-bottom:12px;}
.page-hero h1{font-size:clamp(28px,4vw,42px); font-weight:600;}
.page-hero p{max-width:60ch; opacity:.86; margin-top:14px; font-size:16px;}

/* home hero */
.home-hero{background:var(--bg); color:var(--text-on-bg); padding:64px 0 0;}
.home-hero .inner{padding-bottom:44px;}
.hero-grid{display:grid; grid-template-columns:1fr 420px; gap:40px; align-items:center;}
@media (max-width:800px){ .hero-grid{grid-template-columns:1fr;} .hero-visual{order:-1; margin-bottom:10px;} }
.hero-visual{display:flex; justify-content:center;}
.kicker{font-size:12px; letter-spacing:.14em; text-transform:uppercase; opacity:.72; font-weight:600; margin-bottom:16px;}
.home-hero h1{font-size:clamp(30px,4.2vw,46px); font-weight:600; line-height:1.13; max-width:16ch;}
.home-hero .sub{max-width:48ch; opacity:.87; margin-top:18px; font-size:17px; line-height:1.6;}
.ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
.btn-primary{background:var(--accent); color:var(--accent-contrast); font-weight:700; font-size:15px; padding:14px 24px; border-radius:3px; text-decoration:none; display:inline-block;}
.btn-secondary{border:1px solid currentColor; opacity:.9; font-weight:600; font-size:15px; padding:14px 24px; border-radius:3px; text-decoration:none; display:inline-block;}

.hero-photos{position:relative; width:100%; max-width:420px; margin:0 auto;}
.hero-photos .hp-main{width:100%; aspect-ratio:1; object-fit:cover; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,.28);}
.hero-photos .hp-accent{position:absolute; right:-16px; bottom:-18px; width:44%; aspect-ratio:1; object-fit:cover; border-radius:8px; border:4px solid var(--surface); box-shadow:0 6px 16px rgba(0,0,0,.3);}

/* price line (static — no live ticker per Tom's request) */
.price-line{background:var(--accent-soft); border-top:1px solid rgba(255,255,255,.08);}
.price-line .wrap{padding:16px 28px; text-align:center; font-size:14px; font-weight:600; color:var(--text-on-bg);}

/* trust bar */
.trust-bar{background:var(--surface); border-bottom:1px solid var(--line);}
.trust-bar .wrap{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; padding:28px;}
@media (max-width:700px){ .trust-bar .wrap{grid-template-columns:repeat(2,1fr);} }
.trust-bar .item{font-size:13px; font-weight:600; text-align:center; line-height:1.4;}

/* how it works */
.how-section{background:var(--surface); padding:56px 0;}
.how-section h2{font-size:26px; margin-bottom:32px; text-align:center;}
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
@media (max-width:700px){ .steps{grid-template-columns:1fr;} }
.step{background:var(--card); border:1px solid var(--line); border-radius:8px; padding:24px 20px;}
.step .num{font-family:var(--font-d); font-size:26px; font-weight:600; color:var(--accent); margin-bottom:12px;}
.step h3{font-size:16px; margin-bottom:8px;}
.step p{font-size:14px; opacity:.78; margin:0; line-height:1.55;}

/* services / what we buy */
.services-section{background:var(--surface); padding:0 0 56px;}
.services-section h2{font-size:26px; margin-bottom:10px; text-align:center;}
.services-lead{text-align:center; font-size:15px; opacity:.75; max-width:52ch; margin:0 auto 26px;}
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.services-grid--2{grid-template-columns:repeat(2,1fr); max-width:640px; margin:0 auto;}
@media (max-width:700px){ .services-grid{grid-template-columns:repeat(2,1fr);} .services-grid--2{grid-template-columns:1fr;} }
.service-card{background:var(--card); border:1px solid var(--line); border-radius:8px; padding:0 0 18px; overflow:hidden;}
.service-card img{width:100%; aspect-ratio:4/3; object-fit:cover;}
.service-card h3{font-size:15px; margin:14px 16px 6px;}
.service-card p{font-size:13px; opacity:.75; margin:0 16px; line-height:1.5;}

/* about teaser (home) */
.about-teaser{background:var(--card); padding:56px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.about-teaser .wrap{display:grid; grid-template-columns:170px 1fr; gap:32px; align-items:center;}
@media (max-width:700px){ .about-teaser .wrap{grid-template-columns:1fr; text-align:center;} .about-teaser .photo{margin:0 auto;} }
.about-teaser .photo{width:170px; height:170px; border-radius:50%; object-fit:cover; box-shadow:0 4px 14px rgba(0,0,0,.15);}
.about-teaser h2{font-size:22px; margin-bottom:10px;}
.about-teaser p{font-size:15px; opacity:.82; max-width:56ch; line-height:1.6; margin:0 0 16px;}
.link-more{color:var(--accent); font-weight:700; text-decoration:none; font-size:14px;}

/* reviews */
.reviews-section{background:var(--surface); padding:52px 0;}
.reviews-section h2{font-size:26px; margin-bottom:24px; text-align:center;}
.reviews-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
@media (max-width:700px){ .reviews-grid{grid-template-columns:1fr;} }
.review-card{background:var(--card); border:1px dashed var(--line); border-radius:8px; padding:20px; text-align:center;}
.review-card .stars{color:var(--accent); font-size:15px; margin-bottom:10px; letter-spacing:2px;}
.review-card .placeholder{font-size:13px; opacity:.6; font-style:italic;}

/* faq */
.faq-section{background:var(--card); padding:52px 0; border-top:1px solid var(--line);}
.faq-section h2{font-size:26px; margin-bottom:24px; text-align:center;}
.faq-q{border-bottom:1px solid var(--line); padding:18px 0;}
.faq-q h3{font-size:16px; margin-bottom:8px;}
.faq-q p{font-size:14px; opacity:.78; margin:0; max-width:64ch; line-height:1.6;}

/* generic content section (about/contact/gallery/blog pages) */
.content-section{padding:56px 0;}
.content-section.narrow .wrap{max-width:760px;}
.content-section h2{font-size:24px; margin-bottom:16px;}
.content-section p{font-size:16px; line-height:1.7; opacity:.88; margin:0 0 16px;}

/* about page */
.about-full{display:grid; grid-template-columns:260px 1fr; gap:44px; align-items:start;}
@media (max-width:700px){ .about-full{grid-template-columns:1fr;} }
.about-full img{width:100%; height:auto; display:block; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,.15);}

/* contact page */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:44px;}
@media (max-width:760px){ .contact-grid{grid-template-columns:1fr;} }
.contact-info h3{font-family:var(--font-d); font-size:19px; margin:0 0 6px;}
.contact-info .block{margin-bottom:22px; font-size:15px; line-height:1.7;}
.contact-form{display:flex; flex-direction:column; gap:14px;}
.contact-form label{font-size:13.5px; font-weight:600; margin-bottom:4px; display:block;}
.contact-form input, .contact-form textarea{width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:6px; font-family:var(--font-b); font-size:15px; background:var(--card); color:var(--text);}
.contact-form textarea{min-height:130px; resize:vertical;}
.contact-form button{align-self:flex-start;}

/* gallery */
.gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
@media (max-width:700px){ .gallery-grid{grid-template-columns:repeat(2,1fr);} }
.gallery-grid img{width:100%; aspect-ratio:1; object-fit:cover; border-radius:8px;}
.gallery-note{background:var(--accent-soft); border:1px solid var(--accent); border-radius:10px; padding:18px 22px; font-size:14.5px; margin-bottom:28px;}

/* blog */
.blog-list{display:flex; flex-direction:column; gap:24px;}
.blog-card{background:var(--card); border:1px solid var(--line); border-radius:8px; padding:22px;}
.blog-card h3{font-size:18px; margin-bottom:8px;}
.blog-card .date{font-size:12.5px; opacity:.6; margin-bottom:10px; display:block;}
.blog-card p{font-size:14.5px; opacity:.8; margin:0;}

/* footer */
.site-footer{background:var(--bg); color:var(--text-on-bg); padding:56px 0 28px;}
.site-footer .footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:36px 28px;}
@media (max-width:820px){ .site-footer .footer-grid{grid-template-columns:1fr 1fr; gap:32px 28px;} }
@media (max-width:480px){ .site-footer .footer-grid{grid-template-columns:1fr;} }
.site-footer .footer-logo{font-family:var(--font-d); font-weight:600; font-size:17px; margin-bottom:10px;}
.site-footer h4{font-family:var(--font-b); font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--accent); margin:0 0 14px;}
.site-footer .nap{opacity:.82; line-height:1.8; font-size:13.5px;}
.site-footer .nap a{opacity:1; text-decoration:none;}
.site-footer .nap a:hover{color:var(--accent);}
.site-footer .foot-links{display:flex; flex-direction:column; gap:10px; list-style:none; padding:0; margin:0;}
.site-footer .foot-links a{text-decoration:none; opacity:.82; font-size:13.5px;}
.site-footer .foot-links a:hover{opacity:1; color:var(--accent);}
.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.12); margin-top:44px; padding-top:22px; font-size:12px; opacity:.55; text-align:center;}
.site-footer .powered-by{color:var(--accent); text-decoration:none; opacity:1;}
.site-footer .powered-by:hover{text-decoration:underline;}

/* service areas */
.areas-section{background:var(--card); padding:52px 0; border-top:1px solid var(--line);}
.areas-section h2{font-size:26px; margin-bottom:10px; text-align:center;}
.areas-section .services-lead{margin-bottom:26px;}
.areas-grid{display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}
.areas-grid a{background:var(--surface); border:1px solid var(--line); border-radius:20px; padding:10px 18px; font-size:14px; font-weight:600; text-decoration:none; color:var(--text);}
.areas-grid a:hover{border-color:var(--accent); color:var(--accent);}
.site-footer .foot-areas{flex-direction:column; gap:6px;}
