:root {
  --ink: #142521;
  --forest: #112d29;
  --forest-light: #24463f;
  --cream: #f3efe5;
  --paper: #fbfaf5;
  --coral: #ef6b4f;
  --yellow: #f2cf44;
  --line: rgba(20, 37, 33, .2);
  --max: 1240px;
  --pad: clamp(22px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: white;
  color: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px var(--pad);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(251, 250, 245, .94);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand em { color: var(--coral); font-style: normal; }

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest);
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  text-transform: none;
}

.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { padding: 10px 18px; border: 1.5px solid var(--ink); border-radius: 999px; }
.nav-cta:hover { color: white; background: var(--ink); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  overflow: hidden;
  padding: 132px var(--pad) 72px;
  background: var(--cream);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  background: var(--yellow);
}

.hero-copy { position: relative; z-index: 2; max-width: 750px; }

.eyebrow {
  margin: 0 0 22px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1, .section h2, .bingo-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .93;
}

.hero h1 { max-width: 780px; font-size: clamp(62px, 8.3vw, 126px); }
.hero h1 span { position: relative; color: var(--coral); font-style: italic; }
.hero h1 span::after {
  content: "";
  position: absolute;
  left: 4%;
  right: -3%;
  bottom: -8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(-1deg);
}

.hero-intro { max-width: 610px; margin: 34px 0 28px; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 22px;
  border: 0;
  border-radius: 2px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--coral); }
.button-light { color: var(--forest); background: var(--paper); }
.text-link { font-size: 15px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 6px; }

.hero-traits { display: flex; gap: 0; margin-top: 58px; }
.hero-traits span { padding: 3px 20px; border-left: 1px solid var(--line); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero-traits span:first-child { padding-left: 0; border-left: 0; }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 535px); }
.hero-photo-frame { position: relative; overflow: hidden; aspect-ratio: .76; background: #b9c8a6; box-shadow: 22px 22px 0 var(--forest); transform: rotate(1.5deg); }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.photo-note { position: absolute; right: -24px; bottom: 30px; margin: 0; padding: 14px 18px; color: var(--ink); background: white; font-family: Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.35; transform: rotate(-2deg); box-shadow: 0 12px 30px rgba(20,37,33,.15); }
.hero-word { position: absolute; z-index: 1; bottom: -36px; left: 45%; color: rgba(255,255,255,.3); font-size: clamp(90px, 15vw, 230px); font-weight: 900; letter-spacing: -.08em; line-height: .7; }

.intro-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 52px);
  padding: 24px var(--pad);
  color: white;
  background: var(--forest);
}
.intro-band p { margin: 0; font-family: Georgia, serif; font-size: clamp(16px, 1.6vw, 22px); font-style: italic; }
.intro-band span { color: var(--yellow); }

.section { padding: clamp(86px, 10vw, 150px) var(--pad); }
.section-heading { display: grid; grid-template-columns: .55fr 1.2fr .65fr; gap: 40px; align-items: end; max-width: var(--max); margin: 0 auto 80px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .story h2, .occasions h2, .contact h2 { font-size: clamp(48px, 5.8vw, 84px); }
.section-heading > p:last-child { margin: 0 0 5px; }

.services { background: var(--paper); }
.service-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1.2fr .8fr; gap: 35px; padding: 46px 0; border-bottom: 1px solid var(--line); }
.service-number { margin: 4px 0 0; color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.service-item h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(32px, 3vw, 48px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.service-item p { max-width: 600px; margin: 0; }
.service-item ul { margin: 8px 0 0; padding: 0; list-style: none; }
.service-item li { position: relative; margin: 8px 0; padding-left: 20px; font-size: 15px; font-weight: 650; }
.service-item li::before { content: "—"; position: absolute; left: 0; color: var(--coral); }

.story { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); gap: clamp(60px, 9vw, 150px); align-items: center; color: white; background: var(--forest); }
.story-image-wrap { position: relative; justify-self: end; width: min(100%, 620px); }
.story-image-wrap img { width: 100%; aspect-ratio: .94; object-fit: cover; object-position: 52% center; filter: saturate(.85); }
.story-sticker { position: absolute; right: -40px; bottom: -36px; display: grid; width: 120px; height: 120px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: Georgia, serif; font-size: 20px; font-style: italic; line-height: 1.05; text-align: center; transform: rotate(8deg); }
.story-copy { max-width: 650px; }
.story-copy .eyebrow { color: var(--yellow); }
.story-lead { margin: 34px 0 20px; font-size: clamp(20px, 1.8vw, 25px); line-height: 1.5; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: rgba(255,255,255,.75); }
blockquote { margin: 48px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
blockquote p { margin: 0 0 7px; color: var(--yellow); font-family: Georgia, serif; font-size: clamp(25px, 3vw, 42px); font-style: italic; line-height: 1.2; }
blockquote cite { color: rgba(255,255,255,.62); font-size: 13px; font-style: normal; }

.bingo-section { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 720px; }
.bingo-photo { min-height: 560px; overflow: hidden; }
.bingo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.bingo-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(55px, 7vw, 105px); color: white; background: var(--coral); }
.bingo-copy .eyebrow { color: var(--yellow); }
.bingo-copy h2 { font-size: clamp(64px, 7vw, 108px); }
.bingo-copy h2 em { color: var(--yellow); font-weight: 400; }
.bingo-copy p:not(.eyebrow) { margin: 34px 0; max-width: 450px; }

.occasions { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; max-width: calc(var(--max) + 2 * var(--pad)); margin: auto; }
.occasion-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.occasion-tags span { padding: 13px 19px; border: 1px solid var(--line); border-radius: 999px; background: white; font-family: Georgia, serif; font-size: clamp(16px, 1.7vw, 22px); font-style: italic; }
.occasion-tags span:nth-child(3n+1) { transform: rotate(-1deg); }
.occasion-tags span:nth-child(3n+2) { color: white; border-color: var(--forest); background: var(--forest); transform: rotate(1deg); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 145px); color: var(--ink); background: var(--yellow); }
.contact-intro { max-width: 600px; }
.contact-intro .eyebrow { color: var(--forest); }
.contact-intro > p:not(.eyebrow) { max-width: 540px; margin: 34px 0; font-size: 19px; }
.contact-detail { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.contact-detail span::before { content: "✓"; margin-right: 8px; }
.contact-form { align-self: center; padding: clamp(28px, 4vw, 52px); background: var(--paper); box-shadow: 16px 16px 0 var(--forest); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1.5px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--coral); }
.form-note { margin: 14px 0 0; color: #66706d; font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 34px var(--pad); color: white; background: #081a17; }
.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--ink); background: var(--yellow); }
.site-footer p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr .75fr; min-height: 700px; gap: 36px; }
  .hero::before { width: 33%; }
  .section-heading { grid-template-columns: .35fr 1.15fr .65fr; }
  .story { gap: 65px; }
  .bingo-section { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p:nth-child(2) { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { padding-top: 14px; padding-bottom: 14px; background: rgba(243,239,229,.94); }
  .menu-button { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--pad) 28px; background: var(--paper); box-shadow: 0 12px 30px rgba(20,37,33,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; font-size: 17px; }
  .main-nav .nav-cta { margin-top: 10px; padding: 12px 18px; text-align: center; }

  .hero { min-height: 0; grid-template-columns: 1fr; gap: 50px; padding-top: 120px; padding-bottom: 78px; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 36%; }
  .hero h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-intro { margin-top: 30px; }
  .hero-traits { margin-top: 38px; }
  .hero-traits span { padding: 2px 11px; font-size: 10px; }
  .hero-visual { justify-self: center; width: min(88%, 480px); }
  .hero-photo-frame { box-shadow: 13px 13px 0 var(--forest); }
  .photo-note { right: -8px; bottom: 22px; font-size: 13px; }
  .hero-word { display: none; }
  .intro-band { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .intro-band p:nth-of-type(3), .intro-band span:nth-of-type(2) { display: none; }

  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 45px; }
  .section-heading > p:last-child { margin-top: 16px; }
  .section-heading h2, .story h2, .occasions h2, .contact h2 { font-size: clamp(44px, 13vw, 64px); }
  .service-item { grid-template-columns: 44px 1fr; gap: 15px; padding: 38px 0; }
  .service-item ul { grid-column: 2; }

  .story { grid-template-columns: 1fr; gap: 70px; }
  .story-image-wrap { width: calc(100% - 24px); justify-self: start; }
  .story-sticker { right: -24px; width: 98px; height: 98px; font-size: 17px; }
  .story-lead { margin-top: 28px; }

  .bingo-section { grid-template-columns: 1fr; }
  .bingo-photo { min-height: 420px; }
  .bingo-photo img { object-position: 43% center; }
  .bingo-copy { padding: 70px var(--pad) 80px; }

  .occasions, .contact { grid-template-columns: 1fr; }
  .contact { gap: 55px; }
  .contact-form { box-shadow: 10px 10px 0 var(--forest); }
  .field-row { grid-template-columns: 1fr; gap: 0; }

  .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 16px; }
}

@media (max-width: 420px) {
  .brand { font-size: 15px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-traits span { padding-inline: 8px; }
  .hero-traits span:first-child { padding-left: 0; }
  .service-item { grid-template-columns: 1fr; }
  .service-item ul { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
