:root {
  --cream: #f0ebe5;
  --cream-deep: #e9e1d8;
  --mist: #d6dcdc;
  --teal: #0b474b;
  --teal-soft: #447072;
  --mustard: #d39b16;
  --yellow: #e6cb62;
  --ink: #26383a;
  --white: #fff;
  --shadow: 0 20px 55px rgba(11, 71, 75, .14);
  --radius: 6px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--teal); color: #fff; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid rgba(11,71,75,.15); }
.header-inner { max-width: var(--max); min-height: 104px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: min(290px, 32vw); flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: .25rem; color: var(--teal-soft); }
.main-nav > a, .nav-group-toggle { min-height: 46px; display: inline-flex; align-items: center; gap: .5rem; padding: .65rem .85rem; border: 0; border-bottom: 2px solid transparent; color: var(--teal); background: transparent; text-decoration: none; cursor: pointer; font-size: 1rem; }
.main-nav > a:hover, .main-nav > a[aria-current="page"], .nav-group-toggle:hover, .nav-group.active .nav-group-toggle { color: var(--teal); border-bottom-color: var(--mustard); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; z-index: 25; top: calc(100% + .5rem); right: 0; width: 260px; padding: .6rem; border: 1px solid rgba(11,71,75,.15); border-top: 3px solid var(--mustard); background: var(--cream); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; }
.nav-group.open .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: block; padding: .6rem .7rem; text-decoration: none; line-height: 1.35; }
.nav-dropdown a:hover, .nav-dropdown a[aria-current="page"] { color: var(--teal); background: rgba(255,255,255,.55); }
.header-wave { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--teal); transition: .2s ease; }

main { min-height: 62vh; }
.hero { max-width: var(--max); margin: 0 auto; padding: 3.5rem 1.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.hero > * { min-width: 0; }
.hero-media { background: var(--cream-deep); }
.hero-photos { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: contain; }
.hero-copy { color: var(--teal); padding: 1rem 0; }
.eyebrow { margin: 0 0 .35rem; color: var(--yellow); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .85rem; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.12; }
.hero-copy .eyebrow { color: #786012; font-size: .875rem; letter-spacing: .14em; margin-bottom: 1.5rem; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(2.4rem, 4.1vw, 3.65rem); line-height: 1.12; letter-spacing: -.035em; }
.hero h1 em { font-weight: 400; }
.hero-description { max-width: 37ch; margin-bottom: 1.5rem; color: var(--ink); font-size: 1.05rem; }
.hero-photo-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .25rem 1rem; padding: .7rem 1rem; }
.hero-caption { margin: 0; color: var(--teal); font-size: .875rem; }
.hero-controls { display: flex; align-items: center; gap: .15rem; }
.hero-dot, .hero-pause { min-width: 44px; min-height: 44px; padding: .3rem; border: 0; border-bottom: 2px solid transparent; border-radius: 0; color: var(--teal); background: transparent; cursor: pointer; font-size: .875rem; }
.hero-dot.active { border-bottom-color: var(--teal); font-weight: 700; }
.hero-pause { padding-inline: .6rem; text-decoration: underline; text-underline-offset: .25rem; }
:is(a, button):focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }
.site-footer a:focus-visible, .lightbox button:focus-visible { outline-color: var(--yellow); }

.intro-band { background: var(--cream-deep); }
.intro-inner { max-width: var(--max); margin: 0 auto; padding: 3.5rem 1.5rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.intro-mark { max-width: 22ch; padding-left: 1.5rem; border-left: 2px solid var(--mustard); color: var(--teal); font: italic clamp(1.5rem, 2.8vw, 2.15rem)/1.4 Georgia, serif; }
.intro-copy .eyebrow { color: #786012; font-size: .875rem; margin-bottom: 1rem; }
.intro-copy h2 { margin-bottom: 1rem; color: var(--teal); font-size: clamp(1.85rem, 3vw, 2.5rem); text-wrap: balance; }
.text-link { display: inline-block; min-height: 44px; padding-block: .5rem; color: var(--teal); text-underline-offset: .3rem; text-decoration-thickness: 1px; }
.button-link { display: inline-flex; align-items: center; min-height: 48px; margin-top: .8rem; padding: .65rem 1.15rem; color: #fff; background: var(--teal); border: 1px solid var(--teal); text-decoration: none; }
.button-link:hover { color: var(--teal); background: transparent; }

.page-hero { background: var(--mist); }
.page-hero-inner { max-width: var(--max); margin: 0 auto; padding: 7.5rem 1.5rem 3.8rem; }
.page-hero h1 { margin-bottom: .6rem; color: var(--teal); font-size: clamp(2.65rem, 6vw, 5.4rem); }
.page-hero p { max-width: 760px; margin: 0; font-size: 1.12rem; }
.story { background: var(--teal); color: #fff; }
.story-inner { max-width: var(--max); margin: 0 auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.story-portrait { margin: 0; }
.story-portrait img { display: block; width: 100%; height: auto; }
.story-portrait figcaption { margin-top: 1rem; color: var(--yellow); font: italic 1.35rem/1.5 Georgia, serif; }
.story-copy > p:first-child { margin-top: 0; }
.story p { font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.story-signoff { color: var(--yellow); font: italic 2rem Georgia, serif; }

.collection-intro { max-width: var(--max); margin: 0 auto; padding: 3.5rem 1.5rem 2.75rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.collection-intro > * { min-width: 0; }
.collection-intro .eyebrow { margin-bottom: 1rem; color: #786012; font-size: .875rem; letter-spacing: .14em; }
.collection-intro h1 { max-width: 22ch; margin: 0; color: var(--teal); font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing: -.025em; text-wrap: balance; }
.collection-description { max-width: 42ch; margin: 0; font-size: 1.05rem; }
.categories { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem 4.5rem; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem 1.5rem; }
.category-card { display: block; min-width: 0; color: var(--teal); text-decoration: none; border-bottom: 1px solid rgba(11,71,75,.2); transition: border-color .2s ease; }
.category-image { aspect-ratio: 3 / 2; overflow: hidden; background: var(--cream-deep); }
.category-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s cubic-bezier(.2, .65, .3, 1); }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .category-card:hover img { transform: scale(1.045); }
}
.category-card-copy { padding: 1.15rem 0 1.35rem; }
.category-card h2 { margin: 0; font-size: clamp(1.5rem, 2.2vw, 1.9rem); line-height: 1.2; }
.category-card p { margin: .45rem 0 0; color: var(--ink); font-size: 1rem; }
.category-card:hover, .category-card:focus-visible { border-bottom-color: var(--mustard); }
.category-card:hover h2, .category-card:focus-visible h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em; }

.creation-layout { max-width: var(--max); margin: 0 auto; padding: 4.5rem 1.5rem 6rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.creation-copy { position: sticky; top: 2rem; }
.creation-copy h2 { color: var(--teal); font-size: clamp(2rem, 4vw, 3.25rem); }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .85rem; }
.gallery button { padding: 0; overflow: hidden; border: 0; background: var(--mist); cursor: zoom-in; }
.gallery button:first-child { grid-column: 1 / -1; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery button:nth-child(n+2) img { aspect-ratio: 1 / 1; }
.gallery button:hover img { transform: scale(1.025); }

.contact-wrap { max-width: var(--max); margin: 0 auto; padding: 4.5rem 1.5rem 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: stretch; }
.contact-card, .contact-photo { min-height: 410px; background: #fff; box-shadow: var(--shadow); }
.contact-card { padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.contact-card h2 { color: var(--teal); font-size: clamp(2rem, 4vw, 3rem); }
.contact-links { display: grid; gap: .75rem; }
.contact-links a { width: fit-content; color: var(--teal); font-size: 1.1rem; text-underline-offset: .2rem; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { color: #fff; background: var(--teal); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 3.2rem 1.5rem; display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 2rem; align-items: end; }
.footer-brand { margin: 0 0 .25rem; color: var(--yellow); font: 2rem Georgia, serif; }
.footer-inner p { margin-top: 0; }
.footer-contact { display: grid; gap: .35rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-top: .65rem; }
.social-link, .contact-links .social-link { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid currentColor; border-radius: 50%; text-decoration: none; }
.social-icon { display: block; width: 24px; height: 24px; }
.footer-social .social-link { color: #fff; }
.footer-social .social-link:hover { color: var(--yellow); }
.contact-social { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .8rem; }
.contact-links .social-link:hover { background: var(--teal); color: #fff; }
.product-copy .whatsapp-link { display: flex; margin-top: 1rem; color: var(--teal); background: transparent; }
.product-copy .whatsapp-link:hover { color: #fff; background: var(--teal); }
.copyright { margin-bottom: 0; white-space: nowrap; }

.lightbox { width: min(1100px, calc(100vw - 2rem)); max-width: none; height: min(830px, calc(100vh - 2rem)); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,25,27,.92); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; border: 0; color: #fff; background: rgba(11,71,75,.78); cursor: pointer; }
.lightbox-close { top: .5rem; right: .5rem; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 48px; height: 64px; transform: translateY(-50%); font-size: 2.5rem; }
.lightbox-prev { left: .5rem; }
.lightbox-next { right: .5rem; }
.lightbox-counter { position: absolute; left: 50%; bottom: .5rem; margin: 0; padding: .2rem .65rem; color: #fff; background: rgba(11,71,75,.78); transform: translateX(-50%); }
.noscript { margin: 0; padding: 1rem; text-align: center; background: #fff2c8; }

@media (max-width: 820px) {
  .story-inner { grid-template-columns: 1fr; padding-block: 2.5rem; gap: 2rem; }
  .header-inner { min-height: 88px; gap: 1rem; }
  .brand { width: min(260px, 63vw); }
  .menu-toggle { display: block; position: relative; z-index: 22; flex: 0 0 auto; }
  .main-nav { position: fixed; inset: 0; z-index: 21; padding: 7.5rem 1.5rem 2rem; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: .25rem; overflow-y: auto; background: var(--cream); visibility: hidden; transform: translateX(100%); transition: transform .25s ease, visibility .25s; }
  .main-nav.open { visibility: visible; transform: translateX(0); }
  .main-nav > a, .nav-group-toggle { width: 100%; min-height: 52px; justify-content: space-between; font-size: 1.1rem; }
  .nav-dropdown { display: none; position: static; width: 100%; padding: .5rem; border: 0; border-left: 2px solid var(--mustard); box-shadow: none; opacity: 1; visibility: hidden; transform: none; transition: none; }
  .nav-group.open .nav-dropdown { display: block; visibility: visible; }
  .nav-dropdown a { padding: .7rem; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .intro-inner, .creation-layout, .contact-wrap { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; gap: 1.75rem; padding-block: 2.5rem; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2.4rem, 6vw, 3.5rem); }
  .hero-description { max-width: 52ch; }
  .hero-copy .eyebrow { margin-bottom: 1rem; }
  .creation-copy { position: static; }
  .collection-intro { grid-template-columns: 1fr; gap: 1.25rem; padding-block: 2.5rem 2rem; }
  .collection-description { max-width: 55ch; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .header-inner { padding-inline: 1rem; }
  .header-wave { height: 52px; }
  .hero { padding: 2rem 1rem; }
  .hero h1 { font-size: clamp(2rem, 8.8vw, 2.8rem); }
  .hero-photo-bar { padding: .5rem .75rem; }
  .hero-caption { flex-basis: 100%; }
  .intro-inner { gap: 1.5rem; padding-block: 2.5rem; }
  .intro-inner, .story-inner, .categories, .creation-layout, .contact-wrap { padding-left: 1rem; padding-right: 1rem; }
  .page-hero-inner { padding: 6.5rem 1rem 3rem; }
  .category-grid, .gallery { grid-template-columns: 1fr; }
  .collection-intro { padding-inline: 1rem; }
  .category-grid { gap: 2rem; }
  .categories { padding-bottom: 3rem; }
  .gallery button:first-child { grid-column: auto; }
  .gallery button:nth-child(n) img { aspect-ratio: 4 / 3; }
  .contact-card, .contact-photo { min-height: 0; }
  .contact-photo img { aspect-ratio: 4/3; }
  .footer-inner { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .lightbox-prev { left: 0; }
  .lightbox-next { right: 0; }
}

.product-hero .page-hero-inner { padding-block: 1.8rem 2rem; }
.product-hero .eyebrow { color: #796013; margin-bottom: .4rem; }
.product-hero h1 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 3.8rem); }
.product-layout { max-width: var(--max); margin: 0 auto; padding: 2.6rem 1.5rem 4rem; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.product-main { display: block; width: 100%; padding: 0; border: 0; overflow: hidden; background: var(--mist); cursor: zoom-in; }
.product-main img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: contain; transition: transform .4s ease; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; margin-top: .85rem; }
.product-thumbnails button { min-width: 0; padding: 3px; border: 2px solid transparent; background: transparent; cursor: pointer; }
.product-thumbnails button[aria-pressed="true"] { border-color: var(--teal); }
.product-thumbnails button:hover { border-color: var(--mustard); }
.product-thumbnails img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-photo-hint { margin: .7rem 0 0; font-size: .85rem; color: var(--teal-soft); }
.product-copy { padding-top: .6rem; }
.product-copy h2 { margin: 0 0 1.1rem; font-size: clamp(2rem, 3vw, 2.7rem); }
.product-copy p { margin: 0 0 1.8rem; }
.product-copy .button-link { text-align: center; }
.product-back { display: block; width: fit-content; margin-top: 1.1rem; color: var(--teal); font-size: .95rem; text-underline-offset: .25rem; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .product-main:hover img { transform: scale(1.025); }
}
@media (max-width: 820px) {
  .product-layout { grid-template-columns: 1fr; gap: 1.8rem; }
  .product-copy { padding: 0; }
}
@media (max-width: 560px) {
  .product-hero .page-hero-inner { padding: 1.4rem 1rem 1.6rem; }
  .product-layout { padding: 1.5rem 1rem 3rem; }
  .product-thumbnails { gap: .35rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
