@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,900&display=swap');

:root {
  --ink: #173d33;
  --cream: #f7f0df;
  --paper: #fffaf0;
  --coral: #f26f55;
  --pink: #f7b6bd;
  --yellow: #f4c856;
  --blue: #72b9bf;
  --line: rgba(23, 61, 51, .22);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(247, 240, 223, .96); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
.wordmark, .footer-mark { display: inline-flex; align-items: baseline; gap: .2rem; text-decoration: none; font-family: var(--serif); line-height: .8; }
.wordmark span, .footer-mark span { font-size: 1.2rem; }
.wordmark strong, .footer-mark strong { font-size: 2rem; font-weight: 900; color: var(--coral); }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.nav-call { border: 2px solid var(--ink); padding: .7rem 1rem; box-shadow: 4px 4px 0 var(--ink); }
.menu-button { display: none; font: inherit; font-weight: 700; border: 2px solid var(--ink); background: transparent; padding: .6rem .8rem; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 9vw 5vw 9rem; align-self: center; max-width: 790px; }
.eyebrow { margin: 0 0 1.1rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 1.6rem; font-size: clamp(4.2rem, 8vw, 8.4rem); line-height: .82; }
h1 em { color: var(--coral); font-style: italic; }
.hero-lede { max-width: 650px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.25rem; border: 2px solid var(--ink); text-decoration: none; font-weight: 800; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.primary { background: var(--coral); }
.secondary { background: transparent; }
.light { background: var(--paper); }
.shop-note { margin: 1.4rem 0 0; font-size: .9rem; font-weight: 600; }
.hero-stage { position: relative; min-height: 660px; background: var(--pink); border-left: 1px solid var(--line); overflow: hidden; }
.sunburst { position: absolute; width: 620px; height: 620px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: repeating-conic-gradient(from 5deg, var(--yellow) 0 11deg, transparent 11deg 22deg); border-radius: 50%; opacity: .78; }
.gift-card { position: absolute; display: flex; flex-direction: column; justify-content: center; width: 260px; min-height: 170px; padding: 1.3rem; border: 3px solid var(--ink); font-family: var(--serif); box-shadow: 12px 12px 0 var(--ink); }
.gift-card span { font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .7rem; }
.gift-card strong { font-size: 2rem; line-height: .95; margin-top: .4rem; }
.card-one { left: 12%; top: 11%; background: var(--paper); transform: rotate(-7deg); }
.card-two { right: 7%; top: 40%; background: var(--blue); transform: rotate(6deg); }
.card-three { left: 14%; bottom: 9%; background: var(--coral); transform: rotate(-3deg); }
.spark { position: absolute; font-family: var(--serif); font-size: 7rem; font-weight: 900; }
.spark-one { right: 8%; top: 4%; color: var(--ink); transform: rotate(12deg); }
.spark-two { left: 4%; top: 45%; color: var(--paper); transform: rotate(-15deg); }
.hero-ribbon { position: absolute; left: 0; bottom: 0; width: 100%; display: flex; justify-content: space-around; align-items: center; gap: 1rem; padding: 1rem 5vw; background: var(--ink); color: var(--paper); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-ribbon b { color: var(--yellow); }

.finder-section { padding: 8rem 5vw; background: var(--paper); }
.section-heading { max-width: 800px; margin-bottom: 3rem; }
.section-heading h2, .why-copy h2, .visit-copy h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5.2vw, 5.8rem); line-height: .94; }
.section-heading > p:last-child, .why-copy > p, .visit-copy > p { max-width: 680px; font-size: 1.12rem; line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.category-card { min-height: 390px; padding: 1.6rem; border-right: 2px solid var(--ink); display: flex; flex-direction: column; }
.category-card:last-child { border-right: 0; }
.category-card.jewelry { background: var(--pink); }
.category-card.cards { background: var(--yellow); }
.category-card.souvenirs { background: var(--blue); }
.category-card.surprises { background: var(--coral); }
.card-kicker { min-height: 36px; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.card-icon { height: 130px; margin: 1.2rem 0 1.8rem; position: relative; }
.category-card h3 { margin-bottom: .7rem; font: 800 1.85rem/1 var(--serif); }
.category-card p { margin: 0; line-height: 1.55; }
.ring-icon::before { content: ""; position: absolute; width: 70px; height: 70px; border: 10px solid var(--ink); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -30%); }
.ring-icon::after { content: ""; position: absolute; width: 42px; height: 42px; border: 7px solid var(--ink); transform: rotate(45deg); left: calc(50% - 21px); top: 3px; background: rgba(255,255,255,.25); }
.envelope-icon::before { content: ""; position: absolute; inset: 18px 4px 12px; border: 7px solid var(--ink); transform: rotate(-4deg); }
.envelope-icon::after { content: ""; position: absolute; width: 68px; height: 68px; border-left: 7px solid var(--ink); border-bottom: 7px solid var(--ink); transform: rotate(-49deg); left: 50%; top: 11px; margin-left: -34px; }
.mountain-icon { overflow: hidden; }
.mountain-icon::before, .mountain-icon::after { content: ""; position: absolute; width: 120px; height: 120px; border: 7px solid var(--ink); transform: rotate(45deg); bottom: -80px; }
.mountain-icon::before { left: 18%; }
.mountain-icon::after { right: 9%; width: 90px; height: 90px; bottom: -60px; }
.star-icon { display: grid; place-items: center; font: 900 9rem/1 var(--serif); transform: rotate(15deg); }
.inline-cta { display: inline-block; margin-top: 2rem; font-weight: 800; text-underline-offset: 5px; }

.why-section { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 700px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-art { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--ink); color: var(--paper); }
.big-quote { font: 900 clamp(9rem, 22vw, 21rem)/.8 var(--serif); color: var(--pink); letter-spacing: -.12em; transform: translateX(-.08em); }
.stamp { position: absolute; right: 9%; bottom: 8%; width: 130px; height: 130px; border: 3px solid var(--yellow); color: var(--yellow); border-radius: 50%; display: grid; place-items: center; text-align: center; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; transform: rotate(-9deg); }
.why-copy { padding: 8rem 7vw; background: var(--cream); }
.reasons { margin-top: 3rem; border-top: 2px solid var(--ink); }
.reasons div { display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.reasons strong { font-family: var(--serif); font-size: 1.15rem; }
.reasons span { line-height: 1.5; }

.visit-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; padding: 8rem 5vw; background: var(--coral); }
.contact-board { align-self: center; background: var(--paper); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); }
.contact-board > div { padding: 1.4rem; border-bottom: 1px solid var(--line); }
.contact-board span { display: block; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 800; }
.contact-board strong { font: 700 1.25rem/1.45 var(--serif); overflow-wrap: anywhere; }
.contact-board small { display: block; padding: 1.2rem 1.4rem; line-height: 1.45; }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: 2.5rem 5vw 6.5rem; background: var(--ink); color: var(--paper); }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .82rem; }
.mobile-actions { display: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1000px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { border-bottom: 2px solid var(--ink); }
  .category-card:nth-child(2) { border-right: 0; }
  .category-card:nth-child(3), .category-card:nth-child(4) { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 7rem; }
  .hero-stage { border-left: 0; border-top: 1px solid var(--line); }
  .why-section, .visit-section { grid-template-columns: 1fr; }
  .why-art { min-height: 500px; }
}

@media (max-width: 740px) {
  .site-header { min-height: 70px; padding: 0 1rem; }
  .wordmark strong { font-size: 1.6rem; }
  .menu-button { display: inline-block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 1.2rem; background: var(--cream); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; }
  nav a { padding: .85rem 0; }
  .nav-call { box-shadow: none; text-align: center; margin-top: .4rem; padding: .8rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 5rem 1rem 6.5rem; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .actions .button { width: 100%; }
  .hero-stage { min-height: 570px; }
  .gift-card { width: 210px; min-height: 145px; }
  .gift-card strong { font-size: 1.55rem; }
  .card-one { left: 6%; }
  .card-two { right: 5%; }
  .card-three { left: 7%; bottom: 12%; }
  .hero-ribbon { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: .72rem; }
  .hero-ribbon span:nth-of-type(n+3), .hero-ribbon b:nth-of-type(n+3) { display: none; }
  .finder-section, .why-copy, .visit-section { padding: 5rem 1rem; }
  .section-heading h2, .why-copy h2, .visit-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 340px; border-right: 0; border-bottom: 2px solid var(--ink) !important; }
  .category-card:last-child { border-bottom: 0 !important; }
  .why-art { min-height: 390px; }
  .reasons div { grid-template-columns: 1fr; gap: .4rem; }
  .contact-board { box-shadow: 8px 8px 0 var(--ink); }
  footer { grid-template-columns: 1fr; padding: 3rem 1rem 6rem; }
  .mobile-actions { position: fixed; z-index: 30; display: grid; grid-template-columns: 1fr 1.6fr; left: 0; right: 0; bottom: 0; background: var(--paper); border-top: 2px solid var(--ink); }
  .mobile-actions a { min-height: 55px; display: grid; place-items: center; text-decoration: none; font-weight: 800; }
  .mobile-directions { background: var(--coral); border-left: 2px solid var(--ink); }
}

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