:root {
  --ink: #24190f;
  --cream: #fff8e9;
  --honey: #eba91f;
  --honey-dark: #bd7410;
  --amber: #663b0b;
  --line: rgba(36, 25, 15, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 78px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  transform: rotate(30deg);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}
.brand-mark::first-line {
  transform: rotate(-30deg);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-family: var(--serif);
  font-size: 1.28rem;
}
.brand small {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.62rem;
  margin-top: 7px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.88rem;
  font-weight: 600;
}
.site-header nav a {
  border-bottom: 1px solid transparent;
}
.site-header nav a:hover {
  border-color: currentColor;
}
.site-header .nav-button {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
}
.menu-button {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 100px;
  padding: 9px 15px;
  font: 600 14px var(--sans);
}
.hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 130px clamp(24px, 8vw, 128px) 70px;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(30, 20, 8, 0.82) 0%,
      rgba(40, 24, 5, 0.58) 42%,
      rgba(70, 38, 4, 0.08) 78%
    ),
    linear-gradient(0deg, rgba(25, 16, 5, 0.5), transparent 50%),
    url("sweet-millie-hero.png") center/cover no-repeat;
}
.hero-content {
  max-width: 790px;
}
.preview-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 215, 125, 0.65);
  border-radius: 100px;
  background: rgba(36, 25, 15, 0.42);
  color: #ffd77d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.preview-banner span {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 215, 125, 0.45);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.77rem;
  font-weight: 700;
}
.eyebrow {
  color: #ffd77d;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.3rem, 6.4vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 18px 0 24px;
}
.hero h1 em {
  color: #ffc64d;
  font-weight: 600;
}
.hero-copy {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border-radius: 3px;
  font-weight: 700;
}
.primary {
  background: var(--honey);
  color: var(--ink);
}
.secondary {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.button:hover {
  transform: translateY(-2px);
}
.season-note {
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  bottom: 38px;
  text-align: right;
  border-right: 3px solid var(--honey);
  padding-right: 15px;
}
.season-note span,
.season-note small {
  display: block;
}
.season-note span {
  font-family: var(--serif);
  font-size: 1.25rem;
}
.season-note small {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.intro {
  padding: 100px clamp(24px, 7vw, 110px);
  text-align: center;
}
.section-kicker {
  color: var(--honey-dark);
  margin: 0 0 13px;
}
.intro > h2,
.story h2,
.local h2,
.contact h2 {
  font: 600 clamp(2.25rem, 4vw, 4.4rem)/1.08 var(--serif);
  letter-spacing: -0.035em;
  margin: 0;
}
.intro > p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px auto 55px;
  color: #675747;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: auto;
  text-align: left;
  border: 1px solid var(--line);
}
.offer-grid article {
  position: relative;
  padding: 42px;
  border-right: 1px solid var(--line);
  min-height: 340px;
}
.offer-grid article:last-child {
  border: 0;
}
.number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #b9a995;
  font: 600 1rem var(--serif);
}
.hex-icon {
  font-size: 2.25rem;
  color: var(--honey-dark);
  margin: 20px 0 26px;
}
.offer-grid h3 {
  font: 600 1.75rem var(--serif);
  margin: 0;
}
.offer-grid p {
  color: #675747;
}
.status {
  display: inline-block;
  margin-top: 15px;
  color: var(--honey-dark);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: #2c2015;
  color: #fff;
}
.story-card {
  padding: 100px clamp(30px, 7vw, 110px);
}
.story-card h2 {
  max-width: 720px;
}
.story-card > p:not(.section-kicker) {
  max-width: 680px;
  color: #d8ccb9;
  font-size: 1.06rem;
}
.signature {
  font: italic 1.5rem var(--serif);
  color: #f2bc53;
  margin-top: 35px;
}
.story-visual {
  min-height: 580px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(
    circle at 50% 35%,
    #d79a28 0 14%,
    #845016 45%,
    #3a2715 75%
  );
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.dog-mark {
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 246, 222, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 700 8rem var(--serif);
  color: #f8d586;
  box-shadow: 0 0 80px rgba(245, 180, 49, 0.25);
}
.story-visual p {
  font: 600 1.35rem var(--serif);
  color: #f6e9ce;
}
.local {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 90px clamp(24px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
  align-items: end;
}
.local > p {
  max-width: 600px;
  color: #675747;
  font-size: 1.08rem;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 90px clamp(24px, 7vw, 110px);
  background: #f4e7ca;
}
.contact > div > p:last-child {
  max-width: 590px;
  color: #675747;
}
.contact form {
  align-self: center;
}
label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-row {
  display: flex;
}
.form-row input {
  min-width: 0;
  flex: 1;
  border: 1px solid #ad9676;
  background: #fffdf7;
  padding: 16px;
  font: inherit;
  border-radius: 3px 0 0 3px;
}
.form-row button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 0 24px;
  font: 700 0.9rem var(--sans);
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.form-note {
  display: block;
  color: #786957;
  margin-top: 10px;
}
footer {
  background: #1d150e;
  color: #d8ccb9;
  padding: 38px clamp(24px, 5vw, 78px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 0.8rem;
}
.footer-brand {
  color: #fff;
}
.footer-brand .brand-mark {
  width: 39px;
  height: 39px;
  font-size: 14px;
}
.footer-brand strong {
  font-size: 1.05rem;
}
@media (max-width: 850px) {
  .site-header nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 18px;
    right: 18px;
    background: #2c2015;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .site-header nav.open {
    display: flex;
  }
  .menu-button {
    display: block;
  }
  .hero {
    min-height: 720px;
    background-position: 60% center;
  }
  .season-note {
    left: 24px;
    right: auto;
    text-align: left;
    border-right: 0;
    border-left: 3px solid var(--honey);
    padding: 0 0 0 15px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .story,
  .local,
  .contact {
    grid-template-columns: 1fr;
  }
  .story-visual {
    min-height: 420px;
    border-left: 0;
  }
  .form-row {
    flex-direction: column;
    gap: 8px;
  }
  .form-row input,
  .form-row button {
    border-radius: 3px;
    padding: 15px;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .preview-banner {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 8px;
    font-size: 0.68rem;
  }
  .preview-banner span {
    padding-left: 8px;
  }
  .brand strong {
    font-size: 1.05rem;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .hero h1 {
    font-size: 3.15rem;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .hero-actions .button {
    width: 100%;
  }
  .season-note {
    bottom: 24px;
  }
  .offer-grid article {
    padding: 32px;
  }
  .story-card {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
