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

:root {
  --red: #d00008;
  --ink: #20201f;
  --paper: #faf9f6;
  --muted: #68655f;
  --line: #d8d6d1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #155aca; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif; }
.skip { position: fixed; z-index: 100; left: 1rem; top: -100px; background: white; padding: 12px; }
.skip:focus { top: 1rem; }

/* Light falls from above-left; the tight shadow gives the supplied logo an edge. */
.header {
  display: flex; justify-content: space-between; align-items: center; gap: 30px;
  padding: 29px 5.3% 31px; color: white;
  background: radial-gradient(ellipse 300px 145px at 12% 0%, #f53232 0%, transparent 90%), var(--red);
}
.brand { display: block; width: 154px; flex-shrink: 0; }
.brand img {
  filter: drop-shadow(0 1px 0 #b4adab) drop-shadow(1px 2px 0 #930308) drop-shadow(0 5px 2px #6b00064d) drop-shadow(2px 12px 9px #66000559);
}
.header nav { display: flex; align-items: center; gap: 38px; font-size: 15px; font-weight: 500; }
.header nav a { padding: 9px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.header nav a:hover { border-bottom-color: #fff9; }
.header nav .nav-cta { border-bottom-color: #fff7; }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 686px; }
.hero-copy { padding: 60px 7% 60px 10.6%; align-self: center; min-width: 0; }
h1 { font-size: clamp(76px, 7.4vw, 118px); letter-spacing: -.026em; font-weight: 700; line-height: .96; margin-bottom: 32px; }
h1 span { color: var(--red); }
.intro { max-width: 355px; font-size: 17px; line-height: 1.75; margin-bottom: 31px; color: #504d48; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 13px 29px; background: var(--ink); color: white; border: 1px solid var(--ink);
  border-radius: 3px; font-size: 15px; font-weight: 500;
  transition: background .2s, box-shadow .2s;
}
.button:hover { background: #353431; box-shadow: 0 3px 8px #00000012; }
.button:active { background: #0a0a0a; }
.hero-footnote { display: block; width: fit-content; font-size: 14px; color: var(--muted); margin-top: 21px; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #bdb9b1; }
.hero-footnote:hover { color: var(--ink); text-decoration-color: var(--ink); }
.hero-art { position: relative; background: var(--red); overflow: hidden; min-width: 0; }
.products { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.section { padding: 106px 5.3%; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.section-heading h2 { font-size: 66px; line-height: 1.03; font-weight: 600; letter-spacing: -.015em; margin-bottom: 0; }
.section-heading p { max-width: 450px; font-size: 17px; line-height: 1.8; color: #504d48; margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 70px; }
.steps article { border-top: 1px solid var(--line); padding-top: 26px; }
.steps h3 { font-size: 19px; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; margin-bottom: 15px; }
.steps p { color: var(--muted); font-size: 16px; max-width: 330px; margin-bottom: 0; }

.finds { background: #eeede8; display: grid; grid-template-columns: .9fr 1.3fr; gap: 90px; }
.finds h2, .faq h2 { font-size: 64px; line-height: 1.03; letter-spacing: -.015em; font-weight: 600; margin-bottom: 29px; }
.finds-intro p { max-width: 350px; color: #504d48; }
.finds .small { font-size: 13px; line-height: 1.6; color: var(--muted); margin: 30px 0 0; }
.category-list { list-style: none; padding: 0; margin: 0; align-self: center; }
.category-list li { border-bottom: 1px solid #cbc8c1; padding: 25px 0; }
.category-list li:first-child { border-top: 1px solid #cbc8c1; }
.category-list span { display: block; font-size: clamp(21px, 2.15vw, 32px); letter-spacing: -.035em; line-height: 1.4; font-weight: 400; }
.category-list li:last-child { color: #7c766d; }

.store { background: var(--red); color: white; padding: 67px 5.3% 70px; }
.opening-label { font-size: 15px; margin: 0; }
.store h2 { font-weight: 700; font-size: clamp(70px, 12.9vw, 200px); letter-spacing: -.02em; line-height: 1.08; margin: 25px 0 47px; }
.store-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #ffffff59; padding-top: 28px; font-size: 17px; }
.store-bottom p { margin: 0; }
.store-details p { font-size: 14px; margin-bottom: 6px; color: #ffffffc9; }
.store-details strong { font-size: 15px; font-weight: 500; }

.faq { display: grid; grid-template-columns: .9fr 1.3fr; gap: 90px; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 24px; font-weight: 400; line-height: 1; color: #79756e; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details > p { font-size: 16px; color: var(--muted); padding-right: 35px; margin: 0 0 26px; }
footer { background: var(--ink); color: white; padding: 50px 5.3%; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { width: 127px; flex-shrink: 0; }
.footer-brand img { filter: drop-shadow(0 1px 0 #a5a09d) drop-shadow(1px 6px 3px #0008) drop-shadow(0 0 10px #ffffff0d); }
footer p { font-size: 15px; color: #d0ccc6; margin: 0; }
.back-top { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #777; }

@media (min-width: 1600px) {
  body { max-width: 1800px; margin: auto; }
  .hero { min-height: 760px; }
}
@media (max-width: 1000px) {
  .hero { min-height: 625px; }
  .hero-copy { padding-top: 42px; padding-bottom: 42px; }
  h1 { font-size: clamp(68px, 8vw, 80px); }
  .intro { font-size: 16px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { gap: 40px; }
  .section-heading h2 { font-size: 56px; }
  .finds, .faq { gap: 45px; }
  .steps { gap: 30px; margin-top: 50px; }
}
@media (max-width: 720px) {
  .header { padding: 24px 6% 27px; gap: 25px; }
  .brand { width: 118px; }
  .header nav { gap: 21px; font-size: 14px; }
  .header nav > a:nth-child(2) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 6% 40px; }
  h1 { font-size: clamp(68px, 14.4vw, 100px); line-height: .97; margin-bottom: 26px; }
  .intro { max-width: 390px; font-size: 16px; margin-bottom: 25px; }
  .hero-footnote { margin-top: 18px; }
  .hero-art { min-height: 390px; aspect-ratio: 1; }
  .products { object-position: center; }
  .section { padding: 61px 6%; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 54px; margin-bottom: 24px; }
  .section-heading p { font-size: 16px; }
  .steps { grid-template-columns: 1fr; gap: 27px; margin-top: 39px; }
  .steps article { padding-top: 23px; }
  .steps h3 { margin-bottom: 9px; }
  .steps p { max-width: none; }
  .finds, .faq { grid-template-columns: 1fr; gap: 28px; }
  .finds h2, .faq h2 { font-size: 54px; }
  .finds-intro p { max-width: 100%; }
  .finds .small { margin: 20px 0 4px; }
  .category-list li { padding: 21px 0; }
  .category-list span { font-size: 25px; }
  .store { padding: 43px 6% 47px; }
  .store h2 { font-size: clamp(64px, 13.8vw, 98px); margin: 26px 0 32px; }
  .store-bottom { display: block; font-size: 16px; }
  .store-details { margin-top: 23px; }
  .faq h2 { margin-bottom: 0; }
  .faq h2 br { display: none; }
  summary { font-size: 16px; padding: 22px 0; }
  footer { padding: 38px 6%; flex-wrap: wrap; gap: 26px; }
  footer p { flex: 1; text-align: right; font-size: 14px; }
  .back-top { flex-basis: 100%; font-size: 13px; }
}
@media (max-width: 360px) {
  .brand { width: 104px; }
  .header nav { gap: 15px; }
  .header { gap: 18px; }
  h1 { font-size: 63px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Mobile reading, touch targets and installed-app safe areas. */
.header nav a,.hero-footnote,.back-top { min-height:44px;display:inline-flex;align-items:center; }
.header nav { gap:30px; }
.hero-footnote { font-size:15px; }
.summary,summary { min-height:56px; }
.finds .small { font-size:14px;color:#625f59; }
.store-details p { font-size:14px; }
footer p,.back-top { font-size:14px; }
@media(max-width:720px) {
  .header { padding-top:max(24px,env(safe-area-inset-top));padding-left:max(22px,env(safe-area-inset-left));padding-right:max(22px,env(safe-area-inset-right));gap:18px;flex-wrap:wrap; }
  .header nav { gap:22px; }
  .header nav a { font-size:14px; }
  .hero-copy { padding:42px 24px; }
  .intro,.steps p,.section-heading p,.finds-intro p,details>p { font-size:16px;line-height:1.75; }
  .button { min-height:48px;font-size:16px; }
  .section { padding:56px 24px; }
  .steps { gap:30px; }
  .category-list li { padding:25px 0; }
  .category-list span { font-size:24px; }
  .store { padding:42px 24px; }
  .store h2 { font-size:clamp(52px,13vw,94px); }
  .store-details strong { font-size:16px; }
  .faq h2 { font-size:50px; }
  summary { font-size:16px;line-height:1.6;gap:20px; }
  summary span { flex-shrink:0; }
  footer { padding:36px 24px max(30px,env(safe-area-inset-bottom)); }
  footer p { min-width:110px;line-height:1.6; }
}
@media(max-width:359px) { h1 { font-size:60px; }.brand { width:100px; }.header nav { gap:16px; }.header { padding-left:20px;padding-right:20px;gap:14px; }.header nav a { font-size:13px; }.hero-art { min-height:320px; }.section-heading h2,.finds h2,.faq h2 { font-size:46px; } }
