
:root {
  --ink:#16312e;
  --forest:#244b42;
  --ocean:#117d88;
  --ocean-dark:#0b5e68;
  --sand:#f5eddf;
  --paper:#fffdf8;
  --white:#fff;
  --sun:#e99152;
  --gold:#d2a34a;
  --muted:#65716d;
  --line:#ded6c8;
  --shadow:0 18px 50px rgba(20,47,43,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.62;
}
a{color:var(--ocean-dark)}
img{max-width:100%;display:block}
.wrap{width:min(1180px,92vw);margin:auto}
.topbar{background:var(--ink);color:#fff;font-size:.9rem}
.topbar .wrap{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:8px 0}
header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,253,248,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line)
}
nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0}
.brand{
  color:var(--ink);text-decoration:none;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.35rem;font-weight:900
}
.navlinks{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.navlinks a{color:var(--ink);font-weight:750;text-decoration:none;font-size:.92rem}
.lang{
  border:1px solid var(--line);border-radius:999px;
  padding:6px 10px;background:white;font-weight:900
}
.hero{
  min-height:650px;color:#fff;
  background:
    linear-gradient(90deg,rgba(9,38,35,.87),rgba(9,38,35,.35)),
    url('/assets/images/hero.jpg') center/cover no-repeat;
  display:flex;align-items:center
}
.hero-inner{padding:85px 0}
.eyebrow{
  display:inline-block;
  text-transform:uppercase;letter-spacing:.11em;
  font-weight:900;font-size:.78rem;color:#f3ca88;
  margin-bottom:12px
}
.hero h1,.page-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3rem,7vw,6.4rem);
  line-height:.94;letter-spacing:-.045em;
  margin:0 0 20px
}
.hero p{font-size:1.2rem;max-width:720px;color:rgba(255,255,255,.92)}
.cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;text-decoration:none;font-weight:900;
  padding:13px 18px;border-radius:12px;border:1px solid transparent
}
.btn.primary{background:var(--sun);color:#fff}
.btn.ocean{background:var(--ocean);color:#fff}
.btn.light{background:#fff;color:var(--ink);border-color:var(--line)}
.btn.dark{background:var(--ink);color:#fff}
section{padding:68px 0}
.section-head{max-width:780px;margin-bottom:30px}
.section-head h2,.content h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.1rem,4vw,3.5rem);
  line-height:1.03;margin:.15em 0
}
.section-head p{color:var(--muted);font-size:1.06rem}
.grid{display:grid;gap:20px}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.four{grid-template-columns:repeat(4,1fr)}
.card{
  background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:24px;box-shadow:var(--shadow)
}
.card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.7rem;line-height:1.05;margin:.25em 0
}
.card p{color:var(--muted)}
.price{
  font-family:Georgia,"Times New Roman",serif;
  font-size:2.3rem;font-weight:900;color:var(--forest)
}
.small{font-size:.88rem;color:var(--muted)}
.feature{
  display:grid;grid-template-columns:1fr 1fr;
  gap:32px;align-items:center
}
.feature img{border-radius:26px;box-shadow:var(--shadow);width:100%;height:440px;object-fit:cover}
.feature-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.3rem,4vw,4rem);line-height:1;margin:.2em 0
}
.checks{list-style:none;padding:0;display:grid;gap:8px}
.checks li:before{content:"✓ ";font-weight:900;color:var(--ocean)}
.band{background:var(--forest);color:#fff}
.band p{color:rgba(255,255,255,.8)}
.band .card{color:var(--ink)}
.page-hero{
  background:linear-gradient(135deg,var(--forest),var(--ocean-dark));
  color:#fff;padding:75px 0
}
.page-hero h1{font-size:clamp(2.8rem,6vw,5.3rem)}
.page-hero p{max-width:750px;color:rgba(255,255,255,.86);font-size:1.13rem}
.content{max-width:900px}
.content h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;margin-top:1.7em}
.notice{
  padding:16px 18px;border-radius:14px;
  background:#fff4e3;border:1px solid #ebd1a8
}
.gallery{
  display:grid;grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:250px;gap:10px
}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.gallery img:first-child{grid-row:span 2}
.contact-box{
  background:#fff;border:1px solid var(--line);
  border-radius:26px;padding:30px;box-shadow:var(--shadow)
}
.contact-line{
  padding:14px 0;border-bottom:1px solid var(--line);
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap
}
.contact-line:last-child{border-bottom:0}
footer{background:#102a27;color:rgba(255,255,255,.8);padding:38px 0}
footer a{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}
footer strong{color:#fff}
.mini-nav{display:grid;gap:6px}
@media(max-width:900px){
  .grid.three,.grid.four,.feature,.footer-grid{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .navlinks a:not(.lang){display:none}
  .grid.three,.grid.four,.feature,.footer-grid,.gallery{grid-template-columns:1fr}
  .feature img{height:310px}
  .gallery img,.gallery img:first-child{height:240px;grid-row:auto}
  .hero{min-height:590px}
  .hero-inner{padding:65px 0}
  .cta .btn{width:100%}
}
