:root {
  --wine: #5f2430;
  --wine-dark: #3f151d;
  --rose: #d7a2a4;
  --blush: #f3dcda;
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --gold: #bd8b4e;
  --ink: #2b2021;
  --muted: #756568;
  --line: rgba(95, 36, 48, .17);
  --shadow: 0 24px 60px rgba(79, 35, 42, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  padding: 10px clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 30px;
  background: rgba(251, 247, 240, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { width: 76px; }
.brand img { aspect-ratio: 1; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: 34px; }
.site-header nav a, .header-cta { text-decoration: none; font-size: .9rem; font-weight: 600; }
.site-header nav a:hover { color: var(--wine); }
.header-cta { color: var(--paper); background: var(--wine); padding: 12px 20px; border-radius: 999px; }

.hero {
  min-height: calc(100vh - 86px);
  padding: clamp(52px, 7vw, 110px) clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  overflow: hidden;
}
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--wine); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 700; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 700px; margin-bottom: 24px; color: var(--wine-dark); font-size: clamp(3.1rem, 7vw, 6.7rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 4.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.7rem; }
.hero-text { max-width: 590px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 14px 24px; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 24px rgba(95,36,48,.2); }
.button-outline { color: var(--wine); border: 1px solid var(--wine); }
.button-light { color: var(--wine-dark); background: var(--paper); }
.text-link { color: var(--wine); font-weight: 700; text-decoration: none; }
.hero-notes { margin-top: 40px; display: flex; gap: 24px; color: var(--muted); font-size: .88rem; }
.hero-notes span::before { content: "✦"; margin-right: 8px; color: var(--gold); }

.hero-gallery { position: relative; min-height: 660px; }
.hero-gallery::before { content: ""; position: absolute; width: 78%; height: 80%; right: -12%; top: 6%; background: var(--blush); border-radius: 50% 50% 8% 50%; }
.hero-main-image { position: absolute; inset: 0 16% 8% 0; margin: 0; border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: var(--shadow); }
.hero-main-image img, .hero-small-image img { height: 100%; object-fit: cover; }
.hero-small-image { position: absolute; width: 35%; height: 36%; right: 0; bottom: 0; margin: 0; border: 10px solid var(--cream); border-radius: 50% 50% 16px 16px; overflow: hidden; box-shadow: var(--shadow); }
.hero-seal { position: absolute; right: 5%; top: 12%; width: 126px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--wine-dark); background: rgba(255,253,249,.9); border: 1px solid var(--gold); border-radius: 50%; transform: rotate(5deg); }
.hero-seal strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.hero-seal span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }

.section { padding: clamp(70px, 9vw, 140px) clamp(20px, 6vw, 96px); }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.centered { margin-inline: auto; text-align: center; }
.occasions { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 4px 4px 28px 4px; background: #eee; }
.product-card-large { grid-row: span 2; min-height: 964px; }
.product-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(35,10,17,.96)); }
.product-card-copy { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: #fff; text-shadow: 0 2px 8px rgba(20,4,8,.72); }
.product-card-copy p { margin: 0 0 4px; color: #fff; opacity: 1; font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.product-card-copy h3 { margin-bottom: 14px; font-weight: 500; }
.product-card-copy a { color: #fff; font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.reference-notice { margin-top: 24px; padding: 22px 26px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; color: #59474a; background: #f8f0eb; border-left: 4px solid var(--gold); }
.reference-notice strong { color: var(--wine-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 500; }
.reference-notice span { font-size: .95rem; }

.mug-showcase { margin-top: clamp(80px, 10vw, 150px); display: grid; grid-template-columns: .82fr 1.18fr; min-height: 620px; overflow: hidden; background: #efe2dc; border-radius: 4px 4px 34px 4px; }
.mug-showcase-copy { padding: clamp(42px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.mug-showcase-copy h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4vw, 4.4rem); }
.mug-showcase-copy > p:not(.eyebrow) { margin: 0; color: #5f4e51; font-size: 1.05rem; }
.mug-showcase-copy .availability-note { margin-top: 20px; padding-top: 18px; color: #6d5b5e; border-top: 1px solid rgba(95,36,48,.18); font-size: .9rem; }
.mug-showcase-copy .button { margin-top: 30px; }
.mug-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; background: var(--paper); }
.mug-gallery img { height: 310px; object-fit: cover; object-position: center 68%; }

.specialty-heading { max-width: 780px; margin: clamp(80px, 10vw, 150px) 0 42px; }
.specialty-grid { display: grid; gap: 24px; }
.specialty-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; overflow: hidden; background: #f4e9e3; border-radius: 4px 4px 34px 4px; }
.specialty-card-reverse { grid-template-columns: .95fr 1.05fr; }
.specialty-card-reverse img { order: 2; }
.specialty-card img { height: 100%; min-height: 520px; object-fit: cover; }
.specialty-card > div { padding: clamp(38px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.specialty-card > div > p { margin: 0 0 12px; color: var(--wine); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.specialty-card h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.specialty-card span { color: var(--muted); font-size: 1.03rem; }
.specialty-card a { margin-top: 28px; color: var(--wine); font-weight: 700; text-underline-offset: 5px; }
.specialty-photo-pair { position: relative; padding: 0 !important; display: grid !important; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; }
.specialty-card-reverse > .specialty-photo-pair { order: 2; }
.specialty-photo-pair img { width: 100%; min-height: 520px; object-fit: cover; }
.specialty-photo-pair img:last-child { border-left: 1px solid rgba(95,36,48,.12); }
.specialty-photo-grid { order: 2; padding: 0 !important; display: grid !important; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px; overflow: hidden; background: var(--paper); }
.specialty-photo-grid img { width: 100%; height: 260px; min-height: 0; object-fit: cover; }

.date-guide { margin-top: 24px; padding: clamp(38px, 6vw, 74px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; color: #fff; background: var(--wine-dark); border-radius: 4px 4px 34px 4px; }
.date-guide .eyebrow { color: #e9b6af; }
.date-guide h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.7rem); }
.date-guide ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.date-guide li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }

.details { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(48px, 8vw, 120px); }
.details-image { min-height: 660px; border-radius: 4px 220px 4px 4px; overflow: hidden; box-shadow: var(--shadow); }
.details-image img { height: 100%; object-fit: cover; }
.details-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.details-copy .button { margin-top: 18px; }

.testimonials { background: var(--paper); }
.testimonials .section-heading { margin-bottom: 46px; }
.quote-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-grid blockquote { margin: 0; min-height: 300px; padding: 36px; display: flex; flex-direction: column; color: var(--wine-dark); background: #f4e9e3; border: 1px solid rgba(95,36,48,.1); border-radius: 4px 4px 28px 4px; }
.quote-grid blockquote > span { height: 52px; color: var(--gold); font-family: Georgia, serif; font-size: 4.6rem; line-height: 1; }
.quote-grid blockquote p { margin: 18px 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.35; }
.quote-grid blockquote footer { margin-top: auto; padding: 0; display: block; color: var(--muted); background: transparent; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.testimonial-proof-heading { max-width: 1180px; margin: 64px auto 22px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.testimonial-proof-heading p { margin: 0; color: var(--wine-dark); font-family: Georgia, serif; font-size: 1.35rem; }
.testimonial-proof-heading span { color: var(--muted); font-size: .82rem; }
.testimonial-proof { max-width: 1180px; margin: 0 auto; padding: 0 0 18px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(205px, 1fr); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--rose) transparent; }
.testimonial-proof a { height: 430px; padding: 7px; display: block; overflow: hidden; background: #111; border-radius: 24px; scroll-snap-align: start; box-shadow: 0 15px 34px rgba(79,35,42,.12); }
.testimonial-proof img { height: 100%; object-fit: contain; border-radius: 18px; }

.blog-preview { background: var(--cream); }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { min-height: 440px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 4px 4px 28px 4px; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card-featured { grid-column: span 2; }
.blog-card a { height: 100%; display: grid; grid-template-rows: 230px 1fr; color: inherit; text-decoration: none; }
.blog-card-featured a { grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr; }
.blog-card img { height: 100%; object-fit: cover; }
.blog-card > a > div { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.blog-card > a > div > p { margin: 0 0 12px; color: var(--wine); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.blog-card h3 { margin-bottom: 16px; font-size: clamp(1.45rem, 2.2vw, 2.2rem); line-height: 1.15; }
.blog-card span { color: var(--muted); }
.blog-card strong { margin-top: auto; padding-top: 24px; color: var(--wine); text-decoration: underline; text-underline-offset: 5px; }
.blog-all-link { margin-top: 34px; }

.process { background: #ead2d1; }
.steps { max-width: 1080px; margin: 0 auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps li { min-height: 260px; padding: 30px 38px; border-left: 1px solid rgba(95,36,48,.25); }
.steps li:last-child { border-right: 1px solid rgba(95,36,48,.25); }
.steps span { color: var(--wine); font-family: Georgia, serif; font-size: 2.4rem; }
.steps h3 { margin: 45px 0 10px; }
.steps p { margin: 0; color: #6d565a; }

.delivery { color: #fff; background: var(--wine-dark); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.delivery .eyebrow { color: #e9b6af; }
.delivery-copy { max-width: 720px; }
.delivery-copy > p:not(.eyebrow) { color: #e4ced0; font-size: 1.08rem; }
.delivery-copy .button { margin-top: 18px; }
.delivery-visual { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.6rem); }
.delivery-visual i { display: block; width: 100%; height: 1px; background: rgba(255,255,255,.3); }

.home-faq { background: #f4e9e3; }
.home-faq .section-heading { margin-bottom: 34px; }
.home-faq-grid { max-width: 1000px; border-top: 1px solid rgba(95,36,48,.22); }
.home-faq-grid details { padding: 24px 0; border-bottom: 1px solid rgba(95,36,48,.22); }
.home-faq-grid summary { padding-right: 38px; color: var(--wine-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; cursor: pointer; }
.home-faq-grid details p { max-width: 820px; margin: 14px 0 0; color: #5f4e51; }

.instagram-banner { display: flex; align-items: center; justify-content: space-between; gap: 48px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.instagram-banner > div { max-width: 760px; }
.instagram-banner h2 { margin-bottom: 16px; }
.instagram-banner p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.08rem; }
.instagram-banner .button { flex: 0 0 auto; }

.final-cta { display: grid; grid-template-columns: minmax(260px, .75fr) 1.25fr; align-items: center; gap: clamp(44px, 8vw, 110px); background: var(--paper); }
.final-cta > img { height: 510px; object-fit: cover; border-radius: 180px 180px 10px 10px; }
.final-cta > div { max-width: 700px; }
.final-cta > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }

footer { padding: 48px clamp(20px, 6vw, 96px); display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; color: #dfccce; background: #281015; font-size: .9rem; }
.footer-brand img { width: 86px; background: var(--cream); border-radius: 50%; }
.footer-brand p { max-width: 290px; }
footer a, footer p { display: block; margin: 5px 0; color: inherit; text-decoration: none; }
.footer-label { color: #fff; font-weight: 700; }

.whatsapp-float { position: fixed; z-index: 60; right: 20px; bottom: 20px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #1fa463; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.whatsapp-float svg { width: 31px; fill: currentColor; }
.whatsapp-float:hover { transform: translateY(-2px); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 80px 1fr; }
  .site-header nav { display: none; }
  .header-cta { justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-gallery { min-height: 600px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-large { grid-row: auto; min-height: 470px; }
  .mug-showcase { grid-template-columns: 1fr; }
  .mug-gallery img { height: 340px; }
  .details { grid-template-columns: 1fr; }
  .details-image { min-height: 560px; }
  .specialty-card, .specialty-card-reverse { grid-template-columns: 1fr 1fr; }
  .date-guide { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid blockquote:last-child { grid-column: 1 / -1; min-height: 240px; }
  .blog-card-grid { grid-template-columns: 1fr 1fr; }
  .blog-card-featured { grid-column: 1 / -1; }
  .delivery { grid-template-columns: 1fr; }
  .instagram-banner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-header { min-height: 72px; padding: 8px 16px; }
  .brand { width: 58px; }
  .header-cta { padding: 10px 14px; font-size: .78rem; }
  .hero { min-height: auto; padding-top: 50px; gap: 46px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-notes { flex-direction: column; gap: 8px; }
  .hero-gallery { min-height: 470px; }
  .hero-main-image { inset: 0 8% 9% 0; border-radius: 160px 160px 20px 20px; }
  .hero-small-image { width: 39%; height: 34%; border-width: 7px; }
  .hero-seal { width: 104px; right: 0; }
  .section { padding-block: 76px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-large { min-height: 460px; }
  .reference-notice { grid-template-columns: 1fr; gap: 8px; }
  .mug-showcase { min-height: 0; }
  .mug-showcase-copy { padding: 42px 28px 48px; }
  .mug-gallery img { height: 230px; }
  .specialty-card, .specialty-card-reverse { grid-template-columns: 1fr; }
  .specialty-card-reverse img { order: 0; }
  .specialty-card-reverse > .specialty-photo-pair { order: 0; }
  .specialty-card-reverse > .specialty-photo-grid { order: 0; }
  .specialty-card img { min-height: 390px; }
  .specialty-photo-pair img { min-height: 390px; }
  .specialty-photo-grid img { min-height: 0; height: 195px; }
  .specialty-card > div { padding: 38px 28px 44px; }
  .date-guide { padding: 42px 28px; }
  .date-guide ul { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid blockquote, .quote-grid blockquote:last-child { grid-column: auto; min-height: 260px; padding: 30px; }
  .testimonial-proof-heading { align-items: flex-end; }
  .testimonial-proof-heading p { max-width: 220px; }
  .testimonial-proof { margin-right: -20px; grid-auto-columns: 75vw; }
  .testimonial-proof a { height: 560px; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-column: auto; }
  .blog-card, .blog-card-featured { min-height: 0; }
  .blog-card a, .blog-card-featured a { grid-template-columns: 1fr; grid-template-rows: 230px 1fr; }
  .details-image { min-height: 430px; border-radius: 4px 130px 4px 4px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 210px; border: 0; border-top: 1px solid rgba(95,36,48,.25); }
  .steps li:last-child { border-right: 0; border-bottom: 1px solid rgba(95,36,48,.25); }
  .steps h3 { margin-top: 25px; }
  .delivery { gap: 50px; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta > img { height: 420px; }
  footer { grid-template-columns: 1fr; }
}

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