:root {
  --ink: #27352f;
  --forest: #355b4a;
  --forest-dark: #214033;
  --sage: #9caf97;
  --sage-light: #dce5d7;
  --blush: #dcaeb7;
  --rose: #b66f7c;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --sand: #efe3d2;
  --gold: #b88b52;
  --muted: #6d746f;
  --white: #ffffff;
  --shadow: 0 24px 65px rgba(39, 53, 47, 0.13);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; background: var(--cream); color: var(--ink); line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--forest); color: white; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.announcement { background: var(--forest-dark); color: #f6efe4; text-align: center; padding: .6rem 1rem; font-size: .82rem; letter-spacing: .05em; }

.site-header { position: sticky; top: 0; z-index: 1000; min-height: 82px; padding: 0 clamp(1.2rem, 6vw, 6rem); display: flex; align-items: center; justify-content: space-between; background: rgba(251,247,239,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(53,91,74,.12); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--forest-dark); }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: "Playfair Display", serif; font-weight: 700; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.08rem; }
.brand small { color: var(--rose); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; margin-top: .25rem; }
.site-nav { display: flex; align-items: center; gap: 1.65rem; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 600; color: var(--ink); }
.site-nav a:hover { color: var(--rose); }
.site-nav .nav-cta { color: white; background: var(--forest); padding: .72rem 1.1rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding: clamp(4rem, 8vw, 7.5rem) clamp(1.4rem, 7vw, 7rem); background: radial-gradient(circle at 15% 15%, rgba(220,174,183,.22), transparent 35%), linear-gradient(125deg, #fffaf2 0%, #f4eadc 100%); }
.hero-copy { max-width: 690px; }
.eyebrow { color: var(--rose); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; }
.hero h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); color: var(--forest-dark); letter-spacing: -.045em; }
.hero-text { font-size: 1.12rem; max-width: 630px; color: #536058; margin: 1.7rem 0 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; border-radius: 999px; padding: .82rem 1.4rem; border: 1px solid transparent; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 12px 30px rgba(53,91,74,.2); }
.button-primary:hover { background: var(--forest-dark); }
.button-secondary { border-color: rgba(53,91,74,.32); background: rgba(255,255,255,.5); color: var(--forest-dark); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.1rem; color: var(--muted); font-size: .86rem; }
.hero-notes span::before { content: "✦"; color: var(--gold); margin-right: .4rem; }
.hero-visual { min-height: 580px; position: relative; }
.hero-card { position: absolute; overflow: hidden; background: white; box-shadow: var(--shadow); }
.hero-card img { height: 100%; object-fit: cover; }
.hero-card-main { inset: 0 8% 8% 12%; border-radius: 47% 47% 28px 28px; }
.hero-card-small { width: 180px; height: 220px; right: 0; bottom: 0; border: 10px solid var(--paper); border-radius: 22px; }
.hero-card-small img { object-fit: contain; background: white; }
.hero-badge { position: absolute; left: 0; bottom: 13%; width: 190px; padding: 1rem 1.2rem; background: var(--rose); color: white; border-radius: 18px; transform: rotate(-4deg); box-shadow: var(--shadow); }
.hero-badge span, .hero-badge strong { display: block; }
.hero-badge span { font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; opacity: .85; }
.hero-badge strong { font-family: "Playfair Display", serif; font-size: 1.25rem; }

.intro-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -34px auto 0; position: relative; z-index: 5; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.intro-strip article { display: flex; gap: 1rem; padding: 1.6rem; border-right: 1px solid rgba(53,91,74,.12); }
.intro-strip article:last-child { border: 0; }
.intro-strip article > span { color: var(--rose); font-weight: 700; }
.intro-strip strong { display: block; margin-bottom: .2rem; }
.intro-strip p { color: var(--muted); font-size: .88rem; }

.section { max-width: 1280px; margin: auto; padding: clamp(5rem, 9vw, 8.5rem) clamp(1.4rem, 5vw, 4rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2, .blind-date h2, .about h2, .order-section h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); color: var(--forest-dark); letter-spacing: -.035em; }
.section-heading > p { max-width: 500px; color: var(--muted); }
.section-heading.centered { max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; display: block; }
.section-heading.centered > p { margin: 1rem auto 0; }
.collection-grid { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2, 330px); gap: 1.3rem; }
.collection-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); min-height: 300px; }
.collection-large { grid-row: span 2; }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(21,36,29,.88)); }
.collection-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection-card:hover img { transform: scale(1.045); }
.card-overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 2rem; color: white; }
.card-overlay p { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #e8ddd0; }
.card-overlay h3 { font-size: 2rem; margin: .35rem 0 .7rem; }
.card-overlay a { font-weight: 700; font-size: .9rem; }

.favorites { padding-top: 3rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.product-card { background: var(--paper); border-radius: var(--radius-md); overflow: hidden; border: 1px solid rgba(53,91,74,.12); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { height: 280px; overflow: hidden; background: #eee3d6; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover img { transform: scale(1.045); }
.product-content { padding: 1.4rem; }
.product-content > span { color: var(--rose); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 700; }
.product-content h3 { font-size: 1.55rem; margin: .35rem 0 .65rem; color: var(--forest-dark); }
.product-content p { color: var(--muted); font-size: .9rem; min-height: 92px; }
.product-content a, .text-link { display: inline-block; margin-top: 1rem; color: var(--forest); font-weight: 700; text-decoration: none; }

.blind-date { background: var(--forest-dark); color: white; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.blind-date-image { min-height: 720px; }
.blind-date-image img { height: 100%; object-fit: cover; }
.blind-date-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.blind-date-copy .eyebrow { color: #e2b8bf; }
.blind-date-copy h2 { color: white; }
.blind-date-copy > p:not(.eyebrow) { color: #d6e0da; margin: 1.5rem 0 2.2rem; max-width: 650px; }
.blind-date-copy ul { list-style: none; margin-bottom: 2rem; }
.blind-date-copy li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.blind-date-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.blind-date-copy li strong, .blind-date-copy li span { display: block; }
.blind-date-copy li span { color: #b8c9c0; font-size: .9rem; margin-top: .25rem; }
.blind-date-copy .button-primary { background: var(--blush); color: var(--forest-dark); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; margin-top: 1.25rem; }
.about-collage { min-height: 620px; position: relative; }
.about-collage img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.about-one { width: 64%; height: 500px; left: 0; top: 0; border-radius: 34px; }
.about-two { width: 52%; height: 310px; right: 0; bottom: 0; border-radius: 24px; border: 10px solid var(--cream); }
.about-note { position: absolute; right: 2%; top: 6%; background: var(--sand); padding: 1.4rem; border-radius: 18px; transform: rotate(3deg); }
.about-note strong, .about-note span, .about-note em { display: block; font-family: "Playfair Display", serif; }
.about-note em { color: var(--rose); }

.reviews { padding-top: 4rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.review-card { background: var(--paper); border: 1px solid rgba(53,91,74,.12); padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius-lg); box-shadow: 0 18px 55px rgba(39,53,47,.08); }
.stars { color: var(--gold); letter-spacing: .16em; margin-bottom: 1.4rem; }
.review-card p { font-family: "Playfair Display", serif; font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.45; color: var(--forest-dark); }
.review-card footer { margin-top: 1.4rem; color: var(--rose); font-weight: 700; }

.order-section { max-width: 1280px; margin: 0 auto 7rem; background: linear-gradient(135deg, #ead9ca, #f6eee5); border-radius: 40px; padding: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); }
.order-intro > p:not(.eyebrow) { color: var(--muted); margin-top: 1.4rem; }
.social-box { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
.social-box span { width: 100%; font-weight: 700; }
.social-box a { text-decoration: none; padding: .55rem .85rem; background: rgba(255,255,255,.6); border: 1px solid rgba(53,91,74,.17); border-radius: 999px; font-size: .84rem; }
.order-form { background: var(--paper); padding: clamp(1.5rem, 4vw, 2.7rem); border-radius: 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1.1rem; }
.order-form label { display: flex; flex-direction: column; gap: .45rem; font-weight: 700; font-size: .9rem; color: var(--forest-dark); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.order-form input, .order-form select, .order-form textarea { width: 100%; background: #fbfaf6; color: var(--ink); border: 1px solid #cfcfc4; border-radius: 12px; padding: .9rem 1rem; outline: none; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(182,111,124,.12); }
.order-form textarea { resize: vertical; }
.form-note { color: var(--muted); font-size: .8rem; text-align: center; }

.site-footer { background: var(--forest-dark); color: white; padding: 4rem clamp(1.4rem, 7vw, 7rem) 2rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand strong { font-family: "Playfair Display", serif; font-size: 1.45rem; }
.footer-brand p { color: #b9c8c1; font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 2.5rem 0; }
.footer-links a, .footer-bottom a { color: #dce6e1; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: #aebdb5; font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; background: var(--paper); padding: 1.25rem; border-bottom: 1px solid rgba(53,91,74,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .7rem; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 600px; max-width: 650px; width: 100%; margin: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .blind-date { grid-template-columns: 1fr; }
  .blind-date-image { min-height: 560px; }
  .about { grid-template-columns: 1fr; }
  .about-copy { max-width: 760px; }
  .order-section { margin-left: 1.2rem; margin-right: 1.2rem; grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .announcement { font-size: .7rem; }
  .site-header { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 4rem; min-height: auto; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-visual { min-height: 470px; }
  .hero-card-main { inset: 0 4% 6% 5%; }
  .hero-card-small { width: 130px; height: 160px; }
  .hero-badge { width: 155px; }
  .intro-strip { grid-template-columns: 1fr; margin: 0 1.2rem; }
  .intro-strip article { border-right: 0; border-bottom: 1px solid rgba(53,91,74,.12); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .collection-card, .collection-large { grid-row: auto; height: 390px; }
  .product-grid, .review-grid { grid-template-columns: 1fr; }
  .product-content p { min-height: auto; }
  .blind-date-image { min-height: 430px; }
  .blind-date-copy { padding: 4rem 1.5rem; }
  .about-collage { min-height: 520px; }
  .about-one { width: 76%; height: 430px; }
  .about-two { width: 58%; height: 250px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
