/*
Theme Name: Woori Handicraft
Theme URI: https://woorihandicraft.com
Author: Woori Handicraft
Author URI: https://woorihandicraft.com
Description: A premium WordPress theme for a Nepali handicraft and Himalayan singing bowl business in Thamel, Kathmandu.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woori-handicraft
Tags: custom-logo, featured-images, one-column, e-commerce, full-site-editing, translation-ready
*/

:root {
  --ink: #172321;
  --muted: #61716c;
  --paper: #fbf8f1;
  --ivory: #fffdf8;
  --linen: #efe6d7;
  --teal: #0f4641;
  --teal-dark: #092d2a;
  --teal-soft: #dbe9e4;
  --copper: #a45b32;
  --brass: #c99542;
  --crimson: #8e2d32;
  --border: rgba(23, 35, 33, 0.14);
  --shadow: 0 24px 60px rgba(21, 29, 27, 0.14);
  --radius: 8px;
  --max: 1180px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
}

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

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

a:hover {
  color: var(--copper);
}

.topbar {
  color: rgba(255,255,255,0.84);
  background: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.topbar .section-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar a {
  color: #f0c983;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.section-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ivory);
  background: var(--teal);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 22px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
}

.brand-logo {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: none;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  color: #30413d;
  font-weight: 800;
  font-size: 14px;
}

.nav-cta,
.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ivory);
  background: var(--teal);
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.btn:hover,
.wp-block-button__link:hover {
  color: var(--ivory);
  background: var(--copper);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(164, 91, 50, 0.22);
}

.btn.secondary {
  color: var(--teal);
  background: var(--ivory);
  border-color: rgba(255,255,255,0.52);
}

.hero {
  min-height: calc(100vh - 124px);
  display: grid;
  align-items: end;
  position: relative;
  color: var(--ivory);
  background-color: #17332f;
  background-image:
    linear-gradient(90deg, rgba(6, 20, 18, 0.95) 0%, rgba(6, 20, 18, 0.76) 36%, rgba(6, 20, 18, 0.14) 74%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, var(--paper), rgba(251,248,241,0));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 12vh 0 13vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f1c77c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 8.4vw, 124px);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(36px, 4.8vw, 72px);
}

h3 {
  font-size: 29px;
}

.hero-lede {
  max-width: 570px;
  margin: 22px 0 30px;
  color: rgba(255,255,255,0.86);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.16);
}

.hero-stats span {
  display: block;
  padding: 16px;
  background: rgba(6, 20, 18, 0.42);
}

.hero-stats strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 28px;
}

.trust-strip {
  padding: 0;
  color: var(--teal);
  background: var(--ivory);
  border-bottom: 1px solid var(--border);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid span {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-left: 1px solid var(--border);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.trust-grid span:last-child {
  border-right: 1px solid var(--border);
}

.parallax-shop {
  padding: 0;
  background: #101918;
}

.parallax-item {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.68fr);
  align-items: stretch;
  color: var(--ivory);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.parallax-item:nth-child(even) {
  grid-template-columns: minmax(380px, 0.68fr) minmax(0, 1fr);
}

.parallax-item:nth-child(even) .parallax-image {
  order: 2;
}

.parallax-image {
  min-height: 620px;
  background-image: var(--product-image);
  background-repeat: no-repeat;
  background-size: 300% 200%;
  background-attachment: scroll;
}

.parallax-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 96px);
  background:
    linear-gradient(145deg, rgba(9,45,42,0.98), rgba(16,25,24,0.94)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,0.025) 22px 23px);
}

.parallax-copy p:not(.section-kicker) {
  max-width: 480px;
  color: rgba(255,255,255,0.74);
  font-size: 18px;
}

.parallax-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.parallax-actions .text-link {
  justify-self: auto;
  color: var(--ivory);
  border-color: var(--brass);
}

section {
  padding: 96px 0;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.56fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head p,
.story-copy p,
.split-copy p,
.social-card p,
.visit p {
  color: var(--muted);
}

.collections {
  background: var(--paper);
}

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

.collection-card,
.value-card,
.social-card,
.contact-panel,
.journal-card,
.product-card,
.gifting-card {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(21, 29, 27, 0.06);
}

.collection-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.collection-card::before {
  content: none;
}

.collection-media {
  min-height: 230px;
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--border);
}

.collection-card .tag,
.collection-card h3,
.collection-card p {
  margin-left: 24px;
  margin-right: 24px;
}

.collection-card .tag {
  margin-top: 24px;
}

.collection-card p {
  margin-bottom: 26px;
}

.collection-card:hover,
.product-card:hover,
.social-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.featured {
  background: var(--ivory);
}

.atelier {
  background: var(--linen);
}

.atelier-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 50px;
}

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

.atelier-notes article {
  padding: 30px;
  background: rgba(255,253,248,0.72);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.atelier-notes p {
  color: var(--muted);
}

.section-head.compact {
  align-items: center;
}

.text-link {
  width: fit-content;
  justify-self: end;
  color: var(--teal);
  border-bottom: 2px solid var(--brass);
  font-weight: 900;
}

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

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-photo {
  aspect-ratio: 4 / 5;
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-repeat: no-repeat;
}

.product-info {
  padding: 20px;
}

.product-info span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info h3 {
  margin-top: 9px;
  font-size: 25px;
  line-height: 1.05;
}

.product-info p {
  color: var(--muted);
  font-size: 14px;
}

.craft-focus {
  background: var(--linen);
}

.craft-focus-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.8fr);
  gap: 46px;
  align-items: center;
}

.craft-image {
  min-height: 620px;
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-position: 0% 0%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.craft-focus-copy {
  padding: 12px 0;
}

.craft-focus-copy p {
  color: var(--muted);
  font-size: 18px;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
}

.mini-metrics span {
  display: block;
  padding: 18px;
  background: var(--ivory);
}

.mini-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1;
}

.gifting {
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(9,45,42,0.95), rgba(142,45,50,0.75)),
    var(--product-image);
  background-size: cover;
  background-position: center;
}

.gifting-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.gifting p,
.gifting .section-kicker {
  color: rgba(255,255,255,0.78);
}

.gifting-card {
  padding: 32px;
  color: var(--ink);
}

.gifting-card ul {
  padding: 0;
  margin: 20px 0 26px;
  list-style: none;
}

.gifting-card li {
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}

.testimonials {
  background: var(--ivory);
}

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

.testimonial-card {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.testimonial-card p {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 27px;
  line-height: 1.12;
}

.testimonial-card strong {
  color: var(--copper);
  font-size: 12px;
  text-transform: uppercase;
}

.newsletter {
  color: var(--ivory);
  background: #101918;
  padding: 72px 0;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 36px;
  align-items: center;
}

.newsletter .section-kicker,
.newsletter p {
  color: rgba(255,255,255,0.72);
}

.newsletter-form {
  padding: 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
}

.newsletter-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-form div {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ivory);
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.5);
}

@media (min-width: 881px) {
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Retain the older generated texture only if a card lacks media. */
.collection-card:not(:has(.collection-media))::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background:
    radial-gradient(circle at 24% 18%, var(--brass), transparent 24%),
    linear-gradient(135deg, var(--teal-soft), transparent 46%),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(164,91,50,0.08) 12px 13px);
}

.collection-card > * {
  position: relative;
}

.tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story {
  color: var(--ivory);
  background: var(--teal);
}

.story .section-kicker,
.story .story-copy p {
  color: rgba(255,255,255,0.74);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.56fr);
  gap: 52px;
  align-items: center;
}

.story-copy {
  font-size: 18px;
}

.craft-note {
  padding: 34px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.craft-note h3 {
  color: var(--teal);
}

.craft-note ul,
.footer-list,
.check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.craft-note li,
.footer-list li,
.check-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.split {
  background: var(--ivory);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-card {
  padding: 26px;
}

.value-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--ivory);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.instagram {
  background: #f3eadc;
}

.social-card {
  min-height: 260px;
  padding: 24px;
}

.social-card time {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-card h3 {
  margin: 18px 0 12px;
  font-size: 25px;
}

.visit {
  background: var(--paper);
}

.visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 40px;
}

.contact-panel {
  padding: 32px;
}

.contact-panel a {
  color: var(--copper);
  font-weight: 900;
}

.cta-band {
  color: var(--ivory);
  background: linear-gradient(135deg, var(--crimson), var(--teal));
}

.cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.site-footer {
  color: rgba(255,255,255,0.78);
  background: #101918;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 36px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--ivory);
}

.copyright {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 14px;
}

.content-area {
  width: min(calc(100% - 36px), 880px);
  margin: 0 auto;
  padding: 80px 0;
}

.entry-title {
  color: var(--teal);
  font-size: clamp(42px, 6vw, 76px);
}

.entry-content {
  margin-top: 30px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 18px;
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

@media (max-width: 880px) {
  .nav-wrap {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .menu {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }

  .section-head,
  .story-layout,
  .split-layout,
  .visit-layout,
  .cta-content,
  .footer-grid,
  .craft-focus-layout,
  .gifting-layout,
  .atelier-layout,
  .newsletter-layout,
  .parallax-item,
  .parallax-item:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .parallax-item:nth-child(even) .parallax-image {
    order: 0;
  }

  .collection-grid,
  .social-grid,
  .values-grid,
  .product-grid,
  .trust-grid,
  .mini-metrics,
  .testimonial-grid,
  .atelier-notes {
    grid-template-columns: 1fr;
  }

  .text-link {
    justify-self: start;
  }

  .hero {
    min-height: 760px;
    background-position: 62% center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  section {
    padding: 64px 0;
  }

  .craft-image {
    min-height: 430px;
  }

  .parallax-image {
    min-height: 420px;
    background-attachment: scroll;
  }
}

@media (max-width: 560px) {
  .nav-cta {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-content {
    padding-bottom: 118px;
  }

  .brand {
    max-width: 240px;
  }

  .newsletter-form div {
    flex-direction: column;
  }

  .topbar .section-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .collection-card {
    min-height: auto;
  }
}

/* Minimal client revision: short page, restrained color, one font family. */
:root {
  --ink: #18211f;
  --muted: #66706c;
  --paper: #f7f4ee;
  --ivory: #fffdf8;
  --linen: #eee8dc;
  --teal: #0f4d45;
  --teal-dark: #0c342f;
  --teal-soft: #e3ede9;
  --copper: #8f6a3d;
  --brass: #b89155;
  --crimson: #705553;
  --border: rgba(24, 33, 31, 0.12);
  --shadow: 0 18px 44px rgba(24, 33, 31, 0.10);
  --font-serif: var(--font-sans);
}

body,
button,
input,
h1,
h2,
h3,
.brand-mark,
.hero-stats strong,
.testimonial-card p,
.mini-metrics strong {
  font-family: var(--font-sans);
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
}

.nav-wrap {
  min-height: 74px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  font-size: 0;
}

.brand small {
  font-size: 11px;
}

.menu {
  gap: 20px;
}

.menu a {
  font-size: 13px;
  font-weight: 700;
}

.nav-cta,
.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 700;
  background: var(--teal);
}

.hero {
  min-height: 620px;
  background-image:
    linear-gradient(90deg, rgba(10, 28, 25, 0.82) 0%, rgba(10, 28, 25, 0.56) 42%, rgba(10, 28, 25, 0.04) 78%),
    var(--hero-image);
}

.hero::after {
  content: none;
}

.hero-content {
  padding: 120px 0;
}

.eyebrow,
.section-kicker {
  font-size: 12px;
  font-weight: 700;
}

.eyebrow {
  color: #e5d8bd;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 640px;
  font-size: clamp(42px, 6vw, 76px);
}

h2 {
  font-size: clamp(30px, 4vw, 50px);
}

h3 {
  font-size: 22px;
}

.hero-lede {
  max-width: 520px;
  font-size: clamp(16px, 2vw, 19px);
}

.hero-stats,
.trust-strip,
.parallax-shop,
.atelier,
.craft-focus,
.split,
.gifting,
.instagram,
.testimonials,
.newsletter,
.cta-band {
  display: none;
}

section {
  padding: 76px 0;
}

.section-head {
  margin-bottom: 30px;
}

.compact-grid,
.collection-grid,
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-card {
  min-height: 380px;
}

.collection-media {
  min-height: 210px;
}

.tag {
  font-size: 11px;
  font-weight: 700;
}

.product-info h3 {
  font-size: 20px;
}

.story {
  color: var(--ink);
  background: var(--linen);
}

.story .section-kicker,
.story .story-copy p {
  color: var(--muted);
}

.craft-note {
  box-shadow: none;
}

.visit {
  background: var(--ivory);
}

.site-footer {
  padding: 42px 0 24px;
}

@media (max-width: 880px) {
  .hero {
    min-height: 620px;
  }

  .compact-grid,
  .collection-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium motion layer: tactile, image-led, and still restrained. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #091b18;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  animation: wooriHeroDrift 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(8, 24, 21, 0.88) 0%, rgba(8, 24, 21, 0.58) 44%, rgba(8, 24, 21, 0.08) 78%),
    rgba(8, 24, 21, 0.08);
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-gallery {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.motion-frame {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 2px;
  background-image: var(--product-image);
  background-size: 305% 100%;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  opacity: 0.92;
  transform: translate3d(0, 0, 0);
}

.motion-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 25, 0.08);
}

.frame-one {
  width: 172px;
  height: 220px;
  right: 22%;
  top: 88px;
  background-position: 50% center;
  animation: wooriFloatOne 9s ease-in-out infinite;
}

.frame-two {
  width: 230px;
  height: 150px;
  right: 8%;
  bottom: 82px;
  background-position: 100% center;
  animation: wooriFloatTwo 10s ease-in-out infinite;
}

.frame-three {
  width: 150px;
  height: 188px;
  right: 34%;
  bottom: 46px;
  background-position: 0% center;
  animation: wooriFloatThree 11s ease-in-out infinite;
}

.collection-card,
.product-card {
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1),
    opacity 700ms ease,
    box-shadow 260ms ease;
}

.collection-card.is-visible,
.product-card.is-visible,
.story-copy.is-visible,
.craft-note.is-visible,
.contact-panel.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.collection-card:hover,
.product-card:hover {
  box-shadow: 0 24px 62px rgba(24, 33, 31, 0.14);
  transform: translateY(-4px);
}

.collection-media,
.product-photo {
  transition: transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 900ms ease;
}

.collection-card:hover .collection-media,
.product-card:hover .product-photo {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.055);
}

.story-copy,
.craft-note,
.contact-panel {
  transform: translateY(0);
  opacity: 1;
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 700ms ease;
}

.featured .section-head {
  position: relative;
}

.featured .section-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  width: min(300px, 35vw);
  height: 1px;
  background: rgba(143, 106, 61, 0.42);
}

@keyframes wooriHeroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(-18px, 8px, 0);
  }
}

@keyframes wooriFloatOne {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(12px, -18px, 0) scale(1.035);
  }
}

@keyframes wooriFloatTwo {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-16px, 14px, 0) scale(1.04);
  }
}

@keyframes wooriFloatThree {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, 12px, 0) scale(1.03);
  }
}

@media (max-width: 1020px) {
  .hero-gallery {
    opacity: 0.54;
  }

  .frame-one {
    right: 10%;
    top: 92px;
  }

  .frame-three {
    right: 32%;
  }
}

@media (max-width: 880px) {
  .hero::after {
    background: linear-gradient(90deg, rgba(8, 24, 21, 0.86) 0%, rgba(8, 24, 21, 0.45) 100%);
  }

  .hero-gallery {
    opacity: 0.28;
  }

  .motion-frame {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .motion-frame {
    animation: none;
  }

  .collection-card,
  .product-card,
  .story-copy,
  .craft-note,
  .contact-panel,
  .collection-media,
  .product-photo {
    transition: none;
  }
}

/* Askka-inspired editorial refresh for Woori: pale, airy, image-first, and refined. */
:root {
  --paper: #f8f5ef;
  --ivory: #fffefa;
  --linen: #ebe4d8;
  --ink: #151b19;
  --muted: #7a817d;
  --teal: #0e4a42;
  --teal-dark: #0a302b;
  --teal-soft: #edf5f1;
  --copper: #9a7644;
  --brass: #c0a06a;
  --border: rgba(21, 27, 25, 0.11);
  --shadow: 0 22px 70px rgba(21, 27, 25, 0.09);
}

body {
  background:
    linear-gradient(90deg, rgba(151, 118, 68, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: calc((100vw - min(1180px, 82vw)) / 2 + 1px) 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 254, 250, 0.86);
  border-bottom: 1px solid rgba(21, 27, 25, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 86px;
}

.brand {
  grid-column: 2;
  justify-self: center;
  gap: 10px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-mark {
  width: 50px;
  height: 50px;
}

.brand small {
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: 0.22em;
}

.nav-wrap nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.menu {
  gap: 28px;
}

.menu a {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-cta {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(21, 27, 25, 0.18);
}

.nav-cta:hover {
  color: var(--ivory);
  background: var(--teal);
}

.hero {
  min-height: calc(100vh - 86px);
  color: var(--ivory);
  background: var(--ivory);
  background-image: none;
}

.hero::before {
  inset: 0;
  background-position: center right;
  opacity: 0.78;
  filter: saturate(0.86) brightness(1.18);
  transform: scale(1.02);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, 0.96) 0%, rgba(255, 254, 250, 0.78) 36%, rgba(255, 254, 250, 0.30) 68%, rgba(255, 254, 250, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.42), rgba(255, 254, 250, 0.0) 48%, rgba(248, 245, 239, 0.78));
}

.hero-content {
  padding: clamp(92px, 13vh, 150px) 0 clamp(84px, 12vh, 130px);
}

.eyebrow,
.section-kicker,
.product-info span,
.tag {
  color: var(--copper);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 24px;
}

h1 {
  max-width: 560px;
  font-size: clamp(54px, 7.8vw, 112px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.015em;
}

.hero-lede {
  max-width: 460px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 18px;
}

.hero-actions {
  margin-top: 34px;
  max-width: 520px;
}

.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.btn.secondary {
  color: var(--ink);
  background: rgba(255, 254, 250, 0.84);
  border-color: rgba(21, 27, 25, 0.18);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 48px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-meta span {
  position: relative;
}

.hero-meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  height: 4px;
  background: var(--brass);
  border-radius: 50%;
}

.hero-gallery {
  opacity: 0.9;
}

.motion-frame {
  border: 10px solid rgba(255, 254, 250, 0.82);
  box-shadow: 0 28px 80px rgba(21, 27, 25, 0.13);
}

.frame-one {
  top: 24%;
  right: 22%;
  width: 168px;
  height: 214px;
}

.frame-two {
  right: 7%;
  bottom: 15%;
  width: 248px;
  height: 168px;
}

.frame-three {
  right: 36%;
  bottom: 11%;
  width: 160px;
  height: 202px;
}

.hero-slider-mark {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
}

.hero-slider-mark span {
  width: 28px;
  height: 1px;
  background: rgba(21, 27, 25, 0.32);
}

.hero-slider-mark span:first-child {
  background: var(--teal);
}

section {
  padding: clamp(76px, 9vw, 118px) 0;
}

.section-head {
  align-items: end;
  margin-bottom: 42px;
}

h2 {
  max-width: 720px;
  font-size: clamp(38px, 5.4vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.012em;
}

.section-head > p,
.story-copy > p,
.visit-layout p {
  color: var(--muted);
}

.collection-grid {
  align-items: stretch;
}

.collection-card,
.product-card,
.craft-note,
.contact-panel {
  border-radius: 0;
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid rgba(21, 27, 25, 0.10);
  box-shadow: none;
}

.collection-card {
  min-height: 440px;
}

.collection-media {
  min-height: 250px;
}

.collection-card h3,
.product-info h3 {
  font-size: 22px;
}

.featured {
  background: #fbfaf6;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  background: transparent;
  border: 0;
}

.product-photo {
  min-height: 460px;
  border: 1px solid rgba(21, 27, 25, 0.10);
}

.product-info {
  padding: 24px 0 0;
  background: transparent;
}

.featured .section-head::after {
  width: min(420px, 42vw);
  background: rgba(154, 118, 68, 0.46);
}

.text-link {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.story {
  background: linear-gradient(90deg, var(--linen) 0 50%, #f7f3ec 50% 100%);
}

.story-layout,
.visit-layout {
  align-items: center;
}

.craft-note,
.contact-panel {
  padding: clamp(32px, 5vw, 54px);
}

.visit {
  background: var(--ivory);
}

.site-footer {
  background: #0d1b18;
}

@media (max-width: 1080px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .nav-wrap nav {
    grid-column: 2;
    justify-self: center;
  }

  .nav-cta {
    grid-column: 3;
  }

  .hero::before {
    inset: 0;
  }
}

@media (max-width: 880px) {
  .nav-wrap {
    display: flex;
    min-height: 78px;
  }

  .brand {
    letter-spacing: 0;
    text-transform: none;
  }

  .menu {
    gap: 18px;
  }

  .menu a {
    letter-spacing: 0;
    text-transform: none;
  }

  .hero {
    min-height: 640px;
    color: var(--ivory);
  }

  .hero::before {
    opacity: 1;
    filter: saturate(0.92) brightness(0.88);
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(8, 24, 21, 0.82) 0%, rgba(8, 24, 21, 0.42) 100%);
  }

  .hero-lede,
  .hero-meta {
    color: rgba(255, 253, 248, 0.86);
  }

  h1 {
    font-size: clamp(44px, 13vw, 74px);
  }

  .product-photo {
    min-height: 420px;
  }

  .story {
    background: var(--linen);
  }

  .hero-slider-mark {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .hero-content {
    padding-top: 92px;
  }

  .hero-meta {
    gap: 12px;
  }

  .hero-meta span + span::before {
    display: none;
  }

  .product-photo {
    min-height: 360px;
  }
}

/* Final client polish: minimal slideshow hero, standard contact, clean footer. */
.hero::before {
  content: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 52%, rgba(8, 30, 27, 0.76) 0%, rgba(8, 30, 27, 0.60) 34%, rgba(8, 30, 27, 0.18) 72%, rgba(8, 30, 27, 0.08) 100%),
    linear-gradient(90deg, rgba(7, 18, 16, 0.74) 0%, rgba(7, 18, 16, 0.46) 44%, rgba(7, 18, 16, 0.12) 100%);
  pointer-events: none;
}

.hero-gallery,
.motion-frame {
  display: none;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #101918;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: wooriHeroSlide 18s ease-in-out infinite;
}

.slide-one {
  background-image: var(--hero-image);
}

.slide-two {
  background-image: var(--product-image);
  background-position: 0% center;
  animation-delay: 6s;
}

.slide-three {
  background-image: var(--product-image);
  background-position: 100% center;
  animation-delay: 12s;
}

.hero-content {
  z-index: 2;
}

.hero-lede {
  max-width: 540px;
}

.collection-media,
.product-photo {
  display: block;
  width: 100%;
  min-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.collection-media {
  aspect-ratio: 4 / 3;
}

.product-photo {
  aspect-ratio: 4 / 3.6;
}

.collection-card:nth-child(1) .collection-media,
.product-card:nth-child(1) .product-photo {
  background-image: url("assets/images/craft-singing-bowl.jpg");
}

.collection-card:nth-child(2) .collection-media,
.product-card:nth-child(2) .product-photo {
  background-image: url("assets/images/craft-statue.jpg");
}

.collection-card:nth-child(3) .collection-media,
.product-card:nth-child(3) .product-photo {
  background-image: url("assets/images/craft-prayer-bell.jpg");
}

.collection-card:nth-child(4) .collection-media,
.product-card:nth-child(4) .product-photo,
.edit-incense {
  background-image: url("assets/images/craft-incense.jpg");
}

.collection-card:nth-child(5) .collection-media,
.edit-textile {
  background-image: url("assets/images/craft-textile.jpg");
}

.collection-card:nth-child(6) .collection-media,
.edit-box {
  background-image: url("assets/images/craft-wood-box.jpg");
}

.edit-bowl {
  background-image: url("assets/images/craft-singing-bowl.jpg");
}

.edit-statue {
  background-image: url("assets/images/craft-statue.jpg");
}

.edit-bell {
  background-image: url("assets/images/craft-prayer-bell.jpg");
}

.image-edit {
  padding: 0;
  background: var(--ivory);
}

.image-edit-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
}

.edit-photo {
  display: block;
  min-height: 260px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.92);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.map-wrap {
  padding-top: 16px;
  padding-bottom: 64px;
}

.google-map-card {
  position: relative;
  display: grid;
  min-height: 250px;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  color: var(--ivory);
  background:
    linear-gradient(rgba(255, 253, 248, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 67% 42%, rgba(201, 149, 66, 0.94) 0 8px, transparent 9px),
    radial-gradient(circle at 67% 42%, transparent 0 34px, rgba(255, 253, 248, 0.28) 35px 36px, transparent 37px 68px, rgba(255, 253, 248, 0.18) 69px 70px, transparent 71px),
    linear-gradient(135deg, #15584f, #0c241f);
  background-size: 70px 70px, 70px 70px, auto, auto, auto;
  border: 1px solid rgba(21, 27, 25, 0.12);
}

.google-map-card strong {
  width: fit-content;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--ivory);
  font-size: 18px;
}

.google-map-card span,
.google-map-card em {
  position: relative;
}

.map-label,
.google-map-card em {
  color: var(--brass);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.google-map-card em::before {
  content: "Open directions in Google Maps";
}

.google-map-card em {
  font-size: 0;
}

.google-map-card em::before {
  font-size: 12px;
}

.contact-section .visit-layout {
  grid-template-columns: minmax(0, 0.72fr);
}

.contact-section .contact-actions {
  margin-top: 24px;
}

.terms-page {
  background: var(--ivory);
  padding: 112px 0;
}

.terms-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 80px;
}

.terms-copy {
  max-width: 760px;
}

.terms-copy h2 {
  margin: 42px 0 14px;
  font-size: clamp(28px, 3vw, 46px);
}

.terms-copy p,
.terms-copy li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.terms-copy ul {
  margin: 0;
  padding-left: 20px;
}

.hero-slider-mark {
  z-index: 2;
}

.hero-slider-mark span {
  background: rgba(255, 253, 248, 0.42);
}

.hero-slider-mark span:first-child {
  background: var(--ivory);
}

.contact-panel h3 {
  margin-bottom: 18px;
}

.contact-panel p {
  margin: 0 0 14px;
}

.contact-panel .btn {
  margin-top: 12px;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.72fr));
  gap: 42px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ivory);
  object-fit: contain;
}

.site-footer h3 {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-list li {
  padding: 8px 0;
  line-height: 1.55;
}

@keyframes wooriHeroSlide {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  8%,
  33% {
    opacity: 1;
  }

  41%,
  100% {
    opacity: 0;
    transform: scale(1.11);
  }
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-edit-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .terms-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 880px) {
  .hero::after {
    background: linear-gradient(90deg, rgba(7, 18, 16, 0.78) 0%, rgba(7, 18, 16, 0.34) 100%);
  }

  .hero-slide {
    background-position: center;
  }

  .site-header {
    position: relative;
  }

  .nav-wrap {
    gap: 16px;
    padding: 14px 20px;
  }

  .menu {
    justify-content: center;
    row-gap: 8px;
  }

  .nav-cta {
    display: none;
  }

  .collection-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .visit-layout {
    gap: 32px;
  }

  .google-map-card {
    min-height: 230px;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .brand > span:last-child {
    align-items: center;
  }

  .menu {
    width: 100%;
    gap: 18px;
    font-size: 11px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    padding-inline: 20px;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .image-edit-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .edit-photo {
    min-height: 190px;
  }

  .terms-page {
    padding: 72px 0;
  }

  .google-map-card {
    min-height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
  }

  .slide-one {
    opacity: 1;
  }
}

/* Transparent home header, distinct hero slides, compact mobile rhythm. */
.home .site-header,
.front-page .site-header,
.home-preview .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(7, 18, 16, 0.48), rgba(7, 18, 16, 0));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.home .site-header .brand,
.home .site-header .menu a,
.home .site-header .nav-cta,
.front-page .site-header .brand,
.front-page .site-header .menu a,
.front-page .site-header .nav-cta,
.home-preview .site-header .brand,
.home-preview .site-header .menu a,
.home-preview .site-header .nav-cta {
  color: var(--ivory);
}

.home .site-header .brand small,
.front-page .site-header .brand small,
.home-preview .site-header .brand small {
  color: rgba(255, 253, 248, 0.74);
}

.home .site-header .brand-logo,
.front-page .site-header .brand-logo,
.home-preview .site-header .brand-logo {
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(255, 253, 248, 0.45);
}

.home .site-header .nav-cta,
.front-page .site-header .nav-cta,
.home-preview .site-header .nav-cta {
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.42);
}

.slide-two {
  background-image: url("assets/images/craft-statue.jpg");
  background-position: center;
}

.slide-three {
  background-image: url("assets/images/craft-prayer-bell.jpg");
  background-position: center;
}

@media (max-width: 760px) {
  section {
    padding: 54px 0;
  }

  .nav-wrap,
  .section-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .home .site-header,
  .front-page .site-header,
  .home-preview .site-header {
    background: linear-gradient(180deg, rgba(7, 18, 16, 0.66), rgba(7, 18, 16, 0));
  }

  .nav-wrap {
    min-height: 74px;
    padding: 10px 0 8px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand {
    gap: 9px;
    font-size: 15px;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .menu {
    gap: 16px;
    font-size: 11px;
  }

  .hero {
    min-height: 600px;
  }

  .hero-content {
    padding-top: 126px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .section-head {
    gap: 22px;
    margin-bottom: 30px;
  }

  .collection-card {
    min-height: 0;
  }

  .collection-media,
  .product-photo {
    aspect-ratio: 4 / 3;
  }

  .product-photo {
    min-height: 0;
  }

  .collection-grid,
  .product-grid {
    gap: 18px;
  }

  .image-edit-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .edit-photo {
    min-height: 128px;
  }

  .story-layout,
  .visit-layout {
    gap: 22px;
  }

  .craft-note,
  .contact-panel {
    padding: 26px;
  }

  .map-wrap {
    padding-top: 4px;
    padding-bottom: 40px;
  }

  .google-map-card {
    min-height: 190px;
  }

  .site-footer {
    padding: 24px 0 16px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .site-footer h2 {
    margin-bottom: 0;
    font-size: clamp(28px, 8vw, 34px);
  }

  .footer-brand {
    gap: 10px;
    margin-bottom: 0;
  }

  .footer-brand img {
    width: 34px;
    height: 34px;
    display: block;
  }

  .footer-grid > div:first-child p,
  .footer-grid > div:nth-child(3) .footer-list li:last-child {
    display: none;
  }

  .site-footer p,
  .footer-list {
    font-size: 13px;
    line-height: 1.38;
  }

  .site-footer h3 {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .footer-list li {
    padding: 2px 0;
  }

  .copyright {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 12px;
  }
}

/* Spacing pass: remove extra bands and keep page rhythm compact. */
.image-edit {
  display: none;
}

.collections {
  padding-bottom: clamp(48px, 5vw, 72px);
}

.featured {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(54px, 6vw, 84px);
}

.story,
.visit {
  padding-top: clamp(56px, 6vw, 86px);
  padding-bottom: clamp(56px, 6vw, 86px);
}

.featured .section-head,
.section-head {
  margin-bottom: clamp(28px, 3vw, 42px);
}

.featured .section-head::after {
  width: min(320px, 32vw);
}

@media (max-width: 760px) {
  .collections,
  .featured,
  .story,
  .visit {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .map-wrap {
    padding-bottom: 34px;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 116px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-meta {
    gap: 8px;
    font-size: 10px;
  }

  .image-edit-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .edit-photo {
    min-height: 116px;
  }

}
