:root {
  --paper: #f5f0e7;
  --paper-deep: #e8ded0;
  --ink: #142821;
  --forest: #26463c;
  --copper: #b86c46;
  --copper-dark: #914a2f;
  --gold: #cda86c;
  --line: rgba(23, 42, 38, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; overflow-y: auto !important; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.site-header { height: 82px; padding: 0 4.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: rgba(245, 240, 231, .95); backdrop-filter: blur(16px); }
.home-header { position: absolute; inset: 0 0 auto; background: transparent; border-bottom-color: rgba(20,40,33,.12); backdrop-filter: none; }
.home-header .bag-button { color: #fff; filter: drop-shadow(0 1px 3px rgba(0,0,0,.48)); }
.home-header .bag-count { background: #fff; color: #080b09; box-shadow: 0 2px 8px rgba(0,0,0,.24); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; width: 42px; height: 42px; display: block; flex: 0 0 auto; overflow: visible; color: transparent; font-size: 0; background: transparent url("../assets/home-of-copper-logo.png") center / contain no-repeat; border: 0; border-radius: 0; box-shadow: none; }
.brand-mark::after { content: none; }
.brand-type { color: #050505; font-family: Georgia, serif; font-size: 20px; letter-spacing: -.035em; }
.brand-type i { color: inherit; font-weight: 400; }
.nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.nav a { position: relative; padding: 10px 0; }
.nav a::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 0; height: 1px; background: var(--copper); transition: width .25s; }
.nav a:hover::after, .nav a:focus-visible::after { width: 100%; }
.bag-button { justify-self: end; display: inline-flex; align-items: center; background: none; border: 0; padding: 14px 0 14px 20px; cursor: pointer; color: #080b09; }
.bag-icon { position: relative; display: block; width: 27px; height: 24px; margin-top: 7px; border: 1.5px solid currentColor; }
.bag-icon::before { content: ""; position: absolute; left: 50%; top: -10px; width: 13px; height: 10px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; transform: translateX(-50%); }
.bag-count { position: relative; z-index: 1; display: grid; place-items: center; width: 28px; height: 28px; margin-left: -4px; border-radius: 50%; background: #050505; color: white; font-size: 11px; line-height: 1; }
.bag-button.bag-receive { animation: bag-receive .48s cubic-bezier(.2,.8,.3,1); }
.bag-button.bag-receive .bag-count { animation: count-pop .48s cubic-bezier(.2,.8,.3,1); background: var(--forest); }
@keyframes bag-receive { 45% { transform: translateY(3px) rotate(-4deg) scale(1.12); } }
@keyframes count-pop { 50% { transform: scale(1.35); } }
.menu-button { display: none; }

.hero { height: calc(100vh - 271px); min-height: 620px; display: grid; grid-template-columns: 50% 50%; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }
.hero-copy { min-height: 100%; min-width: 0; padding: clamp(122px, 15vh, 154px) 4.5vw 36px; display: flex; flex-direction: column; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; }
.hero h1, .section-heading h2, .craft-copy h2, .story h2, .newsletter h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.058em; line-height: .9; }
.hero h1 { max-width: 720px; font-size: clamp(56px, 5.6vw, 96px); }
.hero h1 em { color: var(--ink); font-weight: 400; }
.section-heading h2 em, .story h2 em, .newsletter h2 em { color: var(--copper-dark); font-weight: 400; }
.copper-text { display: inline-block; padding: .03em .12em .16em .02em; margin: -.03em -.12em -.16em -.02em; background: url("../images/hero-necklace-button.png") center / cover no-repeat; color: transparent !important; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: saturate(1.04) contrast(1.04); }
.collection .section-heading h2 em { color: var(--ink); }
.hero-intro { width: min(430px, 92%); margin: 26px 0 24px; font-family: Georgia, serif; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; transition: background .25s, color .25s, transform .25s; }
.button-arrow { display: inline-block; flex: 0 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0; text-transform: none; font-variant-emoji: text; }
.arrow-down { font-size: 16px; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: var(--copper-dark); }
.hero .hero-copper-button { position: relative; isolation: isolate; overflow: hidden; min-height: 56px; padding-inline: 25px; border: 1px solid rgba(91,67,25,.58); border-radius: 0; background:
  linear-gradient(rgba(255,255,255,.04), rgba(58,38,12,.05)),
  url("../images/hero-necklace-button.png") center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,244,190,.7), inset 0 -4px 9px rgba(75,51,13,.28), 0 8px 20px rgba(82,59,25,.2);
  color: #17150e;
  text-shadow: 0 1px rgba(255,240,185,.4);
}
.hero .hero-copper-button::before { content: ""; position: absolute; z-index: -1; inset: -70% -28%; background: linear-gradient(105deg, transparent 37%, rgba(255,248,207,.55) 48%, transparent 59%); transform: translateX(-60%) rotate(-3deg); transition: transform .65s ease; }
.hero .hero-copper-button:hover { background:
  linear-gradient(rgba(255,255,255,.09), rgba(58,38,12,.015)),
  url("../images/hero-necklace-button.png") center / cover no-repeat;
  color: #111;
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255,247,199,.8), inset 0 -4px 9px rgba(75,51,13,.23), 0 12px 25px rgba(82,59,25,.28);
}
.hero .hero-copper-button:hover::before { transform: translateX(60%) rotate(-3deg); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding: 10px 0 7px; border-bottom: 1px solid; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.hero-visual { width: calc(100% + 532px); margin-left: -532px; position: relative; z-index: 1; overflow: hidden; background: #fff; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 430px; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 18%, rgba(255,255,255,.68) 42%, rgba(255,255,255,.32) 65%, rgba(255,255,255,.08) 82%, rgba(255,255,255,0) 100%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 47%; filter: saturate(.96) contrast(1.025); transform: scale(1.008); animation: hero-cinema 16s ease-in-out infinite alternate; transition: filter .7s ease; }
.hero:hover .hero-visual > img { filter: saturate(.99) contrast(1.025); }
.hero-note { display: none; }
@keyframes hero-cinema {
  from { transform: scale(1.008) translate3d(0, 0, 0); }
  to { transform: scale(1.035) translate3d(-.45%, -.25%, 0); }
}

.section-pad { padding: 120px 4.2vw; }
.collection { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 360px); gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-heading h2, .story h2 { font-size: clamp(52px, 6vw, 94px); }
.section-note { margin: 0 0 7px; font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { border-top: 1px solid var(--ink); padding-top: 12px; display: flex; flex-direction: column; }
.product-image { display: block; aspect-ratio: .82; overflow: hidden; position: relative; background: #d8cbb8; }
.product-image img { width: calc(100% + 4px); height: calc(100% + 4px); max-width: none; margin: -2px; object-fit: cover; transform: scale(1.008); transition: transform .55s ease, filter .55s; }
.product-image:hover img { transform: scale(1.045); filter: saturate(.78); }
.view-product { position: absolute; top: 14px; background: var(--paper); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.view-product { right: 14px; padding: 10px 12px; transform: translateY(-58px); transition: transform .35s; }
.product-image:hover .view-product, .product-image:focus-visible .view-product { transform: translateY(0); }
.product-info { min-height: 112px; padding: 18px 0 14px; display: flex; flex: 1 1 auto; justify-content: space-between; gap: 14px; }
.product-info h3, .product-info h2 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; line-height: 1.1; }
.product-info p { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; color: rgba(23,42,38,.65); }
.product-price { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; white-space: nowrap; font-size: 11px; }
.product-price s { color: #897c6b; }
.product-price span { font-weight: 700; color: var(--copper-dark); }
.add-button { width: 100%; margin-top: auto; border: 1px solid #101412; background: #101412; color: white; padding: 13px 14px; display: flex; justify-content: space-between; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; transition: background .25s,color .25s,border-color .25s,transform .2s; }
.add-button:hover { background: var(--forest); border-color: var(--forest); color: white; }
.add-button.added, .detail-add.added { background: var(--forest); border-color: var(--forest); transform: scale(.985); }
.add-label { font-size: inherit !important; line-height: inherit !important; }
.add-button span { font-size: 16px; line-height: 9px; }
.button.outline { border: 1px solid var(--ink); }
.button.outline:hover { background: var(--ink); color: white; }
.collection-link { position: relative; isolation: isolate; overflow: hidden; display: flex; margin: 62px auto 0; width: max-content; border-color: rgba(91,67,25,.58) !important; background: linear-gradient(rgba(255,255,255,.04), rgba(58,38,12,.05)), url("../images/hero-necklace-button.png") center / cover no-repeat; box-shadow: inset 0 1px 0 rgba(255,244,190,.7), inset 0 -4px 9px rgba(75,51,13,.28), 0 8px 20px rgba(82,59,25,.18); color: #17150e; text-shadow: 0 1px rgba(255,240,185,.4); }
.collection-link::before { content: ""; position: absolute; z-index: -1; inset: -70% -28%; background: linear-gradient(105deg, transparent 37%, rgba(255,248,207,.55) 48%, transparent 59%); transform: translateX(-60%) rotate(-3deg); transition: transform .65s ease; }
.collection-link:hover { border-color: rgba(91,67,25,.58) !important; background: linear-gradient(rgba(255,255,255,.09), rgba(58,38,12,.015)), url("../images/hero-necklace-button.png") center / cover no-repeat !important; color: #111 !important; box-shadow: inset 0 1px 0 rgba(255,247,199,.8), inset 0 -4px 9px rgba(75,51,13,.23), 0 12px 25px rgba(82,59,25,.26); }
.collection-link:hover::before { transform: translateX(60%) rotate(-3deg); }

.craft { display: grid; grid-template-columns: 50% 50%; min-height: 820px; overflow: hidden; background: #fff; color: var(--ink); }
.craft-image { grid-column: 2; grid-row: 1; width: calc(100% + 150px); min-height: 700px; margin-left: -150px; position: relative; z-index: 1; overflow: hidden; }
.craft-image::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 330px; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 20%, rgba(255,255,255,.66) 48%, rgba(255,255,255,.25) 74%, rgba(255,255,255,0) 100%); }
.craft-image img { height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.9) contrast(1.015); }
.craft-image span { position: absolute; left: 22px; bottom: 24px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; text-transform: uppercase; letter-spacing: .19em; }
.craft-copy { grid-column: 1; grid-row: 1; padding: 90px 6vw; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow.light { color: var(--copper-dark); }
.craft-copy h2 { font-size: clamp(52px, 5.5vw, 88px); }
.craft-copy h2 em { color: var(--copper-dark); font-weight: 400; }
.craft-lead { width: min(440px, 100%); margin: 32px 0 44px; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; color: #40534d; }
.craft-principles { border-top: 1px solid var(--line); }
.craft-principles article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.craft-principles article > span { font-family: Georgia, serif; color: var(--copper-dark); font-size: 12px; }
.craft-principles h3 { margin: 0 0 7px; font-family: Georgia, serif; font-weight: 400; font-size: 21px; }
.craft-principles p { margin: 0; max-width: 450px; color: #596a64; font-size: 12px; line-height: 1.55; }
.light-link { color: var(--ink); width: max-content; margin-top: 32px; }

.story { min-height: 620px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 5vw; align-items: center; overflow: hidden; background: #ede4d8; }
.story-mark { padding: .02em .18em .14em .02em; margin: 0; font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: clamp(180px, 23vw, 360px); line-height: .95; color: rgba(182,99,60,.16); letter-spacing: .025em; transform: translateX(-10%); }
.story-copy .eyebrow { margin-bottom: 30px; }
.story-copy h2 { font-size: clamp(48px, 5vw, 82px); }
.story-lead { margin: 34px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }
.story-details > p { margin: 0 0 36px; font-size: 13px; line-height: 1.7; }
.story-details dl { margin: 0; border-top: 1px solid var(--line); }
.story-details dl div { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.story-details dd { margin: 0; color: var(--copper-dark); }

.journal { display: grid; grid-template-columns: 2fr 1fr; min-height: 760px; }
.journal-feature { margin: 0; position: relative; overflow: hidden; }
.journal-feature > img { height: 100%; object-fit: cover; filter: brightness(.72) saturate(.7); }
.journal-overlay { position: absolute; inset: 0; padding: 70px 5vw; color: white; display: flex; flex-direction: column; justify-content: flex-end; }
.journal-overlay h2 { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 90px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.journal-overlay a { width: max-content; padding-bottom: 8px; border-bottom: 1px solid; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.journal-side { padding: 72px 4.5vw 44px; background: #fff; display: flex; flex-direction: column; overflow: hidden; }
.journal-side blockquote { margin: 42px 0 24px; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.studio-signoff { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.mini-image { width: min(76%, 390px); margin: auto auto 0; transform: none; }
.mini-image img { aspect-ratio: 1; object-fit: contain; object-position: center; }

.newsletter { padding: 120px 5vw; background: #fff; color: var(--ink); text-align: center; }
.newsletter h2 { font-size: clamp(55px, 7vw, 108px); }
.newsletter h2 em { color: var(--copper-dark); }
.newsletter form { width: min(660px, 100%); margin: 58px auto 20px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.newsletter label { position: absolute; clip: rect(0 0 0 0); }
.newsletter input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: Georgia, serif; font-size: 19px; }
.newsletter input::placeholder { color: rgba(20,40,33,.48); }
.newsletter button { border: 0; background: transparent; color: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.newsletter button span { margin-left: 20px; font-size: 16px; }
.privacy-note { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; opacity: .7; }
.subscribed { margin: 60px auto 20px; font-family: Georgia, serif; font-size: 22px; }

footer { padding: 46px 4.2vw 20px; background: var(--forest); color: #f5eee4; text-align: center; }
footer .brand-mark { width: 46px; height: 46px; background: transparent url("../assets/home-of-copper-logo.png") center / contain no-repeat; box-shadow: none; }
footer .brand-mark::after { content: none; }
footer .brand-type { color: #f7f1e7; }
footer .brand-type i { color: #fff; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-brand .brand-type { font-size: 28px; }
.footer-brand p { margin: 0; font-family: Georgia, serif; font-size: 15px; }
.footer-links { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px 30px; margin: 30px auto 24px; }
.footer-links a { width: max-content; font-family: Georgia, serif; font-size: 15px; }
.footer-links a:hover { color: var(--gold); }
.footer-social { display: flex; justify-content: center; gap: 12px; margin: 0 auto 26px; }
.footer-social a { position: relative; overflow: hidden; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; transition: background .25s,color .25s,border-color .25s,transform .25s; }
.footer-social a:hover { color: #fff; border-color: transparent; transform: translateY(-2px); }
.footer-social .instagram-link::before { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: radial-gradient(circle at 32% 105%, #ffd600 0 17%, #ff7a00 34%, #ff0169 58%, #d300c5 76%, #7638fa 100%); opacity: 0; transition: opacity .25s; }
.footer-social .instagram-link:hover::before { opacity: 1; }
.footer-social .facebook-link:hover { background: #1877f2; }
.instagram-icon { position: relative; z-index: 1; width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 5px; }
.instagram-icon::before { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.instagram-icon::after { content: ""; position: absolute; right: 2px; top: 2px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.facebook-icon { font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 700; line-height: 1; transform: translateY(2px); }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; color: #c7d2cc; text-align: center; }

.cart-layer { position: fixed; inset: 0; z-index: 100; }
.cart-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8,18,15,.6); cursor: default; }
.cart-drawer { position: absolute; right: 0; top: 0; bottom: 0; width: min(490px, 100%); padding: 28px; background: var(--paper); box-shadow: -20px 0 70px rgba(0,0,0,.18); display: flex; flex-direction: column; animation: slide-in .32s ease-out; }
@keyframes slide-in { from { transform: translateX(100%); } }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.cart-header h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.cart-header h2 span { color: var(--copper); font-size: 16px; }
.cart-header button, .empty-cart button { border: 0; border-bottom: 1px solid; background: transparent; padding: 7px 0; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.empty-cart { flex: 1; display: grid; place-content: center; justify-items: center; gap: 25px; text-align: center; }
.empty-cart p { max-width: 240px; font-family: Georgia, serif; font-size: 25px; line-height: 1.25; }
.cart-items { overflow: auto; flex: 1; }
.cart-item { position: relative; display: grid; grid-template-columns: 98px 1fr; gap: 18px; padding: 20px 28px 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 98px; aspect-ratio: 1; object-fit: cover; }
.cart-item h3 { margin: 5px 0 6px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.cart-item p { margin: 0 0 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #6e756f; }
.cart-item span { font-size: 12px; font-weight: 700; }
.cart-item > button { position: absolute; right: 0; top: 20px; border: 0; background: none; cursor: pointer; font-size: 22px; font-family: Georgia, serif; }
.cart-total { padding-top: 24px; border-top: 1px solid var(--ink); }
.cart-total > div { display: flex; justify-content: space-between; font-family: Georgia, serif; font-size: 20px; }
.cart-total p { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.cart-total a { margin-top: 20px; padding: 17px; background: var(--ink); color: white; display: block; text-align: center; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }

.shop-hero { padding: 110px 4.2vw 80px; background: #fff; border-bottom: 1px solid var(--line); }
.shop-hero h1, .checkout-form h1, .checkout-empty h1, .checkout-confirmation h1 { max-width: 980px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8vw, 128px); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.shop-hero > p:last-child { max-width: 560px; margin: 38px 0 0 auto; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.shop-catalog { padding: 76px 4.2vw 120px; background: var(--paper); }
.store-footer { padding-top: 38px; }
.store-footer > .brand { margin: 0 auto 20px; }

.product-page { min-height: 100vh; background: #fff; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); min-height: calc(100vh - 82px); }
.product-gallery { padding: 34px 3vw 70px; background: var(--paper); border-right: 1px solid var(--line); }
.product-main-image { aspect-ratio: 1; overflow: hidden; background: #e5ddd0; }
.product-main-image img { height: 100%; object-fit: cover; }
.product-thumbnails { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.product-thumbnails button { padding: 0; border: 1px solid transparent; background: none; cursor: pointer; opacity: .58; transition: opacity .2s, border-color .2s; }
.product-thumbnails button.active, .product-thumbnails button:hover { border-color: var(--ink); opacity: 1; }
.product-thumbnails img { aspect-ratio: 1; object-fit: cover; }
.product-copy { padding: 70px clamp(32px, 5vw, 86px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.product-back { margin-bottom: 70px; padding-bottom: 7px; border-bottom: 1px solid; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.product-copy .eyebrow { margin-bottom: 20px; color: var(--copper-dark); }
.product-copy h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5.5vw, 82px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.detail-price { display: flex; gap: 14px; align-items: center; margin: 30px 0; font-size: 14px; }
.detail-price s { color: #8e877d; }
.detail-price strong { color: var(--copper-dark); }
.product-description { max-width: 540px; margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.product-made { margin: 30px 0 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.detail-add { width: 100%; max-width: 520px; padding: 17px 20px; display: flex; justify-content: space-between; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.detail-add:hover { background: var(--forest); border-color: var(--forest); }
.detail-checkout { width: 100%; max-width: 520px; margin-top: 12px; padding: 16px 20px; border: 1px solid var(--ink); text-align: center; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.detail-checkout:hover { background: var(--paper); }

.checkout-page { min-height: 100vh; background: #fff; }
.checkout-header { height: 82px; padding: 0 4.2vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); }
.checkout-layout { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); }
.checkout-form { padding: 72px clamp(28px, 7vw, 120px) 100px; }
.checkout-form h1 { max-width: 760px; font-size: clamp(48px, 5.7vw, 86px); }
.checkout-form fieldset { margin: 52px 0 0; padding: 0; border: 0; }
.checkout-form legend { width: 100%; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); font-family: Georgia, serif; font-size: 24px; }
.checkout-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.checkout-form input, .checkout-form select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); }
.checkout-form input:focus, .checkout-form select:focus { outline: 2px solid var(--forest); outline-offset: 1px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.payment-note { padding: 20px; border: 1px solid var(--line); background: var(--paper); font-family: Georgia, serif; line-height: 1.5; }
.checkout-submit { width: 100%; margin-top: 38px; padding: 18px 20px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: white; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.checkout-submit:hover { background: var(--forest); }
.order-summary { padding: 72px clamp(28px, 5vw, 76px); background: var(--paper); border-left: 1px solid var(--line); }
.checkout-items { border-top: 1px solid var(--ink); }
.checkout-item { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 18px 28px 18px 0; border-bottom: 1px solid var(--line); }
.checkout-item img { width: 88px; height: 88px; object-fit: cover; }
.checkout-item h2 { margin: 4px 0 5px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.checkout-item p { margin: 0 0 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }
.checkout-item strong { font-size: 11px; }
.checkout-item button { position: absolute; right: 0; top: 18px; border: 0; background: transparent; cursor: pointer; font-family: Georgia, serif; font-size: 22px; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.summary-total { padding-top: 22px; border-bottom: 0; font-family: Georgia, serif; font-size: 18px; }
.checkout-empty, .checkout-confirmation { min-height: calc(100vh - 82px); padding: 100px 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--paper); }

@media (prefers-reduced-motion: reduce) {
  .bag-button.bag-receive, .bag-button.bag-receive .bag-count { animation: none; }
}
.checkout-empty p:not(.eyebrow), .checkout-confirmation p:not(.eyebrow) { max-width: 600px; margin: 30px auto; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-button { display: flex; align-items: center; gap: 12px; border: 0; background: none; padding: 14px; cursor: pointer; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
  .menu-lines { display: block; width: 18px; height: 7px; border-top: 1px solid; border-bottom: 1px solid; }
  .nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 36px 5vw; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 18px; }
  .nav.open { display: flex; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 50px 18px; }
  .story { grid-template-columns: .7fr 1.3fr; }
  .story-details { grid-column: 2; }
  .footer-brand { gap: 8px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 18px; grid-template-columns: 1fr auto auto; }
  .home-header { position: absolute; background: transparent; border-bottom-color: rgba(255,255,255,.25); backdrop-filter: none; }
  .brand-type { font-size: 17px; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-button { padding: 10px 6px; }
  .menu-button > span:first-child { display: none; }
  .bag-button { padding-left: 10px; }
  .bag-count { width: 25px; height: 25px; }
  .nav { top: 70px; }
  .hero { height: auto; min-height: auto; display: flex; flex-direction: column; background: #fff; }
  .hero-copy { order: 2; min-height: auto; margin-top: -126px; padding: 0 20px 48px; background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,.88) 92px, #fff 128px); }
  .hero-copy .eyebrow { margin-bottom: 14px; }
  .hero h1 { max-width: 680px; font-size: clamp(44px, 12vw, 60px); line-height: .9; }
  .hero-intro { width: min(510px, 100%); margin: 20px 0 20px; font-size: 16px; line-height: 1.42; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: max-content; }
  .hero-visual { order: 1; width: 100%; height: clamp(390px, 52svh, 500px); min-height: 390px; margin-left: 0; background: #fff; }
  .hero-visual::before { inset: auto 0 0; width: 100%; height: 190px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.22) 28%, rgba(255,255,255,.84) 72%, #fff 100%); }
  .hero-visual > img { object-position: 53% 42%; animation-duration: 15s; }
  .section-pad { padding: 86px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
  .section-heading h2, .story h2 { font-size: clamp(49px, 14vw, 72px); }
  .product-grid { grid-template-columns: 1fr; gap: 48px; }
  .product-image { aspect-ratio: .9; }
  .view-product { transform: none; }
  .collection-link { margin-top: 46px; }
  .craft { grid-template-columns: 1fr; }
  .craft-copy { grid-column: 1; grid-row: 1; }
  .craft-image { grid-column: 1; grid-row: 2; width: auto; min-height: 620px; margin-left: 0; }
  .craft-image::before { inset: 0 0 auto 0; width: 100%; height: 100px; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.58) 42%, rgba(255,255,255,0) 100%); }
  .craft-copy { padding: 82px 20px; }
  .story { grid-template-columns: 1fr; gap: 50px; }
  .story-mark { position: absolute; right: -30px; font-size: 180px; opacity: .55; }
  .story-copy, .story-details { grid-column: 1; position: relative; }
  .journal { grid-template-columns: 1fr; }
  .journal-feature { min-height: 650px; }
  .journal-side { min-height: 640px; padding: 70px 20px 36px; }
  .mini-image { width: min(78%, 390px); }
  .newsletter { padding: 88px 20px; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { padding: 18px 0; border-top: 1px solid var(--line); }
  footer { padding: 42px 20px 20px; }
  .footer-links { gap: 12px 22px; }
  .store-nav { display: none; }
  .shop-hero { padding: 76px 20px 58px; }
  .shop-hero > p:last-child { margin-left: 0; font-size: 18px; }
  .shop-catalog { padding: 58px 20px 86px; }
  .checkout-header { height: 70px; padding: 0 18px; }
  .checkout-layout { display: flex; flex-direction: column; }
  .checkout-form { padding: 62px 20px 76px; }
  .order-summary { order: -1; padding: 48px 20px; border-left: 0; border-bottom: 1px solid var(--line); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .checkout-empty, .checkout-confirmation { min-height: calc(100vh - 70px); padding: 70px 20px; }
  .product-detail { display: flex; flex-direction: column; }
  .product-gallery { padding: 20px 20px 42px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-thumbnails { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .product-copy { padding: 58px 20px 76px; }
  .product-back { margin-bottom: 48px; }
}

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

/* Static-site shell */
[hidden] { display: none !important; }
.page-view { min-height: 60vh; }
.cart-layer[hidden] { display: none !important; }
.checkout-page .checkout-layout { padding-top: 82px; }
.checkout-page .checkout-empty, .checkout-page .checkout-confirmation { min-height: 100vh; }
.view-product .button-arrow { margin-left: 4px; font-size: 13px; }
.product-card .add-button { min-height: 43px; }
noscript { display: block; padding: 14px 20px; background: #fff3cd; color: #3d3313; text-align: center; }

@media (max-width: 720px) {
  .checkout-page .checkout-layout { padding-top: 70px; }
}
