@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Cormorant+Garamond:wght@300;400;500;600&family=Pinyon+Script&display=swap');

:root {
  --oat: #f0ead8;
  --sage: #acb090;
  --mist: #99aba6;
  --gold: #d2bf81;
  --olive: #6f6c43;
  --brown: #6f4128;

  --paper: #f7f4ed;
  --cream: #f0ead8;
  --ink: #6f6c43;
  --muted: #8f9272;
  --white: #ffffff;

  /*
    New Icon / New Icon Script are premium fonts, so the site now uses
    close web-safe/web-loaded visual matches unless those exact font files
    are later added to the project.
  */
  --title-font: "New Icon", "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif;
  --body-font: "Questrial", Arial, sans-serif;
  --script-font: "New Icon Script", "Pinyon Script", "Snell Roundhand", cursive;

  --border: rgba(111, 108, 67, 0.18);
  --shadow: 0 24px 70px rgba(111, 65, 40, 0.12);
  --soft-shadow: 0 14px 34px rgba(111, 65, 40, 0.09);

  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
.gallery-title,
.packages-title,
.planner-title,
.success-card h1,
.contact-section h2,
.intro-grid h2 {
  font-family: var(--title-font);
  color: var(--ink);
  letter-spacing: 0.015em;
}

.hero h1 {
  color: var(--white);
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.015em;
}

.eyebrow,
.section-label {
  font-family: var(--body-font);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--sage);
  font-weight: 400;
}


.nav-links a,
.btn,
label,
.footer-content {
  font-family: var(--body-font);
}

.script-accent {
  font-family: var(--script-font);
  text-transform: none;
  letter-spacing: 0.03em;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 237, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.navin {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--ink);
}

.logo {
  width: 196px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: grid;
  gap: 6px;
  line-height: 1.1;
  font-family: var(--body-font);
  color: #2f2d26;
}

.brand-title,
.brand-subtitle {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2f2d26;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
}

.hero {
  position: relative;
  height: 74vh;
  min-height: 540px;
  overflow: hidden;
  background: var(--oat);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(111, 108, 67, 0.38),
      rgba(111, 108, 67, 0.18) 48%,
      rgba(111, 108, 67, 0.05)
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.02)
    );
}

.hero-content {
  position: absolute;
  left: 7%;
  bottom: 12%;
  max-width: 680px;
  color: var(--white);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.96;
  margin: 0 0 20px;
  font-weight: 400;
  max-width: 760px;
}

.hero p {
  font-size: 21px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--olive);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--soft-shadow);
}

.btn.gold {
  background: var(--olive);
}

.intro-section {
  padding: 58px 0;
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: start;
}

.intro-grid h1,
.intro-grid h2,
.gallery-title,
.packages-title,
.planner-title,
.contact-section h2,
.success-card h1 {
  font-weight: 500;
  line-height: 1.05;
  margin: 12px 0 0;
}

.intro-grid h1,
.intro-grid h2 {
  font-size: clamp(38px, 5vw, 68px);
}

.intro-grid h1 {
  margin: 12px 0 0;
}

.intro-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.packages-section {
  padding: 62px 0 68px;
  background: var(--paper);
}

.packages-title {
  text-align: center;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  margin: 10px auto 28px;
  max-width: 760px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.package-card {
  background: rgba(247, 244, 237, 0.98);
  border: 1px solid rgba(111, 108, 67, 0.12);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: 0 10px 26px rgba(111, 65, 40, 0.04);
}

.package-card h3 {
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  margin: 8px 0 10px;
  color: var(--brown);
}

.package-kicker {
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--sage);
}

.package-price {
  color: var(--olive);
  font-size: 18px;
  margin: 0 0 16px;
}

.package-card p:not(.package-price) {
  color: var(--brown);
  font-size: 17px;
  margin: 0;
}

.featured-package {
  background: rgba(247, 244, 237, 0.98);
  border-color: rgba(111, 108, 67, 0.12);
}

.gallery-section {
  padding: 62px 0 68px;
  background: var(--paper);
}

.centered {
  text-align: center;
}

.gallery-title {
  text-align: center;
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 26px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--oat);
  box-shadow: var(--soft-shadow);
}

.gallery-item img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.gallery-item:nth-child(1) img {
  object-position: 48% center;
}

.gallery-item:nth-child(2) img {
  object-position: 50% 58%;
}

.gallery-item:nth-child(3) img {
  object-position: center center;
}

.planner-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(210, 191, 129, 0.32), transparent 34%),
    linear-gradient(135deg, #f7f4ed, var(--cream));
}

.planner-title {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 36px;
}

.paywall-card,
.tool-card,
.success-card,
.inquiry-card {
  background: rgba(247, 244, 237, 0.96);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 38px;
  box-shadow: var(--shadow);
}

.paywall-card {
  max-width: 820px;
}

.paywall-card h3,
.tool-card h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.paywall-card p,
.unlock-box p,
.contact-section p,
.success-card p {
  color: var(--muted);
  font-size: 18px;
}

.small-note {
  font-size: 15px !important;
  color: var(--brown) !important;
  background: rgba(153, 171, 166, 0.28);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
}

.access-form {
  margin-top: 28px;
  display: grid;
  gap: 13px;
}

label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 15px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

.unlock-box {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 12px;
}

.access-message {
  color: var(--brown);
  font-weight: 700;
  margin: 0;
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.tool-card {
  margin-top: 26px;
}

.budget-result {
  margin-top: 22px;
  font-size: 44px;
  color: var(--brown);
  line-height: 1;
}

.budget-breakdown {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.breakdown-row,
.vendor-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: rgba(172, 176, 144, 0.28);
  border: 1px solid var(--border);
  padding: 12px 14px;
  border-radius: 16px;
}

.checklist {
  display: grid;
  gap: 12px;
}

.check-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(210, 191, 129, 0.25);
  border: 1px solid var(--border);
  padding: 13px 14px;
  border-radius: 16px;
}

.check-item input {
  width: auto;
  margin-top: 5px;
}

.vendor-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

.vendor-list {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.vendor-item {
  align-items: center;
}

.contact-section {
  padding: 68px 0;
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(560px, 1.35fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
}

.contact-section h2 {
  font-size: clamp(36px, 4.3vw, 58px);
}

.success-section {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  padding: 80px 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(210, 191, 129, 0.28), transparent 34%),
    var(--cream);
}

.success-card {
  max-width: 760px;
}

.success-card h1 {
  font-size: clamp(48px, 7vw, 84px);
}

.footer {
  background: var(--olive);
  color: var(--oat);
  padding: 34px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.inquiry-form-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 18px;
  align-items: start;
}

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.inquiry-form-wide .hidden {
  grid-column: 1 / -1;
}

.inquiry-form-wide input,
.inquiry-form-wide select,
.inquiry-form-wide textarea {
  min-width: 0;
}

.inquiry-form-wide textarea {
  min-height: 150px;
}

.inquiry-card {
  width: 100%;
}

.about-approach {
  padding: 56px 0 46px;
  background:
    linear-gradient(180deg, rgba(247, 244, 237, 0.98), rgba(240, 234, 216, 0.72));
}

.about-approach-grid {
  grid-template-columns: minmax(360px, 0.78fr) minmax(340px, 0.82fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  min-height: 260px;
}

.about-approach .section-label {
  margin-bottom: 8px;
}

.about-approach h1 {
  max-width: 560px;
  line-height: 1.02;
}

.about-approach p {
  max-width: 620px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.6;
  margin-top: 28px;
}

.about-owner-section {
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 12% 18%, rgba(210, 191, 129, 0.18), transparent 32%),
    var(--paper);
}

.about-owner-card {
  max-width: 1100px;
  background: rgba(247, 244, 237, 0.98);
  border: 1px solid rgba(111, 108, 67, 0.12);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 16px 40px rgba(111, 65, 40, 0.06);
}

.about-owner-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.about-owner-photo-wrap {
  border-radius: 28px;
  overflow: hidden;
  background: var(--oat);
  box-shadow: var(--soft-shadow);
}

.about-owner-photo {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.about-owner-copy {
  min-width: 0;
}

.about-owner-card h2 {
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 500;
  line-height: 1;
  margin: 12px 0 24px;
  color: var(--brown);
}

.about-owner-card p {
  color: var(--olive);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.75;
  margin: 0 0 18px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .navin {
    height: auto;
    padding: 14px 0;
  }

  .brand {
    gap: 10px;
  }

  .logo {
    width: 168px;
    max-height: 60px;
  }

  .logo-mark {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .brand-title,
  .brand-subtitle {
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .nav-links {
    display: none;
  }

  .hero {
    height: 76vh;
    min-height: 560px;
  }

  .hero-content {
    left: 5%;
    right: 5%;
    bottom: 9%;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero p {
    font-size: 17px;
  }

  .intro-grid,
  .packages-grid,
  .gallery-grid,
  .tools-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-section,
  .packages-section,
  .gallery-section,
  .planner-section,
  .contact-section {
    padding: 68px 0;
  }

  .gallery-item img {
    height: 360px;
  }

  .paywall-card,
  .tool-card,
  .success-card,
  .inquiry-card {
    padding: 26px;
    border-radius: 26px;
  }

  .vendor-row {
    grid-template-columns: 1fr;
  }

  .inquiry-form-wide {
    grid-template-columns: 1fr;
  }

  .form-field-full {
    grid-column: 1;
  }

  .about-approach-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .about-approach p {
    margin-top: 0;
  }

  .about-owner-grid {
    grid-template-columns: 1fr;
  }

  .about-owner-photo {
    height: 460px;
  }

  .footer-content {
    flex-direction: column;
  }
}