/* legibility-fix-2026-06-12: no accent stripes under copy; clean empty Italian roundel; updated phrase. */
:root {
  --cream: #f5ead3;
  --paper: #fff7e8;
  --ink: #11110f;
  --muted: #5f584d;
  --red: #e94d3f;
  --green: #268f50;
  --blue: #46a5bb;
  --line: rgba(17, 17, 15, 0.18);
  --shadow: 0 28px 70px rgba(17, 17, 15, 0.16);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 12%, rgba(233, 77, 63, 0.11), transparent 24rem),
    radial-gradient(circle at 80% 35%, rgba(38, 143, 80, 0.10), transparent 26rem),
    var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(17,17,15,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,15,.025) 1px, transparent 1px);
  background-size: 11px 11px;
  mix-blend-mode: multiply;
  z-index: 10;
}

img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(245, 234, 211, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.wordmark,
.nav a,
.button,
.eyebrow,
.section-label,
.rules li,
.footer strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.wordmark { font-size: clamp(1rem, 2vw, 1.35rem); }
.nav { display: flex; align-items: center; gap: clamp(.75rem, 2.5vw, 2rem); font-size: .88rem; }
.nav-cta { color: var(--red); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 66px);
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(430px, 1.02fr);
  gap: clamp(1.75rem, 4.4vw, 4.25rem);
  align-items: start;
  max-width: 1340px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 6vw, 6rem);
}
.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 43rem;
  padding-top: clamp(.5rem, 2vw, 1.5rem);
  padding-right: clamp(.35rem, 1vw, 1rem);
}
.eyebrow,
.section-label { color: var(--green); font-size: clamp(.82rem, 1vw, 1rem); margin: 0 0 1rem; }
h1, h2 { margin: 0; line-height: .88; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
h1 {
  font-size: clamp(5rem, 9.4vw, 9.3rem);
  line-height: .84;
  letter-spacing: -.01em;
  max-width: 6.05ch;
}
h2 { font-size: clamp(3rem, 8vw, 7.5rem); max-width: 9ch; }
.panel-copy h2 { max-width: 10ch; }
.lede {
  font-size: clamp(1.12rem, 1.65vw, 1.55rem);
  line-height: 1.23;
  max-width: 28rem;
  margin: 1.6rem 0 0;
  position: relative;
  z-index: 4;
}
p { line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: .95rem 1.25rem .8rem;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(-3px, -3px);
  transition: transform .16s ease, box-shadow .16s ease;
  cursor: pointer;
  font-size: 1rem;
}
.button:hover { transform: translate(0,0); box-shadow: 0 0 0 var(--ink); }
.primary { background: var(--red); color: var(--paper); }
.secondary { background: var(--paper); color: var(--ink); }
.full { width: 100%; }
.hero-image-wrap {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow), 10px 10px 0 var(--ink);
  transform: rotate(.35deg);
  background: var(--paper);
  padding: .55rem;
}
.hero-image { aspect-ratio: 4 / 3; object-fit: cover; }
.stripe-block {
  position: absolute;
  z-index: 0;
  background: repeating-linear-gradient(90deg, var(--ink) 0 10px, transparent 10px 22px);
  opacity: .95;
  pointer-events: none;
}
.stripe-left {
  width: min(170px, 13vw);
  height: 28vh;
  left: auto;
  right: max(-90px, -5vw);
  bottom: 3.5rem;
}
.badge {
  position: absolute;
  right: 1.25rem;
  top: 2rem;
  z-index: 5;
  width: clamp(104px, 13vw, 170px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--green) 0 31%, var(--paper) 32% 52%, var(--red) 53% 100%);
  border: 2px solid rgba(17,17,15,.15);
  box-shadow: 0 12px 28px rgba(17,17,15,.16);
  transform: rotate(8deg);
}

.manifesto,
.split-panel,
.visit,
.where,
.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 3rem);
}
.manifesto { border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.manifesto-grid p { font-size: clamp(1.6rem, 4vw, 4.25rem); line-height: .98; margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.rules { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.rules li { font-size: clamp(1.6rem, 4vw, 4rem); border-bottom: 2px solid var(--ink); padding: .7rem 0 .45rem; }
.image-feature { max-width: calc(var(--max) + 4rem); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.image-feature img { border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); aspect-ratio: 16 / 9; object-fit: cover; }

.split-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.75rem, 4.4vw, 4.25rem); align-items: center; }
.panel-copy p:last-child { font-size: clamp(1.2rem, 1.8vw, 1.55rem); max-width: 28rem; }
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }
.photo-stack img { border: 2px solid var(--ink); object-fit: cover; box-shadow: 6px 6px 0 var(--ink); }
.photo-stack img:first-child { aspect-ratio: 4 / 5; }
.photo-stack img:last-child { aspect-ratio: 3 / 4; margin-top: 5rem; }

.visit { display: grid; grid-template-columns: 1fr minmax(310px, 480px); gap: clamp(1.75rem, 4.4vw, 4.25rem); align-items: start; border-block: 1px solid var(--line); }
.visit-copy p:not(.section-label) { font-size: clamp(1.1rem, 1.6vw, 1.4rem); max-width: 34rem; }
.booking-form { background: var(--paper); border: 2px solid var(--ink); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: 10px 10px 0 var(--ink); }
.form-row { margin-bottom: 1rem; }
label { display: block; margin-bottom: .45rem; font-weight: 800; }
input { width: 100%; min-height: 3.3rem; border: 2px solid var(--ink); background: #fffaf0; padding: .9rem 1rem; font: inherit; border-radius: 0; }
input:focus { outline: 3px solid rgba(233, 77, 63, .35); outline-offset: 2px; }
.form-note { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.success-message { margin-top: 1rem; background: rgba(38, 143, 80, .12); border: 2px solid var(--green); padding: 1rem; font-weight: 800; }

.where { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.where p:not(.section-label) { font-size: clamp(1.15rem, 1.8vw, 1.5rem); max-width: 34rem; }
.where img { border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); aspect-ratio: 4 / 3; object-fit: cover; }
.gallery { max-width: calc(var(--max) + 4rem); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 1rem; }
.gallery img { height: 100%; object-fit: cover; border: 2px solid var(--ink); min-height: 280px; }

.footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-top: 2px solid var(--ink); padding-block: 2rem; }
.footer div { display: grid; gap: .25rem; }
.footer span { color: var(--muted); }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  .nav a:not(.nav-cta) { display: none; }
  .hero, .manifesto-grid, .split-panel, .visit, .where { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 100%; padding-right: 0; }
  .hero-image-wrap { transform: none; margin-top: 1.5rem; }
  .badge { right: 1rem; top: auto; bottom: 1.5rem; }
  .stripe-left { width: 30vw; height: 14vh; left: auto; right: -20vw; bottom: 1.5rem; }
  .photo-stack, .gallery { grid-template-columns: 1fr; }
  .photo-stack img:last-child { margin-top: 0; }
  .gallery img { min-height: 0; aspect-ratio: 4 / 3; }
  .footer { align-items: stretch; flex-direction: column; }
}

@media (max-width: 540px) {
  .site-header { padding: .85rem 1rem; }
  .wordmark { max-width: 11ch; line-height: .95; }
  .nav { font-size: .8rem; }
  h1 { font-size: clamp(4.2rem, 19vw, 6.4rem); max-width: none; }
  h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .lede { max-width: 100%; }
  .button { width: 100%; }
  .badge { width: 98px; }
  .hero-image { aspect-ratio: 3 / 4; }
}

/* Hard guard: roundel remains graphic-only, never text. */
.badge::before, .badge::after { content: none !important; display: none !important; }
.hero-copy .stripe-block, .hero-copy::before, .hero-copy::after { content: none !important; display: none !important; }


/* hero-legibility-fix-2026-06-12: keep copy fully off the image on desktop, increase gutter, reduce display scale for clearer hierarchy. */

/* hero-bolder-fix-2026-06-12: stronger display scale while keeping a clean gutter between text and image. */


/* collection-links-fix-2026-06-12 */
.manifesto-copy {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.manifesto-copy p {
  margin: 0;
}

.collection-button {
  justify-self: start;
  margin-top: .25rem;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
}

@media (max-width: 900px) {
  .footer-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
