/* Villa Limoncello — shared styles for SEO landing pages */
:root {
  --paper: oklch(97.2% 0.012 82);
  --paper-deep: oklch(94% 0.022 78);
  --ink: oklch(22% 0.018 40);
  --ink-soft: oklch(38% 0.022 45);
  --ink-muted: oklch(55% 0.020 50);
  --terracotta: oklch(58% 0.130 38);
  --terracotta-deep: oklch(45% 0.110 35);
  --olive: oklch(48% 0.060 115);
  --lemon: oklch(84% 0.140 95);
  --rule: oklch(78% 0.025 70);
  --accent: var(--terracotta);
  --accent-deep: var(--terracotta-deep);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 1000;
  opacity: 0.32; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.45 0 0 0 0 0.35 0 0 0 0.08 0'/></filter><rect width='240' height='240' filter='url(%23n)'/></svg>");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.serif { font-family: 'Cormorant Garamond', serif; font-weight: 400; }
.italic { font-family: 'Cormorant Garamond', serif; font-style: italic; }
.hand { font-family: 'Caveat', cursive; }
.label {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-muted);
}
.roman {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  color: var(--accent); letter-spacing: 0.18em; font-size: 15px;
}
h1, h2, h3 { margin: 0; font-weight: 400; }
.display { font-family: 'Cormorant Garamond', serif; line-height: 1.0; letter-spacing: -0.01em; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 680px) { .wrap { padding: 0 22px; } }

/* nav */
nav.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px;
  background: rgba(248,241,229,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.brand-mark { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 23px; }
.brand-mark b { font-weight: 500; font-style: normal; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft);
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--accent-deep); }
.nav-cta {
  padding: 10px 18px; border: 1px solid var(--ink);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink);
  transition: all 0.3s;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }
/* burger button */
.nav-burger {
  flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px 4px;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all 0.28s ease; transform-origin: center; }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
/* mobile nav panel */
.nav-mobile { display: none; position: fixed; top: 57px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--rule); padding: 0 22px; flex-direction: column; z-index: 49; box-shadow: 0 8px 24px -8px rgba(60,35,20,0.12); }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); padding: 16px 0; border-bottom: 1px solid var(--rule); transition: color 0.2s; text-decoration: none; }
.nav-mobile a:hover { color: var(--accent-deep); }
.nav-mobile .mob-cta { margin: 6px 0 20px; padding: 14px; background: var(--ink); color: var(--paper) !important; text-align: center; border-bottom: none !important; }
@media (min-width: 761px) { .nav-burger { display: none; } }
@media (max-width: 760px) { .nav-links { display: none; } .nav-burger { display: flex; } }

/* hero */
.lp-hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; padding: 70px 0 80px;
}
.lp-hero .kick { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.lp-hero .kick .ln { width: 38px; height: 1px; background: var(--accent); }
.lp-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5.6vw, 78px); line-height: 1.02;
}
.lp-hero h1 em { font-style: italic; color: var(--accent-deep); }
.lp-hero .lede {
  margin-top: 26px; max-width: 500px; font-size: 18px;
  color: var(--ink-soft); line-height: 1.65;
}
.lp-hero .cta-row { margin-top: 34px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  padding: 16px 30px; background: var(--ink); color: var(--paper);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; transition: all 0.3s;
}
.btn-primary:hover { background: var(--accent-deep); }
.btn-ghost {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px;
  color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 2px;
}
.lp-hero-img {
  aspect-ratio: 4/5; background-size: cover; background-position: center;
  box-shadow: 0 30px 80px -30px rgba(50,25,10,0.35);
  filter: saturate(0.92) contrast(1.02);
}
@media (max-width: 880px) { .lp-hero { grid-template-columns: 1fr; gap: 36px; } }

/* facts strip */
.lp-facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
  padding: 40px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.lp-facts .f .label { margin-bottom: 6px; }
.lp-facts .f .v { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 26px; }
@media (max-width: 680px) { .lp-facts { grid-template-columns: 1fr 1fr; gap: 24px; } }

/* content sections */
.lp-section { padding: 90px 0; }
.lp-section.tint { background: var(--paper-deep); }
.lp-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.4vw, 60px); line-height: 1.02; margin-bottom: 30px;
}
.lp-section h2 em { font-style: italic; color: var(--accent-deep); }
.lp-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.lp-cols p {
  font-family: 'Cormorant Garamond', serif; font-size: 20px; line-height: 1.65;
  color: var(--ink-soft); margin: 0 0 18px;
}
@media (max-width: 820px) { .lp-cols { grid-template-columns: 1fr; gap: 24px; } }

/* checklist */
.lp-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--rule); }
.lp-list li {
  display: grid; grid-template-columns: 150px 1fr; gap: 26px;
  padding: 20px 0; border-bottom: 1px solid var(--rule); align-items: baseline;
}
.lp-list li .it { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--accent-deep); font-size: 20px; }
.lp-list li .d { color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.lp-list li .d b { font-weight: 500; color: var(--ink); }
@media (max-width: 680px) { .lp-list li { grid-template-columns: 1fr; gap: 6px; } }

/* gallery teaser */
.lp-gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-gal .g { aspect-ratio: 3/4; background-size: cover; background-position: center; }
@media (max-width: 680px) { .lp-gal { grid-template-columns: 1fr 1fr; } }

/* CTA band */
.lp-cta {
  padding: 100px 0; background: var(--ink); color: var(--paper); text-align: center;
}
.lp-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; }
.lp-cta h2 em { font-style: italic; color: oklch(80% 0.14 80); }
.lp-cta .sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: oklch(80% 0.02 70); margin-top: 16px; }
.lp-contact { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.lp-contact a {
  padding: 18px 30px; border: 1px solid oklch(45% 0.02 60);
  font-family: 'Cormorant Garamond', serif; font-size: 24px;
  transition: all 0.3s;
}
.lp-contact a:hover { background: oklch(80% 0.14 80); color: var(--ink); border-color: oklch(80% 0.14 80); }

/* internal links / footer */
.lp-other { padding: 70px 0; border-top: 1px solid var(--rule); }
.lp-other .label { margin-bottom: 24px; }
.lp-other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-other-grid a {
  display: block; padding: 24px 26px; border: 1px solid var(--rule);
  font-family: 'Cormorant Garamond', serif; font-size: 24px; transition: all 0.3s;
  position: relative;
}
.lp-other-grid a:hover { background: var(--paper-deep); border-color: var(--ink); }
.lp-other-grid a .ar { position: absolute; right: 22px; top: 24px; color: var(--accent); }
@media (max-width: 760px) { .lp-other-grid { grid-template-columns: 1fr; } }

footer.lp-foot {
  padding: 50px 0; background: var(--ink); color: oklch(72% 0.02 60);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.1em;
}
footer.lp-foot .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
footer.lp-foot a { color: oklch(80% 0.12 75); }

/* SEO prose block */
.lp-prose { padding: 70px 0; max-width: 820px; }
.lp-prose h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.4vw, 44px); margin-bottom: 22px; }
.lp-prose p { font-size: 16px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 18px; }
.lp-prose p b { color: var(--ink); font-weight: 500; }

/* ---- Mobile (≤ 600px) ---- */
@media (max-width: 600px) {
  nav.top { padding: 14px 18px; }
  .lp-hero { padding: 40px 22px 50px; }
  .lp-section { padding: 56px 0; }
  .lp-cta { padding: 60px 0; }
  .lp-contact { flex-direction: column; align-items: stretch; gap: 10px; }
  .lp-contact a { text-align: center; font-size: 20px; padding: 14px 20px; }
  footer.lp-foot .wrap { flex-direction: column; gap: 8px; }
  .lp-prose { padding: 40px 22px; }
  .lp-other { padding: 40px 0; }
  .lp-gal { gap: 10px; }
  .lp-gal .g { aspect-ratio: unset; height: 180px; }
}
