:root{
  --bg:#FAFAF9;
  --text:#292524;
  --accent:#78716C;
  --muted:#a8a29e;
  --card:#ffffff;
  --line:rgba(41,37,36,.10);
  --shadow:0 18px 55px rgba(41,37,36,.08);
  --hero-a:#78716C;
  --hero-b:#D6D3D1;

  --radius:18px;
  --radius-lg:26px;
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.6;
  letter-spacing:.01em;
}

img{width:100%; display:block}
a{color:inherit}
p{margin:0 0 12px}
small{color:rgba(41,37,36,.72)}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

.container{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

.skip{
  position:absolute; left:-9999px; top:8px;
  background:var(--card); border:1px solid var(--line);
  padding:10px 12px; border-radius:12px;
}
.skip:focus{left:12px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:80;
  background:rgba(250,250,249,.86);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex;
  align-items:baseline;
  gap:10px;
  text-decoration:none;
}
.brand .mark{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:20px;
}
.brand .sub{
  font-size:12px;
  color:rgba(41,37,36,.70);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.menu{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.menu a{
  text-decoration:none;
  font-size:13px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid transparent;
  color:rgba(41,37,36,.82);
}
.menu a:hover{
  border-color:var(--line);
  background:rgba(255,255,255,.60);
}
.menu a.active{
  border-color:rgba(120,113,108,.35);
  background:rgba(120,113,108,.08);
  color:rgba(41,37,36,.92);
}

.hero{
  border-bottom:1px solid var(--line);
  background:linear-gradient(135deg, var(--hero-a), var(--hero-b));
  color:#111;
}
.hero-inner{
  padding:72px 0 44px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:26px;
  align-items:end;
}
.kicker{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(17,17,17,.76);
  margin-bottom:10px;
}
h1{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  letter-spacing:.02em;
  line-height:1.06;
  font-size:52px;
  margin:0 0 12px;
  color:#151515;
}
.hero p{
  color:rgba(17,17,17,.78);
  max-width:62ch;
  font-size:15px;
}
.hero-panel{
  background:rgba(250,250,249,.65);
  border:1px solid rgba(41,37,36,.10);
  border-radius:var(--radius-lg);
  padding:16px;
  box-shadow:0 18px 60px rgba(0,0,0,.10);
}
.hero-panel .row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(41,37,36,.10);
}
.hero-panel .row:last-child{border-bottom:none}
.hero-panel .label{
  color:rgba(41,37,36,.70);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-panel .value{
  font-size:13px;
  color:rgba(41,37,36,.92);
  text-align:right;
  max-width:240px;
}

main{padding:34px 0 60px}

.section{
  padding:26px 0;
  border-bottom:1px solid var(--line);
}
.section:last-child{border-bottom:none}

.h2row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
h2{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  margin:0;
  font-size:30px;
  letter-spacing:.02em;
}
.lede{
  margin:0;
  color:rgba(41,37,36,.72);
  max-width:74ch;
  font-size:14px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:16px;
}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.card h3{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  margin:0 0 8px;
  font-size:20px;
}
.meta{
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(41,37,36,.62);
  margin-bottom:10px;
}
.list{
  margin:10px 0 0;
  padding:0 0 0 16px;
}
.list li{margin:6px 0; color:rgba(41,37,36,.82)}

.photo-block{
  border-radius:var(--radius-lg);
  border:1px solid var(--line);
  overflow:hidden;
  min-height:340px;
  background:
    linear-gradient(140deg, rgba(120,113,108,.25), rgba(214,211,209,.55)),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.60), rgba(255,255,255,0) 50%),
    radial-gradient(circle at 80% 30%, rgba(41,37,36,.08), rgba(41,37,36,0) 55%);
  position:relative;
  box-shadow:var(--shadow);
}
.photo-block::after{
  position:absolute;
  left:16px; bottom:14px;
  font-size:12px;
  color:rgba(41,37,36,.58);
  background:rgba(250,250,249,.70);
  border:1px solid rgba(41,37,36,.10);
  padding:6px 10px;
  border-radius:999px;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:stretch;
}

.procon{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(120,113,108,.32);
  background:rgba(120,113,108,.08);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(41,37,36,.78);
}

.hr{height:1px; background:var(--line); margin:14px 0;}

.btnrow{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(41,37,36,.14);
  background:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:13px;
  color:rgba(41,37,36,.90);
}
.btn:hover{border-color:rgba(120,113,108,.42)}
.btn.primary{
  background:rgba(120,113,108,.14);
  border-color:rgba(120,113,108,.40);
}

.form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.field{display:flex; flex-direction:column; gap:6px}
label{
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(41,37,36,.72);
}
input, textarea, select{
  font:inherit;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(41,37,36,.14);
  background:rgba(255,255,255,.78);
  color:var(--text);
  outline:none;
}
textarea{min-height:130px; resize:vertical}
.full{grid-column:1/-1}
.help{font-size:12px; color:rgba(41,37,36,.70)}

.map{
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  overflow:hidden;
  min-height:360px;
  background:rgba(255,255,255,.65);
  box-shadow:var(--shadow);
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  color:rgba(41,37,36,.74);
}
.footergrid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  align-items:start;
}
.footer a{text-decoration:none; color:rgba(41,37,36,.78)}
.footer a:hover{text-decoration:underline}
.flinks{
  display:flex; flex-wrap:wrap; gap:12px;
  justify-content:flex-end;
}
.legal{
  font-size:12px;
  color:rgba(41,37,36,.62);
  margin-top:8px;
}

.note{
  font-size:12px;
  color:rgba(41,37,36,.72);
  padding:10px 12px;
  border:1px solid rgba(41,37,36,.12);
  border-radius:14px;
  background:rgba(255,255,255,.66);
}

.fade{
  opacity:0;
  transform:translateY(10px);
  transition:opacity 1.1s ease, transform 1.1s ease;
  will-change:opacity, transform;
}
.fade.in{
  opacity:1;
  transform:translateY(0);
}

/* Cookie banner */
.cookie{
  position:fixed;
  left:16px; right:16px; bottom:16px;
  z-index:120;
  max-width:980px;
  margin:0 auto;
  background:rgba(250,250,249,.90);
  border:1px solid rgba(41,37,36,.14);
  border-radius:var(--radius-lg);
  box-shadow:0 22px 70px rgba(0,0,0,.16);
  padding:14px;
  display:none;
}
.cookie.show{display:block}
.cookie .cgrid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:12px;
  align-items:center;
}
.cookie p{margin:0; color:rgba(41,37,36,.78); font-size:13px}
.cookie .cactions{display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap}
.cookie .cactions button{
  font:inherit;
  border-radius:999px;
  padding:10px 12px;
  border:1px solid rgba(41,37,36,.14);
  background:rgba(255,255,255,.80);
  cursor:pointer;
  font-size:13px;
}
.cookie .cactions button.primary{
  background:rgba(120,113,108,.14);
  border-color:rgba(120,113,108,.40);
}
.cookie .cactions button:hover{border-color:rgba(120,113,108,.42)}

@media (max-width: 960px){
  .hero-inner{grid-template-columns:1fr; padding:58px 0 36px}
  h1{font-size:42px}
  .footergrid{grid-template-columns:1fr}
  .flinks{justify-content:flex-start}
  .split, .procon{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  .cookie .cgrid{grid-template-columns:1fr}
  .cookie .cactions{justify-content:flex-start}
}

/* Mobile burger */
.burger{
  display:none;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(41,37,36,.14);
  background:rgba(255,255,255,.72);
  cursor:pointer;
  padding:10px;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.burger span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(41,37,36,.78);
  border-radius:2px;
  transition:transform .25s ease, opacity .25s ease;
}

/* mobile menu container */
.mobile-menu{
  display:none;
  border-top:1px solid var(--line);
  background:rgba(250,250,249,.92);
  backdrop-filter:saturate(160%) blur(10px);
}
.mobile-menu.open{ display:block; }

.mobile-links{
  display:flex;
  flex-direction:column;
  padding:12px 0 16px;
  gap:6px;
}
.mobile-links a{
  text-decoration:none;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(41,37,36,.12);
  background:rgba(255,255,255,.72);
  font-size:14px;
  color:rgba(41,37,36,.90);
}
.mobile-links a:hover{
  border-color:rgba(120,113,108,.42);
}

/* burger animated state */
.burger.open span:nth-child(1){ transform:translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-8px) rotate(-45deg); }

/* responsive behavior */
@media (max-width: 960px){
  .menu{ display:none; }
  .burger{ display:inline-flex;         flex-direction: column;}
}

/* Form success alert */

.form-alert{
  position:fixed;
  inset:0;
  background:rgba(41,37,36,.25);
  backdrop-filter:blur(6px);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  opacity:0;
  pointer-events:none;
  transition:opacity .4s ease;
}

.form-alert.show{
  opacity:1;
  pointer-events:auto;
}

.form-alert-box{
  background:var(--bg);
  border:1px solid rgba(41,37,36,.14);
  border-radius:22px;
  padding:28px 26px;
  max-width:420px;
  width:90%;
  text-align:center;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
  transform:translateY(10px);
  transition:transform .4s ease;
}

.form-alert.show .form-alert-box{
  transform:translateY(0);
}

.form-alert-box h3{
  font-family:"Cormorant Garamond", serif;
  font-size:26px;
  margin:0 0 10px;
}

.form-alert-box p{
  color:rgba(41,37,36,.75);
  font-size:14px;
  margin-bottom:18px;
}
