:root {
  --blue: #043f82;
  --navy: #08294f;
  --gold: #d4ac4d;
  --butter: #fff4cf;
  --cream: #fffaf0;
  --white: #ffffff;
  --cocoa: #5b3924;
  --red: #df4f42;
  --ink: #13243b;
  --muted: #657086;
  --line: rgba(8, 41, 79, 0.15);
  --shadow: 0 24px 70px rgba(8, 41, 79, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 240, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(156px, 20vw, 246px);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 3px solid transparent;
}

.nav-links a:hover {
  border-color: var(--gold);
}

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(36px, 7vw, 96px) clamp(20px, 5vw, 72px) clamp(28px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.84) 43%, rgba(255, 250, 240, 0.54) 100%),
    radial-gradient(circle at 88% 10%, rgba(212, 172, 77, 0.22), transparent 32%),
    var(--cream);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: Fraunces, Georgia, serif;
  font-weight: 800;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
}

h2 {
  max-width: 740px;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
}

h3 {
  margin: 14px 0 6px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: #31415a;
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(4, 63, 130, 0.22);
}

.button.secondary {
  background: var(--white);
  color: var(--blue);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-main {
  width: min(100%, 720px);
  height: clamp(420px, 62vw, 700px);
  object-fit: cover;
  object-position: center;
  border: 10px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-float {
  position: absolute;
  left: -34px;
  bottom: 30px;
  width: min(46vw, 310px);
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(8, 41, 79, 0.18);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--blue);
  color: var(--white);
}

.intro-band div {
  min-height: 160px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--navy);
}

.stat {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
}

.intro-band p,
.feature-strip p,
.section p,
.order-section p,
.site-footer p {
  margin: 0;
}

.section,
.feature-strip,
.menu-section,
.order-section {
  padding: clamp(56px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.section-copy p:not(.eyebrow),
.feature-copy p,
.order-copy p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.sweet-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(8, 41, 79, 0.08);
}

.sweet-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-bottom: 5px solid var(--gold);
}

.sweet-card h3,
.sweet-card p {
  padding-inline: 18px;
}

.sweet-card p {
  padding-bottom: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.menu-section {
  background:
    linear-gradient(180deg, var(--white), var(--cream));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-heading > p {
  max-width: 420px;
  color: var(--muted);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.pricing-list {
  display: grid;
  gap: 14px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 3vw, 26px);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 8px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(8, 41, 79, 0.08);
}

.price-row h3 {
  margin-top: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.price-row p {
  color: var(--muted);
  font-size: 0.98rem;
}

.price-row strong {
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  line-height: 1;
  white-space: nowrap;
}

.menu-image {
  width: 100%;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 76px);
  background: var(--blue);
  color: var(--white);
}

.feature-strip h2,
.feature-strip h3,
.feature-strip .eyebrow {
  color: var(--white);
}

.feature-copy p,
.steps p {
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  display: grid;
  gap: 18px;
}

.steps div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.steps span {
  color: var(--gold);
  font-weight: 900;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 18px;
}

.gallery img {
  width: 100%;
  height: clamp(300px, 45vw, 560px);
  object-fit: cover;
  border-radius: 8px;
  border: 8px solid var(--white);
  box-shadow: 0 18px 52px rgba(8, 41, 79, 0.1);
}

.gallery img:nth-child(2) {
  margin-top: 42px;
}

.gallery img:nth-child(3) {
  margin-top: 84px;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 70px);
  background:
    linear-gradient(135deg, rgba(255, 244, 207, 0.92), rgba(255, 250, 240, 1) 54%),
    var(--butter);
  border-top: 1px solid var(--line);
}

.instagram-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-family: Fraunces, Georgia, serif;
  font-weight: 800;
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 8px solid var(--blue);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(8, 41, 79, 0.24);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: var(--cream);
}

textarea {
  resize: vertical;
}

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

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy);
}

.site-footer img {
  width: min(220px, 52vw);
  padding: 10px;
  background: var(--white);
  border-radius: 8px;
}

.site-footer p {
  max-width: 560px;
}

@media (max-width: 980px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .hero,
  .split,
  .feature-strip,
  .pricing-layout,
  .order-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-float {
    left: 18px;
    bottom: 18px;
  }

  .menu-grid,
  .intro-band,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery img,
  .gallery img:nth-child(2),
  .gallery img:nth-child(3) {
    height: auto;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
  }

  .hero-main {
    height: 390px;
    border-width: 6px;
  }

  .hero-float {
    width: 220px;
    padding: 12px;
  }

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

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

  .button {
    width: 100%;
  }
}
