  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Inter', system-ui, sans-serif;
    color: #2C2C2A;
    background: #e8e4dc;
    line-height: 1.5;
  }
  .page {
    max-width: 960px;
    margin: 40px auto;
    background: #FBF8F2;
    border: 0.5px solid #d3d1c7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  }
  
  .hero {
    position: relative;
    height: 540px;
    background: linear-gradient(180deg, #c5d8e8 0%, #94b4ce 35%, #5b7e98 70%, #2f4d68 100%);
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 35%; height: 30%;
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 100%);
  }
  .hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 60%; bottom: 0;
    background: linear-gradient(180deg, rgba(40,70,95,0.4) 0%, rgba(20,40,60,0.65) 100%);
  }
  .horizon {
    position: absolute;
    left: 0; right: 0; top: 60%; height: 1px;
    background: rgba(255,255,255,0.35);
    z-index: 1;
  }
  .trees {
    position: absolute;
    left: 0; right: 0; top: 56%; height: 4%;
    z-index: 1;
  }
  .tree { position: absolute; bottom: 0; background: #4a6478; opacity: 0.5; }
  .tree-1 { left: 8%; width: 22%; height: 100%; border-radius: 50% 80% 0 0 / 100% 100% 0 0; }
  .tree-2 { left: 35%; width: 28%; height: 80%; border-radius: 50% 60% 0 0 / 100% 100% 0 0; opacity: 0.45; }
  .tree-3 { right: 10%; width: 30%; height: 90%; border-radius: 60% 40% 0 0 / 100% 100% 0 0; }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 64px 0;
    max-width: 720px;
  }
  .kicker-light {
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 84px;
    line-height: 0.95;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: -1.5px;
  }
  .hero-tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    color: rgba(255,255,255,0.92);
    line-height: 1.45;
    font-weight: 400;
    max-width: 520px;
  }
  .venue-caption {
    position: absolute;
    bottom: 16px;
    right: 24px;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 1.5px;
    z-index: 2;
  }

  .section {
    padding: 80px 64px;
    max-width: 768px;
    margin: 0 auto;
  }
  .section-narrow {
    max-width: 640px;
  }
  .section-cream {
    background: #F2EBDB;
    max-width: none;
    padding: 80px 64px;
  }
  .section-cream-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  .section-dark {
    background: #1f1f1d;
    max-width: none;
    padding: 88px 64px;
  }
  .section-dark-inner {
    max-width: 640px;
    margin: 0 auto;
  }

  .opening-section {
    padding: 88px 64px 72px;
    max-width: 640px;
    margin: 0 auto;
  }
  .opening-lead {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    line-height: 1.4;
    color: #2C2C2A;
    margin-bottom: 32px;
    font-weight: 400;
  }
  .body-text {
    font-size: 17px;
    line-height: 1.75;
    color: #3a3a37;
    margin-bottom: 22px;
  }
  .body-text:last-child { margin-bottom: 0; }

  .divider {
    text-align: center;
    padding: 0 0 0;
  }
  .divider span {
    display: inline-block;
    width: 60px;
    border-top: 0.5px solid #99662C;
  }

  .kicker {
    font-size: 11px;
    color: #99662C;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .kicker-dark { color: #c5a574; }

  h2.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    color: #2C2C2A;
    margin-bottom: 32px;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }
  h2.section-title-light {
    color: #ffffff;
    margin-bottom: 48px;
  }

  .italic-lead {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    color: #5f5e5a;
    margin-bottom: 32px;
    line-height: 1.5;
  }

  .mode {
    margin-bottom: 32px;
  }
  .mode-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    color: #99662C;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
  .mode-text {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3a37;
  }

  .pull-quote {
    border-left: 2px solid #99662C;
    padding: 4px 0 4px 24px;
    margin-top: 36px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.5;
    color: #2C2C2A;
    font-weight: 400;
  }

  .who-i-am-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 720px;
  }
  .photo-placeholder {
    width: 160px;
    height: 200px;
	margin-bottom:8px;
  }

  .who-for-paragraph {
    font-size: 17px;
    line-height: 1.75;
    color: #3a3a37;
    margin-bottom: 18px;
  }
  .who-for-disclaimer {
    border-top: 0.5px solid #d3d1c7;
    padding-top: 28px;
    margin-top: 36px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f5e5a;
  }

  .logistics-grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 28px 32px;
    font-size: 16px;
    line-height: 1.65;
  }
  .logistics-label {
    color: #c5a574;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 11px;
    padding-top: 4px;
  }
  .logistics-value {
    color: #d3d1c7;
    padding-bottom: 24px;
    border-bottom: 0.5px solid #3a3a37;
  }
  .logistics-value:last-child { border-bottom: none; padding-bottom: 0; }
  .logistics-sub {
    color: #888780;
    font-size: 14px;
  }
  .price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
  }
  .price-unit {
    font-size: 16px;
    color: #888780;
    font-family: 'Inter', sans-serif;
    margin-left: 8px;
  }
  .price-includes {
    color: #888780;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
  }

  .next-step {
    padding: 96px 64px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .next-step .body-text { text-align: left; margin-bottom: 44px; }
  .cta {
    display: inline-block;
    background: #2C2C2A;
    color: #ffffff;
    padding: 18px 44px;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 2px;
    transition: background 0.2s;
  }
  .cta:hover {
    background: #444441;
  }

  .footer {
    border-top: 0.5px solid #e5e3da;
    padding: 32px 64px;
    text-align: center;
    font-size: 11px;
    color: #888780;
    background: #FBF8F2;
  }

  @media (max-width: 720px) {
    .page { margin: 0; border-radius: 0; }
  
    .hero { height: 420px; }
    .hero-content { padding: 60px 24px 0; }
    .hero h1 { font-size: 56px; }
    .hero-tagline { font-size: 20px; }
    .opening-section, .section, .section-narrow, .section-cream, .section-dark, .next-step { padding: 56px 24px; }
    .section-cream-inner, .section-dark-inner { padding: 0; }
    h2.section-title { font-size: 32px; }
    .opening-lead { font-size: 22px; }
    .who-i-am-flex { flex-direction: column; gap: 24px; }
    .photo-placeholder { width: 100%; max-width: 280px; }
    .logistics-grid { grid-template-columns: 1fr; gap: 8px; }
    .logistics-value { padding-bottom: 16px; }
    .footer { padding: 24px; font-size: 10px; }
  }



  @media (max-width: 720px) {
    .page { margin: 0; border-radius: 0; }
    .hero { height: 420px; }
    .hero-content { padding: 60px 24px 0; }
    .hero h1 { font-size: 56px; }
    .hero-tagline { font-size: 20px; }
    .opening-section, .section, .section-narrow, .section-cream, .section-dark, .next-step { padding: 56px 24px; }
    .section-cream-inner, .section-dark-inner { padding: 0; }
    h2.section-title { font-size: 32px; }
    .opening-lead { font-size: 22px; }
    .who-i-am-flex { flex-direction: column; gap: 24px; }
    .photo-placeholder { width: 100%; max-width: 280px; }
    .logistics-grid { grid-template-columns: 1fr; gap: 8px; }
    .logistics-value { padding-bottom: 16px; }
    .footer { padding: 24px; font-size: 10px; }
  }
