:root {
  --ivory:    #FBF2E3;
  --parchment:#EDD9B0;
  --parchment-light: #F7F0E3;
  --teal:     #1C5C54;
  --gold:     #C4820A;
  --rust:     #B84020;
  --brown:    #2A1506;
  --border:   rgba(80,40,10,0.13);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Jost', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 400;
  padding: 12px 20px;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ivory);
  background: var(--brown);
  border: 2px solid var(--teal);
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 16px;
  outline: none;
}

#main-content:focus {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-toggle:focus-visible,
.faq-question:focus-visible,
.instagram-link:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

body {
  background: var(--ivory);
  color: var(--brown);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 56px;
  background: rgba(251,242,227,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: var(--serif);
  font-size: clamp(0.85rem, 1.65vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--brown);
  cursor: pointer;
  text-decoration: none;
  max-width: min(340px, 52vw);
}
.nav-links { display: flex; gap: 40px; align-items: center; list-style: none; }
.nav-links a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brown); text-decoration: none; opacity: 0.5; transition: opacity 0.2s; cursor: pointer; }
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-social { display: flex; align-items: center; }
/* Instagram — aligned with .btn-outline + site type (no gradient “pill”) */
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 12px 22px;
  border-radius: 0;
  border: 1px solid rgba(42, 21, 6, 0.55);
  background: transparent;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  text-decoration: none;
  opacity: 1;
  transition: background 0.28s, color 0.28s, border-color 0.28s;
}
.instagram-link:hover {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--ivory);
  transform: none;
  box-shadow: none;
}
.instagram-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: currentColor;
  opacity: 0.92;
}
.instagram-link:hover .instagram-icon {
  opacity: 1;
}
.nav-social .instagram-link {
  border: none;
  padding: 8px 4px;
  background: transparent;
  opacity: 0.5;
}
.nav-social .instagram-link:hover {
  background: transparent;
  border: none;
  color: var(--brown);
  opacity: 1;
}
.instagram-link--footer {
  padding: 0;
  border: none;
  background: none;
  font-size: 0.88rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  color: #5A3010;
  gap: 0.45rem;
}
.instagram-link--footer:hover {
  background: none;
  border: none;
  color: var(--teal);
}
.instagram-link--footer .instagram-icon {
  width: 17px;
  height: 17px;
  color: var(--teal);
  opacity: 0.9;
}
.instagram-link--footer:hover .instagram-icon {
  color: var(--teal);
  opacity: 1;
}
.instagram-link--mobile {
  flex-direction: row;
  align-items: center;
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0;
  margin-top: 12px;
  border: none;
  background: none;
  color: var(--brown);
  font-weight: 400;
}
.instagram-link--mobile:hover {
  background: none;
  border: none;
  color: var(--teal);
}
.instagram-link--mobile .instagram-icon {
  width: 26px;
  height: 26px;
  color: var(--teal);
}
.instagram-link--mobile:hover .instagram-icon {
  color: var(--teal);
}
.instagram-link--on-teal {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}
.instagram-link--on-teal:hover {
  background: white;
  border-color: white;
  color: var(--brown);
  box-shadow: none;
  transform: none;
}
.instagram-link--on-teal .instagram-icon {
  color: currentColor;
  opacity: 0.95;
}
.instagram-link--on-teal:hover .instagram-icon {
  color: var(--teal);
  opacity: 1;
}
.sidebar-details .instagram-link.instagram-link--sidebar {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: white;
  transform: none;
}
.sidebar-details .instagram-link.instagram-link--sidebar:hover {
  color: #F0C840;
  background: none;
  box-shadow: none;
  transform: none;
  border-color: transparent;
}
.sidebar-details .instagram-link.instagram-link--sidebar .instagram-icon {
  width: 20px;
  height: 20px;
  color: #F0C840;
}
.hamburger,
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  margin: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
}
.hamburger span,
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--brown); transition: transform 0.3s, opacity 0.3s; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: var(--ivory); flex-direction: column; align-items: center; justify-content: center; gap: 44px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: var(--serif); font-size: 2.4rem; color: var(--brown); text-decoration: none; cursor: pointer; }
.mobile-close { position: absolute; top: 24px; right: 24px; font-size: 1.5rem; cursor: pointer; background: none; border: none; color: var(--brown); }

/* SHARED */
.container { max-width: 1160px; margin: 0 auto; padding: 0 56px; }
section { padding: 96px 0; }
.section-label { font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--rust); margin-bottom: 18px; display: block; font-weight: 400; }
h1 { font-family: var(--serif); font-size: clamp(3rem, 8vw, 6rem); font-weight: 400; line-height: 1.04; letter-spacing: -0.01em; color: var(--brown); }
h2 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 400; line-height: 1.12; color: var(--brown); }
h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; color: var(--brown); }
p { font-size: 1rem; line-height: 1.85; color: #3D2008; }

/* BUTTONS */
.btn { display: inline-block; padding: 13px 38px; font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all 0.28s; font-weight: 400; }
.btn-dark { background: var(--brown); color: var(--ivory); letter-spacing: 0.22em; }
.btn-dark:hover { background: var(--teal); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--brown); border: 1px solid rgba(42,21,6,0.55); }
.btn-outline:hover { background: var(--brown); color: var(--ivory); border-color: var(--brown); }
.btn-gold { background: var(--gold); color: white; }
.btn-gold:hover { background: #9e6808; transform: translateY(-2px); }

/* HOME HERO */
.hero {
  height: auto;
  min-height: 400px;
  max-height: 860px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-rows: minmax(0, auto);
  gap: 0;
  overflow: hidden;
  background: var(--ivory);
  box-sizing: border-box;
  align-items: stretch;
}
.hero-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 60px 56px 60px 72px;
  background: var(--ivory);
  min-height: 0;
}
.hero-eyebrow {
  font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--rust); margin-bottom: 24px;
  display: flex; align-items: center; gap: 14px; font-weight: 400;
}
.hero-eyebrow::before { content: ""; display: inline-block; width: 44px; height: 1px; background: var(--rust); }
.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 3.15vw, 3.85rem);
  line-height: 1.07;
  letter-spacing: -0.015em;
}
.hero-sub { font-size: 1.08rem; line-height: 1.78; color: #5A3010; max-width: 420px; margin-bottom: 40px; font-weight: 300; }
.hero-cta-group { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-cta-secondary {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  flex-shrink: 0;
  border-radius: 0;
  border: none;
  color: var(--brown);
  background: transparent;
  text-decoration: none;
  transition: color 0.28s;
}
.hero-instagram:hover {
  background: transparent;
  border: none;
  color: var(--teal);
  box-shadow: none;
}
.hero-instagram .instagram-icon {
  width: 28px;
  height: 28px;
  color: currentColor;
}
.hero-instagram:hover .instagram-icon {
  color: var(--teal);
}
.hero-instagram:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
/* No aspect-ratio: row height follows the text column; image fills the cell so no ivory gap below the art */
.hero-image {
  position: relative;
  width: 100%;
  min-height: 0;
  align-self: stretch;
  overflow: hidden;
}
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image::after {
  content: '© Preethi';
  position: absolute; bottom: 16px; right: 20px;
  font-family: var(--sans); font-size: 0.58rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); pointer-events: none;
}

/* ABOUT PREVIEW — parchment, warm, never grey */
.about-preview { background: var(--parchment); }
.about-preview .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-preview-text p { font-size: 1.12rem; line-height: 1.88; margin-bottom: 28px; color: var(--brown); }
.about-quote { font-family: var(--serif); font-size: 1.85rem; font-weight: 400; font-style: italic; line-height: 1.32; color: var(--teal); border-left: 3px solid var(--gold); padding-left: 32px; }

/* FEATURED WORK */
.featured-work { background: var(--teal); }
.featured-work .section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; flex-wrap: wrap; gap: 20px; }
.featured-work h2 { color: white; }
.featured-work .section-label { color: #F0C840; }
.featured-work .btn-outline { color: white; border-color: rgba(255,255,255,0.4); }
.featured-work .btn-outline:hover { background: white; color: var(--brown); }
.featured-work p { color: rgba(255,255,255,0.5); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
}

/* IMAGE PROTECTION */
img { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; pointer-events: none; -webkit-touch-callout: none; }
.gallery-item img { pointer-events: none; }
.gallery-item::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: auto; cursor: pointer; }
.gallery-item .gallery-overlay { z-index: 2; }

/* GALLERY */
.gallery-item:hover .gallery-item-bg { transform: scale(1.05); }
.gallery-item-bg { width: 100%; height: 100%; transition: transform 0.65s ease; display: block; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,28,25,0.9) 0%, transparent 55%); opacity: 0; transition: opacity 0.4s; display: flex; align-items: flex-end; padding: 28px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-title { font-family: var(--serif); font-size: 1.4rem; color: white; font-weight: 400; }
.gallery-medium { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 4px; }
.gallery-more-ig {
  text-align: center;
  margin: 40px 0 0;
  padding: 0;
}
.gallery-more-ig .instagram-link--on-teal {
  margin: 0 auto;
}

/* POST TEASER */
.post-teaser { background: var(--teal); color: white; }
.post-teaser .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.post-teaser h2 { color: white; }
.post-teaser p { color: rgba(255,255,255,0.72); }
.post-teaser .section-label { color: #F0C840; }
.post-price { font-family: var(--serif); font-size: 3.8rem; font-weight: 300; color: white; margin: 20px 0 8px; }
.post-price span { font-size: 1rem; font-family: var(--sans); opacity: 0.55; font-weight: 300; }
.post-features { list-style: none; margin: 32px 0; display: flex; flex-direction: column; gap: 14px; }
.post-features li { display: flex; align-items: center; gap: 14px; font-size: 0.96rem; color: rgba(255,255,255,0.85); }
.post-features li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F0C840;
  flex-shrink: 0;
}
.post-teaser-sub { color: rgba(255,255,255,0.65); margin-bottom: 0; }
.post-teaser-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-post-teaser-outline {
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-post-teaser-outline:hover {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.35);
}
.post-teaser-visual { background: var(--parchment); padding: 0; display: flex; align-items: center; justify-content: center; }
.post-teaser-visual img { width: 100%; max-height: 460px; object-fit: contain; display: block; box-shadow: 0 8px 40px rgba(42,21,6,0.18); }
.about-preview-text .btn-outline { margin-top: 12px; }

/* PREETHI POST PAGE */
.pp-hero { min-height: 62vh; background: linear-gradient(150deg, #0E3830 0%, var(--teal) 100%); display: flex; align-items: center; padding-top: 180px; }
.pp-hero h1 { color: white; font-size: clamp(2.5rem, 6vw, 5rem); }
.pp-hero .hero-sub { color: rgba(255,255,255,0.65); }
.pp-hero .section-label { color: #F0C840; }
.pp-hero .hero-sub.pp-hero-lede { max-width: 500px; margin-top: 16px; }
.pp-hero-price {
  margin-top: 20px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 300;
  color: white;
  line-height: 1.2;
}
.pp-hero-price-unit {
  font-size: 0.95rem;
  font-family: var(--sans);
  opacity: 0.55;
  font-weight: 300;
}
.pp-hero-price-note {
  display: block;
  font-size: 0.82rem;
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  margin-top: 8px;
  letter-spacing: 0.03em;
}
.pp-hero-cta-wrap { margin-top: 40px; }
.btn-waitlist { font-size: 0.8rem; }
.painting-preview { aspect-ratio: 3/4; overflow: hidden; }
.painting-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-month1 .month1-quote { margin-top: 24px; font-size: 1.05rem; margin-bottom: 20px; color: #3D2008; }
.pp-month1 .month1-follow { margin-bottom: 36px; color: #3D2008; }
.pp-what-footnote { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border); font-size: 0.88rem; color: #5A3010; }
.pp-what-footnote a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.pp-what { background: var(--ivory); }
.pp-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px; margin-top: 60px; }
.pp-feature { display: flex; gap: 22px; align-items: flex-start; }
.pp-feature h3 { font-size: 1.1rem; font-weight: 700; font-family: var(--serif); margin-bottom: 8px; color: var(--brown); }
.pp-feature p { font-size: 0.94rem; color: #3D2008; }

.pp-month1 { background: var(--parchment); }
.pp-month1 .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.pp-waitlist {
  background: var(--parchment);
  scroll-margin-top: 100px;
}
.pp-waitlist .container { max-width: 520px; }
.pp-waitlist h2 {
  text-align: center;
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  line-height: 1.15;
  margin-bottom: 16px;
}
.pp-waitlist .section-label { display: block; text-align: center; }
.waitlist-lede {
  text-align: center;
  font-size: 1rem;
  color: #5A3010;
  margin: 0 auto 36px;
  max-width: 420px;
  line-height: 1.75;
}
.waitlist-form { margin-top: 8px; }
.waitlist-form .btn-submit { width: 100%; text-align: center; margin-top: 8px; }
.waitlist-success {
  text-align: center;
  padding: 48px 24px 32px;
  border: 1px solid var(--border);
  background: var(--parchment-light);
}
.waitlist-success[hidden] { display: none !important; }
.waitlist-success-icon {
  width: 40px;
  height: 2px;
  margin: 0 auto 18px;
  background: var(--teal);
}
.waitlist-success-title {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--brown);
  margin-bottom: 12px;
}
.waitlist-success-text {
  font-size: 0.98rem;
  color: #5A3010;
  margin: 0;
  line-height: 1.75;
}

.pp-faq { background: var(--teal); }
.pp-faq .section-label { color: #F5D87A; }
.pp-faq h2 { color: #FFFBF5; }
.pp-faq .container > .section-label,
.pp-faq .container > h2 { text-align: center; }
.faq-list { margin: 60px auto 0; max-width: 700px; }
.pp-faq .faq-item { border-bottom: 1px solid rgba(255,255,255,0.22); padding: 28px 0; }
.faq-question { font-family: var(--serif); font-size: 1.25rem; color: #F0C840; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; user-select: none; background: none; border: none; width: 100%; text-align: left; padding: 0; }
.pp-faq .faq-question { color: #FFF8E8; font-weight: 500; }
.faq-arrow { font-size: 1rem; transition: transform 0.3s; flex-shrink: 0; color: #F0C840; }
.pp-faq .faq-arrow { color: #F5D87A; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { display: none; padding-top: 16px; font-size: 0.95rem; line-height: 1.82; color: rgba(255,255,255,0.85); }
.pp-faq .faq-answer { color: rgba(255,255,255,0.96); }
.faq-item.open .faq-answer { display: block; }

/* ABOUT PAGE */
.about-hero { padding-top: 160px; padding-bottom: 80px; background: var(--ivory); }
.about-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-img {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-intro-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.about-intro h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 32px; }
.about-intro p { font-size: 1.08rem; margin-bottom: 20px; line-height: 1.88; color: #3D2008; }

.about-story { background: var(--teal); }
.about-story .container { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; }
.about-story h2 { color: white; }
.about-story .story-text > .section-label { color: #F0C840; }
.story-text p { font-size: 1.04rem; margin-bottom: 26px; line-height: 1.92; color: rgba(255,255,255,0.82); }
.sidebar-quote { font-family: var(--serif); font-size: 1.55rem; font-style: italic; line-height: 1.36; color: rgba(255,255,255,0.9); padding: 0 0 0 28px; border-left: 3px solid #F0C840; margin-bottom: 40px; }
.sidebar-detail-item { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.sidebar-detail-item .label { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: #F0C840; margin-bottom: 6px; }
.sidebar-detail-item .value { font-family: var(--serif); font-size: 1.08rem; color: white; }

/* Home — testimonials (hidden until real quotes; remove display:none to show) */
.section-testimonials {
  display: none !important;
  background: var(--parchment-light);
  padding: 72px 0;
}
.section-testimonials .container { max-width: 900px; }
.section-testimonials .section-label { text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 48px; }
.testimonial-card { padding: 36px; background: rgba(255,255,255,0.65); border: 1px solid rgba(42,21,6,0.08); }
.testimonial-quote { font-family: var(--serif); font-size: 1.25rem; font-style: italic; line-height: 1.6; color: var(--brown); margin-bottom: 24px; }
.testimonial-attrib { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rust); }

/* CONTACT PAGE */
.contact-hero { padding-top: 160px; padding-bottom: 72px; background: var(--teal); }
.contact-hero .section-label { color: #F0C840; }
.contact-hero h1 { color: white; }
.contact-hero-lede { margin-top: 16px; max-width: 520px; font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.78; }
.contact-form .btn-submit { width: 100%; text-align: center; font-size: 0.78rem; }
.form-success-icon {
  width: 48px;
  height: 3px;
  margin: 0 auto 18px;
  background: var(--teal);
}
.contact-layout { background: var(--ivory); padding: 100px 0; }
.contact-layout .container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-info h3 { margin-bottom: 20px; font-size: 1.4rem; }
.contact-info p { margin-bottom: 32px; color: #3D2008; }
.contact-links { list-style: none; }
.contact-links li { margin-bottom: 20px; }
.contact-links a {
  color: var(--brown);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s;
}
.contact-links a:hover { color: var(--teal); }
.contact-links .link-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); margin-bottom: 4px; }
.form-group { margin-bottom: 28px; }
.form-label { display: block; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: #6A3A10; margin-bottom: 10px; }
.form-input, .form-textarea { width: 100%; background: white; border: 1px solid rgba(80,40,10,0.2); padding: 14px 20px; font-family: var(--sans); font-size: 0.95rem; color: var(--brown); outline: none; transition: border-color 0.2s; font-weight: 300; -webkit-appearance: none; border-radius: 0; }
.form-input:focus, .form-textarea:focus { border-color: var(--teal); }
.form-textarea { height: 160px; resize: vertical; }
.form-success { text-align: center; padding: 40px; font-family: var(--serif); font-size: 1.4rem; color: var(--teal); }
.form-success[hidden] { display: none !important; }

/* FOOTER */
footer { background: var(--parchment); color: var(--brown); padding: 64px 0 40px; border-top: 1px solid var(--border); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand .footer-logo { font-family: var(--serif); font-size: 1.9rem; color: var(--brown); margin-bottom: 16px; display: block; letter-spacing: 0.04em; }
.footer-brand .footer-brand-lede { font-size: 0.88rem; line-height: 1.75; color: #5A3010; }
.footer-brand-summary {
  display: none;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #5A3010;
  max-width: 36rem;
}
.footer-col h4 { font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rust); margin-bottom: 22px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul a { font-size: 0.88rem; color: #5A3010; text-decoration: none; cursor: pointer; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--teal); }
.footer-link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--teal);
  opacity: 0.88;
}
.footer-col ul a.footer-link-with-icon:hover .footer-icon {
  opacity: 1;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.footer-bottom p { margin: 0; }
.footer-legal {
  font-size: 0.76rem;
  color: rgba(42, 21, 6, 0.55);
  line-height: 1.65;
  max-width: 48rem;
}

/* 404 */
.page-404 { min-height: 100vh; display: flex; flex-direction: column; background: var(--ivory); }
.not-found-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 64px;
}
.not-found-inner { text-align: center; max-width: 440px; }
.not-found-inner .section-label { margin-bottom: 12px; }
.not-found-inner h1 { margin-bottom: 16px; }
.not-found-lede { font-size: 1.05rem; color: #5A3010; margin-bottom: 32px; line-height: 1.75; }
.not-found-footer { margin-top: auto; padding: 32px 0; border-top: 1px solid var(--border); background: var(--parchment); }
.not-found-footer .footer-bottom { border-top: none; padding-top: 0; text-align: left; }
.not-found-footer .footer-legal { max-width: none; }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(14,48,40,0.97); align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox-inner { max-width: 600px; width: 100%; text-align: center; }
.lightbox-placeholder { width: 100%; aspect-ratio: 3/4; max-height: 65vh; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.8rem; color: rgba(255,255,255,0.8); }
.lightbox-title { font-family: var(--serif); font-size: 1.5rem; color: white; margin-top: 20px; }
.lightbox-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: white; font-size: 2rem; cursor: pointer; opacity: 0.6; line-height: 1; }
.lightbox-close:hover { opacity: 1; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
body.page-home .hero-content > * { animation: fadeUp 0.8s ease both; }
body.page-home .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
body.page-home .hero-content > *:nth-child(2) { animation-delay: 0.2s; }
body.page-home .hero-content > *:nth-child(3) { animation-delay: 0.35s; }
body.page-home .hero-content > *:nth-child(4) { animation-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.page-home .hero-content > * { animation: none !important; }
  .gallery-item-bg { transition: none !important; }
  .gallery-overlay { transition: none !important; }
  .btn { transition: none !important; }
  .skip-link { transition: none; }
  .instagram-link:hover { transform: none; }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 18px 24px; }
  .nav-links, .nav-social { display: none; }
  .hamburger,
  .nav-toggle { display: flex; }
  .container { padding: 0 22px; }
  section { padding: 56px 0; }
  .hero { height: auto; min-height: 0; max-height: none; padding-top: 80px; grid-template-columns: 1fr; }
  .hero-content { padding: 36px 24px 40px; order: 2; }
  .hero-image { height: 60vw; min-height: 240px; max-height: 380px; order: 1; }
  .about-preview .container, .post-teaser .container, .pp-month1 .container, .about-hero .container, .contact-layout .container { grid-template-columns: 1fr; gap: 32px; }
  .post-teaser .container > div:last-child { min-height: 240px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .pp-features-grid { grid-template-columns: 1fr; }
  .about-story .container { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; margin-bottom: 28px; }
  .footer-brand .footer-brand-lede { display: none; }
  .footer-brand-summary {
    display: block;
    margin: 0 0 22px;
  }
  footer { padding: 48px 0 32px; }
  .testimonial-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .pp-hero { min-height: 40vh; }
  h1 { font-size: clamp(2rem, 7vw, 3rem); }
  h2 { font-size: clamp(1.6rem, 5vw, 2.6rem); }
}

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .hero-cta-group > .btn { width: 100%; text-align: center; }
  .hero-cta-secondary {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hero-cta-secondary .btn-outline {
    width: 100%;
    flex: none;
    text-align: center;
    box-sizing: border-box;
  }
  .hero-instagram {
    align-self: center;
    min-width: 52px;
    min-height: 52px;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .section-label { font-size: 0.72rem; }
  .container { padding: 0 20px; }
  .pp-features-grid { gap: 28px; }
  .gallery-overlay { opacity: 1; }
}
