:root {
  --bg-main: #f7f2ea;
  --bg-soft: #efe6d9;
  --surface: #fffdf8;
  --surface-muted: #f3e9db;
  --text-main: #2f2a25;
  --text-muted: #685f54;
  --text-soft: #7b7165;
  --accent: #667254;
  --accent-deep: #4f5c40;
  --accent-clay: #a87a5f;
  --line: #dbcbb8;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 18px 42px rgba(67, 51, 33, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -4%, rgba(168, 122, 95, 0.13), transparent 30%),
    radial-gradient(circle at 96% 20%, rgba(102, 114, 84, 0.12), transparent 32%),
    var(--bg-main);
  color: var(--text-main);
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  line-height: 1.62;
}

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

h1,
h2,
h3,
strong {
  margin: 0;
  color: var(--text-main);
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: 0.01em;
}

p,
ul {
  margin: 0;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 5.4rem 0;
}

.eyebrow {
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  font-size: 0.74rem;
  color: var(--text-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(247, 242, 234, 0.93);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.88rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.72rem;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.08em;
  background: linear-gradient(140deg, #7c8768 0%, #5a6649 100%);
}

.brand strong {
  display: block;
  font-size: 1.03rem;
}

.brand small {
  display: block;
  font-size: 0.79rem;
  color: var(--text-soft);
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.site-nav a {
  font-size: 0.94rem;
  color: var(--text-muted);
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-deep);
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.74rem 1.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-deep);
}

.btn-secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--text-muted);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: var(--accent);
  color: var(--text-main);
}

.hero {
  padding: 5.6rem 0 4.8rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.65rem);
  line-height: 1.06;
  margin-bottom: 0.95rem;
}

.hero-copy p {
  color: var(--text-muted);
  max-width: 56ch;
}

.hero-actions {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero-showcase {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.1rem;
  animation: rise-in 0.7s ease both;
}

.showcase-main {
  border: 1px solid #e8d8c4;
  border-radius: var(--radius-md);
  padding: 1.1rem;
  background:
    radial-gradient(circle at 90% 12%, rgba(102, 114, 84, 0.2), transparent 40%),
    linear-gradient(160deg, #f7efe3 0%, #fefbf6 52%, #f3e8d8 100%);
}

.showcase-label {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--accent-deep);
  font-weight: 700;
}

.showcase-main h2 {
  margin: 0.48rem 0 0.54rem;
  font-size: clamp(1.3rem, 2.2vw, 1.78rem);
}

.showcase-main p {
  color: var(--text-muted);
}

.showcase-main ul {
  margin-top: 0.92rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.showcase-main li {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.4rem 0.7rem;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.mini-products {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.mini-product {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fffdf9;
  padding: 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.mini-swatch {
  display: block;
  height: 62px;
  border-radius: 10px;
}

.swatch-1 {
  background: linear-gradient(145deg, #d7c9b6 0%, #bfa88f 100%);
}

.swatch-2 {
  background: linear-gradient(145deg, #ede0d1 0%, #d9c5ae 100%);
}

.swatch-3 {
  background: linear-gradient(145deg, #9e826c 0%, #7c6452 100%);
}

.mini-product h3 {
  font-size: 0.9rem;
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
}

.mini-product p {
  font-size: 0.83rem;
  color: var(--text-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  font-size: clamp(1.72rem, 3vw, 2.56rem);
  line-height: 1.18;
}

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

.collection-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.15rem;
  align-items: start;
}

.collection-note {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.3rem;
  background:
    radial-gradient(circle at 20% 16%, rgba(168, 122, 95, 0.19), transparent 33%),
    linear-gradient(160deg, #f7eee2 0%, #f1e4d4 65%, #e9dbc8 100%);
  min-height: 100%;
}

.collection-note h3 {
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
}

.collection-note p {
  color: var(--text-muted);
}

.note-tags {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.note-tags span {
  border: 1px solid rgba(83, 68, 53, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #5f5143;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.43rem 0.72rem;
  width: fit-content;
}

.product-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  border: 1px solid var(--line);
  background: #fffdf9;
  border-radius: var(--radius-md);
  padding: 0.78rem;
  box-shadow: 0 10px 24px rgba(70, 52, 34, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(70, 52, 34, 0.09);
}

.product-art {
  height: 140px;
  border-radius: 12px;
  margin-bottom: 0.72rem;
}

.art-1 {
  background: linear-gradient(150deg, #d8c9b8 0%, #bea58c 100%);
}

.art-2 {
  background: linear-gradient(150deg, #f0e6d8 0%, #d6c3ac 100%);
}

.art-3 {
  background: linear-gradient(150deg, #c2a484 0%, #9f7e62 100%);
}

.art-4 {
  background: linear-gradient(150deg, #aa8e78 0%, #816752 100%);
}

.art-5 {
  background: linear-gradient(150deg, #d7d4cb 0%, #b5aca0 100%);
}

.art-6 {
  background: linear-gradient(150deg, #e4d3bc 0%, #c7aa84 100%);
}

.product-card h3 {
  font-size: 1.06rem;
  margin-bottom: 0.36rem;
}

.product-card p {
  color: var(--text-muted);
  font-size: 0.91rem;
}

.product-card strong {
  display: inline-block;
  margin-top: 0.58rem;
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 0.92rem;
  color: var(--accent-deep);
  letter-spacing: 0.02em;
}

.approach {
  background:
    linear-gradient(180deg, rgba(247, 242, 234, 0.2), rgba(247, 242, 234, 0.9)),
    var(--bg-soft);
}

.approach-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  align-items: start;
}

.approach-copy h2 {
  font-size: clamp(1.72rem, 3vw, 2.5rem);
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

.approach-copy p {
  color: var(--text-muted);
}

.approach-copy p + p {
  margin-top: 0.9rem;
}

.approach-points {
  display: grid;
  gap: 0.72rem;
}

.point {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fffdf8;
  padding: 1rem 1rem 1.04rem;
  position: relative;
}

.point::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-clay));
}

.point h3 {
  margin-top: 0.45rem;
  margin-bottom: 0.32rem;
  font-size: 1.16rem;
}

.point p {
  color: var(--text-muted);
}

.visit {
  background: #fffdf9;
}

.visit-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.15rem;
  align-items: stretch;
}

.map-block {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  min-height: 320px;
  background:
    linear-gradient(90deg, rgba(90, 84, 77, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(90, 84, 77, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #eadfce 0%, #e3d4bf 45%, #d9c8b0 100%);
  background-size: 24px 24px, 24px 24px, auto;
  display: grid;
  place-items: center;
  color: #5f5345;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
}

.visit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.3rem;
  background: var(--surface);
}

.visit-card h2 {
  font-size: clamp(1.58rem, 2.7vw, 2.3rem);
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.visit-card p {
  color: var(--text-muted);
}

.visit-details {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.45rem;
}

.visit-details strong {
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 0.92rem;
}

.hours {
  margin-top: 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.44rem;
}

.hours li {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.5rem 0.7rem;
  background: #fefbf6;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.hours span {
  color: var(--text-muted);
  font-weight: 600;
}

.hours strong {
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  color: #584e43;
  font-size: 0.9rem;
}

.categories {
  background: var(--surface-muted);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.category-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.15rem;
  min-height: 230px;
  display: grid;
  align-content: end;
  gap: 0.55rem;
  box-shadow: 0 14px 28px rgba(63, 46, 30, 0.07);
}

.category-card h3 {
  font-size: 1.28rem;
}

.category-card p {
  color: #5f5548;
}

.category-card a {
  margin-top: 0.32rem;
  color: var(--accent-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.category-card a:hover,
.category-card a:focus-visible {
  text-decoration: underline;
}

.cat-home {
  background:
    radial-gradient(circle at 80% 16%, rgba(102, 114, 84, 0.24), transparent 35%),
    linear-gradient(155deg, #f2e5d3 0%, #e9d7c0 100%);
}

.cat-gifts {
  background:
    radial-gradient(circle at 85% 18%, rgba(168, 122, 95, 0.23), transparent 35%),
    linear-gradient(155deg, #f4e7d8 0%, #edd7c2 100%);
}

.cat-seasonal {
  background:
    radial-gradient(circle at 85% 18%, rgba(124, 135, 104, 0.24), transparent 35%),
    linear-gradient(155deg, #eadfce 0%, #ddccb3 100%);
}

.community {
  background: #fffdf9;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 0.78rem;
}

.quote {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fffdf8;
  padding: 1.1rem;
}

.quote p {
  color: var(--text-muted);
}

.quote h3 {
  margin-top: 0.75rem;
  color: var(--text-soft);
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 0.93rem;
}

.quote-featured {
  background:
    radial-gradient(circle at 86% 15%, rgba(102, 114, 84, 0.18), transparent 36%),
    #fffdf8;
}

.cta {
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 159, 131, 0.26), transparent 38%),
    linear-gradient(145deg, #4e5940 0%, #5f6a4f 45%, #48533a 100%);
}

.cta-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.1rem;
  align-items: center;
}

.cta .eyebrow,
.cta h2 {
  color: #fffdf8;
}

.cta h2 {
  font-size: clamp(1.65rem, 2.9vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.58rem;
}

.cta p {
  color: #ecf0e4;
  max-width: 58ch;
}

.cta-actions {
  display: flex;
  gap: 0.62rem;
  flex-wrap: wrap;
}

.btn-light {
  background: #fff;
  color: #445036;
}

.btn-light:hover,
.btn-light:focus-visible {
  background: #f4f5f2;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.site-footer {
  background: #2a2622;
  color: #e7ddd2;
  padding-top: 2.6rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 1.15rem;
}

.site-footer h2,
.site-footer h3 {
  color: #fffaf4;
}

.site-footer h2 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.site-footer h3 {
  font-size: 0.96rem;
  margin-bottom: 0.5rem;
}

.site-footer ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.32rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 245, 235, 0.2);
  padding: 1rem 0 1.35rem;
  font-size: 0.88rem;
  color: #d4c6b8;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy,
.collection-layout,
.approach-layout,
.visit-layout,
.category-grid,
.quote-layout,
.cta-layout {
  animation: rise-in 0.62s ease both;
}

@media (max-width: 1060px) {
  .header-row {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    justify-content: flex-end;
  }

  .header-row .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hero-layout,
  .collection-layout,
  .approach-layout,
  .visit-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .quote-layout {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0.88rem;
  }

  .brand small {
    display: none;
  }

  .mini-products {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .category-grid,
  .quote-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .map-block {
    min-height: 230px;
  }

  .hours li {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 4.8rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.65rem);
  }

  .btn {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
