:root {
  --cream: #f4e6d4;
  --sand: #e8d0b3;
  --latte: #bd8b5d;
  --terracotta: #b85d42;
  --clay: #934b38;
  --chocolate: #4b281e;
  --ink: #382016;
  --white: #fffdf8;
  --line: rgba(75, 40, 30, 0.18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, 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.5; }
body::selection { background: var(--terracotta); color: var(--white); }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: -10rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--chocolate); color: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 1.55rem clamp(1.35rem, 5vw, 5rem); display: flex; align-items: flex-start; justify-content: space-between; transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-sticky { position: fixed; background: rgba(248,240,226,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(10px); }
.brand { text-decoration: none; color: var(--chocolate); display: inline-flex; flex-direction: column; line-height: 1; gap: .38rem; }
.logo-crop { display: block; width: 13.8rem; }
.logo-crop img { width: 100%; mix-blend-mode: multiply; }
.brand-word { position: relative; font-family: var(--serif); font-size: clamp(1.8rem, 2.9vw, 2.65rem); font-weight: 700; letter-spacing: -.1em; }
.brand-sun { position: relative; display: inline-flex; width: .76em; height: .76em; margin: 0 -.03em; border: .06em solid currentColor; border-radius: 50%; align-items: center; justify-content: center; vertical-align: .03em; }
.brand-sun::before, .brand-sun::after { content: ''; position: absolute; inset: -.17em; border: .035em solid currentColor; border-radius: 48% 52% 51% 49%; transform: rotate(26deg); }
.brand-sun::after { transform: rotate(68deg); }
.brand-sun span { font-size: .43em; transform: rotate(-15deg); }
.brand-tagline { padding-left: .15rem; font-size: .44rem; font-weight: 700; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.7vw, 2.6rem); padding-top: .22rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a { text-decoration: none; transition: color .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--terracotta); }
.nav-cta { padding: .72rem 1rem; border: 1px solid var(--chocolate); border-radius: 999px; }
.nav-cta:hover { background: var(--chocolate); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; color: var(--chocolate); }
.menu-toggle span { display: block; width: 1.7rem; height: 1px; margin: .35rem; background: currentColor; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 720px; padding: clamp(9rem, 17vw, 12rem) clamp(1.35rem, 9vw, 10rem) clamp(4rem, 8vw, 7.3rem); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(260px, .96fr); align-items: center; gap: 2rem; background: linear-gradient(116deg, #f4e6d4 0%, #f1dfc9 57%, #e6bd91 57%, #dc9b68 100%); }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; opacity: .3; background-image: radial-gradient(rgba(75,40,30,.3) .55px, transparent .8px); background-size: 6px 6px; mix-blend-mode: multiply; }
.hero::after { content: 'ADORADA'; position: absolute; z-index: -1; right: -1.2rem; bottom: -7rem; color: rgba(75,40,30,.075); font: 700 clamp(9rem, 21vw, 22rem)/1 var(--serif); letter-spacing: -.1em; }
.hero-copy { max-width: 41rem; }
.eyebrow { margin: 0 0 1rem; color: var(--clay); font-size: .65rem; font-weight: 700; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.hero h1 { max-width: 38rem; font-size: clamp(3.7rem, 7vw, 7.65rem); }
em { color: var(--terracotta); font-style: italic; }
.hero-text { max-width: 30rem; margin: 1.8rem 0 2rem; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3.1rem; padding: .8rem 1.2rem; border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--chocolate); color: var(--white); }
.button-dark:hover { background: var(--terracotta); }
.text-link { font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span { padding-left: .5rem; font-size: 1rem; }
.hero-art { position: relative; min-height: 460px; align-self: stretch; display: flex; align-items: center; justify-content: center; padding-bottom: 3.2rem; }
.hero-art img { position: relative; z-index: 1; width: min(100%, 590px); max-height: 620px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.88) contrast(1.02); transform: rotate(-2deg); }
.art-caption { position: absolute; z-index: 2; right: 0; bottom: 0; max-width: 12.5rem; margin: 0; color: var(--chocolate); font: italic 1rem/1.15 var(--serif); }
.art-caption span { color: var(--terracotta); }

.marquee { overflow: hidden; padding: .85rem 0; background: var(--chocolate); color: var(--sand); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 2.8rem; white-space: nowrap; font: 400 clamp(1.1rem, 1.5vw, 1.45rem)/1 var(--serif); letter-spacing: .06em; animation: scroll 25s linear infinite; }
.marquee i { color: var(--latte); font-style: normal; }
@keyframes scroll { to { transform: translateX(-33.33%); } }

.section-wrap { width: min(100% - 2.7rem, 1200px); margin: 0 auto; }
.products { padding-top: clamp(4.75rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.section-heading h2, .about h2, .guide h2, .contact h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); }
.section-intro { max-width: 22rem; margin: 0 0 .45rem; font-size: .88rem; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-top: 1rem; }
.product-card { min-width: 0; border: 1px solid var(--line); background: rgba(255,253,248,.35); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(75,40,30,.1); }
.product-visual { position: relative; min-height: 320px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: url('assets/product-backdrop-v1.png') center 72% / cover no-repeat; }
.product-status { position: absolute; z-index: 1; top: .8rem; left: .8rem; padding: .34rem .55rem; border: 1px solid rgba(75,40,30,.35); background: rgba(255,253,248,.55); color: var(--chocolate); font-size: .52rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.placeholder-photo { width: 67%; aspect-ratio: .72; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; border: 1px dashed rgba(75,40,30,.48); background: rgba(248,240,226,.48); color: rgba(75,40,30,.78); backdrop-filter: blur(2px); }
.placeholder-photo span { font-size: 3rem; line-height: 1; }
.placeholder-photo small { font-size: .52rem; font-weight: 700; letter-spacing: .12em; }
.product-image { width: 100%; height: 100%; object-fit: contain; }
.product-info { padding: 1.2rem 1.15rem 1.15rem; }
.product-type { min-height: .85rem; margin: 0 0 .55rem; color: var(--terracotta); font-size: .55rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { min-height: 2.2rem; margin: 0; font: 400 1.55rem/1 var(--serif); letter-spacing: -.035em; }
.product-description { min-height: 3.4rem; margin: .7rem 0 1.15rem; font-size: .77rem; line-height: 1.48; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding-top: .75rem; border-top: 1px solid var(--line); }
.product-price { color: var(--terracotta); font-size: .58rem; font-weight: 700; letter-spacing: .09em; }
.product-link { font-size: .64rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.about { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.4fr .7fr; gap: clamp(1.5rem, 4vw, 5rem); align-items: center; padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.2rem, 5vw, 5rem); background: var(--chocolate); color: var(--cream); }
.about-mark { position: relative; display: flex; align-items: center; justify-content: center; min-height: 15rem; color: var(--latte); font-size: clamp(10rem, 17vw, 17rem); }
.about-mark::before { content: ''; position: absolute; width: 82%; aspect-ratio: 1; border: 1px solid rgba(232,208,179,.3); border-radius: 50%; }
.about-mark span { transform: rotate(-12deg); }
.about .eyebrow { color: var(--sand); }
.about h2 { max-width: 30rem; }
.about-copy > p:not(.eyebrow):not(.signature) { max-width: 38rem; margin: 1rem 0; color: rgba(248,240,226,.86); font-size: .92rem; line-height: 1.7; }
.signature { margin: 1.5rem 0 0; font: italic 1.2rem/1.35 var(--serif); color: var(--sand); }
.signature span { color: var(--latte); }
.about-aside { min-height: 16rem; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(248,240,226,.28); color: var(--sand); }
.aside-sun { align-self: flex-end; color: var(--latte); font-size: 2.8rem; line-height: 1; }
.about-aside p { margin: 0; font: italic 1.25rem/1.08 var(--serif); }

.adoradita { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); min-height: 610px; background: #f3e2cb; }
.adoradita::before { content: ''; position: absolute; width: 34rem; aspect-ratio: 1; top: -18rem; left: -10rem; border: 1px solid rgba(75,40,30,.15); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(75,40,30,.035), 0 0 0 5rem rgba(75,40,30,.025); }
.adoradita-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; max-width: 39rem; padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.35rem, 9vw, 10rem); padding-right: clamp(1.35rem, 4vw, 5rem); }
.adoradita-copy h2 { font-size: clamp(3.4rem, 6.3vw, 6.6rem); color: var(--chocolate); }
.adoradita-copy > p:not(.eyebrow):not(.adoradita-signature) { max-width: 32rem; margin: 1rem 0 0; font-size: .94rem; line-height: 1.72; }
.adoradita-signature { margin: 1.7rem 0 0; color: var(--terracotta); font: italic 1.35rem/1.1 var(--serif); }
.adoradita-signature strong { font-weight: 400; }
.adoradita-character { position: relative; z-index: 1; min-height: 440px; display: flex; align-items: end; justify-content: center; padding: 1rem 2rem 0; }
.adoradita-character img { position: relative; z-index: 1; width: min(100%, 570px); max-height: 600px; object-fit: contain; object-position: center bottom; filter: saturate(.92); }

.stickers { padding-top: clamp(4.75rem, 9vw, 8rem); padding-bottom: clamp(4.75rem, 9vw, 8rem); }
.stickers-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.stickers-heading h2 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
.stickers-heading > p { max-width: 22rem; margin: 0 0 .5rem; font-size: .86rem; line-height: 1.65; }
.stickers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding-top: 1rem; }
.sticker-card { min-height: 240px; margin: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f7ead9, #eccaa5); }
.sticker-card img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .35s ease; }
.sticker-card:hover img { transform: scale(1.035); }
.sticker-card-large { min-height: 340px; }

.guide { padding: clamp(4.75rem, 9vw, 8rem) 0; background: var(--sand); }
.guide-inner { display: grid; grid-template-columns: .8fr 1.6fr; gap: clamp(2.5rem, 7vw, 8rem); }
.guide-title h2 { color: var(--chocolate); }
.guide-items { border-top: 1px solid var(--line); }
.guide-items article { display: grid; grid-template-columns: 3rem 1fr 1.5fr; gap: 1rem; align-items: baseline; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.guide-number { color: var(--terracotta); font: italic 1.25rem var(--serif); }
.guide-items h3 { margin: 0; font: 400 1.32rem/1.1 var(--serif); letter-spacing: -.03em; }
.guide-items p { margin: 0; font-size: .78rem; line-height: 1.6; }
.guide-items a { color: var(--clay); text-underline-offset: .2em; }

.contact { position: relative; overflow: hidden; margin: clamp(4.75rem, 9vw, 8rem) auto; padding: clamp(4rem, 7.5vw, 6.7rem) clamp(1.3rem, 6vw, 6.8rem); text-align: center; background: var(--terracotta); color: var(--white); }
.contact > * { position: relative; z-index: 1; }
.contact .eyebrow { color: var(--sand); }
.contact h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.contact h2 em { color: var(--sand); }
.contact > p:not(.eyebrow) { max-width: 30rem; margin: 1.5rem auto 1.8rem; font-size: .95rem; }
.contact .delivery-note { display: inline-flex; align-items: center; gap: .45rem; margin: -1rem auto 1.55rem; padding: .45rem .75rem; border: 1px solid rgba(255,253,248,.42); border-radius: 999px; color: var(--sand); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.delivery-note span { color: var(--white); font-size: 1rem; line-height: .8; }
.contact-actions { justify-content: center; }
.button-light { background: var(--cream); color: var(--chocolate); }
.button-light:hover { background: var(--white); }
.instagram-link { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.instagram-link span { font-size: 1.4em; vertical-align: -0.08em; }
.corner-plant { position: absolute; z-index: 0; width: 15rem; height: 23rem; color: rgba(248,240,226,.34); pointer-events: none; }
.corner-plant::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 2px; height: 23rem; background: currentColor; transform-origin: bottom; }
.corner-plant span { position: absolute; bottom: .8rem; left: 50%; width: 10rem; height: 2.2rem; background: currentColor; border-radius: 100% 0 100% 0; transform-origin: 0 50%; }
.corner-plant span:nth-child(1) { transform: rotate(-72deg) scaleX(.8); }
.corner-plant span:nth-child(2) { transform: rotate(-48deg) scaleX(1.02); }
.corner-plant span:nth-child(3) { transform: rotate(-25deg) scaleX(.9); }
.corner-plant span:nth-child(4) { transform: rotate(25deg) scaleX(.9); }
.corner-plant span:nth-child(5) { transform: rotate(48deg) scaleX(1.02); }
.corner-plant span:nth-child(6) { transform: rotate(72deg) scaleX(.8); }
.corner-plant-left { bottom: -10rem; left: -5rem; transform: rotate(-25deg); }
.corner-plant-right { top: -16rem; right: -8rem; transform: scaleX(-1) rotate(-25deg); }

.site-footer { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; width: min(100% - 2.7rem, 1200px); margin: 0 auto; padding: 0 0 2rem; color: var(--chocolate); }
.brand-footer .logo-crop { width: 9.4rem; }
.site-footer p, .site-footer > a { margin: 0; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-footer p span { color: var(--terracotta); }

@media (min-width: 761px) and (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { padding: 1.15rem 1.35rem; align-items: center; }
  .site-header.is-sticky { padding-top: .9rem; padding-bottom: .9rem; }
  .brand-word { font-size: 1.85rem; }
  .logo-crop { width: 10.9rem; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem 1.35rem 1.3rem; background: var(--cream); box-shadow: 0 8px 18px rgba(75,40,30,.1); }
  .main-nav.is-open { display: flex; flex-direction: column; gap: .2rem; }
  .main-nav a { padding: .7rem 0; }
  .main-nav .nav-cta { margin-top: .25rem; padding: .72rem 1rem; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: .6rem; padding: 8.9rem 1.35rem 2.5rem; background: linear-gradient(165deg, #f4e6d4 0%, #f1dfc9 50%, #e3ad7e 50%, #d99561 100%); }
  .hero h1 { font-size: clamp(3.25rem, 14.8vw, 5.4rem); }
  .hero-text { margin: 1.35rem 0 1.55rem; }
  .hero-art { min-height: 330px; margin: .2rem -1.2rem 0; padding-bottom: 2.6rem; }
  .hero-art img { width: min(100%, 440px); max-height: 450px; }
  .art-caption { right: 4%; bottom: 0; }
  .section-wrap { width: min(100% - 2.7rem, 1200px); }
  .section-heading { display: block; }
  .section-heading h2 { font-size: clamp(2.9rem, 12vw, 4rem); }
  .section-intro { margin-top: 1.5rem; }
  .product-grid { grid-template-columns: 1fr; gap: .9rem; }
  .product-card { display: grid; grid-template-columns: .84fr 1fr; }
  .product-visual { min-height: 250px; }
  .product-info { display: flex; flex-direction: column; justify-content: center; }
  .about { width: 100%; grid-template-columns: 1fr; gap: 1.5rem; padding: 4.3rem 1.35rem; }
  .about-mark { position: absolute; right: -2rem; top: -4rem; min-height: 0; opacity: .2; font-size: 12rem; }
  .about-copy { position: relative; z-index: 1; }
  .about-aside { min-height: 9rem; }
  .adoradita { grid-template-columns: 1fr; min-height: auto; }
  .adoradita-copy { padding: 4.3rem 1.35rem 1.5rem; }
  .adoradita-character { min-height: 360px; padding: 0 1.35rem; }
  .adoradita-character img { max-height: 440px; }
  .stickers-heading { display: block; }
  .stickers-heading > p { margin-top: 1.3rem; }
  .sticker-card-large { min-height: 230px; }
  .guide-inner { grid-template-columns: 1fr; gap: 2rem; }
  .guide-items article { grid-template-columns: 2.5rem 1fr; gap: .5rem; }
  .guide-items p { grid-column: 2; padding-top: .2rem; }
  .contact { width: 100%; margin: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 1rem; padding-top: 1.5rem; }
}

@media (max-width: 390px) {
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 205px; }
  .product-info { min-height: 205px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
}

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