:root {
  --bg: #f5ead8;
  --text: #201e1d;
  --muted: #645c50;
  --muted-soft: #82796a;
  --muted-deep: #474238;
  --accent: #c67139;
  --accent-hover: #b2622d;
  --accent-deep: #8c491a;
  --sage: #7a8a5e;
  --dark: #201e1d;
  --dark-border: #474238;
  --dark-fill: #2e2b25;
  --cream: #f5ead8;
  --cream-soft: #eee7db;
  --cream-tint: #ffe1d0;
  --footer-muted: #a19786;
  --newsletter-copy: #c0b6a5;
  --radius: 16px;
  --content-max: 1400px;
  --page-pad: 40px;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Figtree", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) contrast(0.85) brightness(1.1);
}

a,
button,
input {
  transition:
    color var(--transition),
    background-color var(--transition),
    border-color var(--transition),
    opacity var(--transition);
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cream-tint);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--dark);
  color: var(--cream);
}

.header-shell {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 20px var(--page-pad);
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo,
.footer-brand {
  font-family: "Caprasimo", serif;
  letter-spacing: 0.04em;
}

.logo {
  font-size: 20px;
  margin-right: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffc6a5;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.icon-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(245, 234, 216, 0.2);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle span {
  width: 16px;
  height: 1.8px;
  background: currentColor;
}

.section-bleed {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-bleed > img {
  position: absolute;
  inset: 0;
}

.hero {
  min-height: 560px;
  height: 88vh;
}

.hero-overlay,
.editorial-overlay {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(32, 30, 29, 0.05) 0%, rgba(32, 30, 29, 0.55) 100%);
}

.hero-content,
.editorial-content {
  position: absolute;
  z-index: 1;
}

.hero-content {
  left: var(--page-pad);
  right: 20px;
  bottom: 56px;
  max-width: 640px;
}

.hero-photo {
  object-position: center 36%;
}

.kicker {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker-light {
  color: rgba(245, 234, 216, 0.85);
  margin-bottom: 14px;
}

.kicker-accent {
  color: var(--accent-deep);
}

.kicker-tint {
  color: var(--cream-tint);
  margin-bottom: 16px;
}

.hero h1,
.editorial h2,
.arrivals h2,
.construction h2,
.journal h2,
.newsletter h2 {
  margin: 0;
  font-family: "Caprasimo", serif;
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  color: var(--cream);
}

.cta-button,
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--cream);
  font-family: "Caprasimo", serif;
  font-size: 14px;
  cursor: pointer;
}

.cta-button:hover,
.cta-button:focus-visible,
.newsletter-form button:hover,
.newsletter-form button:focus-visible {
  background: var(--accent-hover);
}

.section {
  padding-inline: var(--page-pad);
}

.content-section {
  max-width: var(--content-max);
  margin: 0 auto;
}

.arrivals {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-intro {
  max-width: 600px;
  margin-bottom: 56px;
}

.arrivals h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
}

.section-copy,
.editorial p,
.newsletter p,
.journal-copy p,
.feature-list p {
  line-height: 1.6;
}

.section-copy {
  margin: 0;
  font-size: 16px;
  color: var(--muted-deep);
}

.product-grid,
.journal-grid {
  display: grid;
  gap: 32px;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius);
  background: #dcd3c4;
}

.aspect-4-5 {
  aspect-ratio: 4 / 5;
}

.aspect-5-4 {
  aspect-ratio: 5 / 4;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.product-meta h3,
.journal-copy h3 {
  margin: 0;
  font-family: "Caprasimo", serif;
}

.product-meta h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.product-meta p,
.product-meta span {
  margin: 0;
  font-size: 13px;
}

.product-meta p {
  color: var(--muted);
}

.product-meta span {
  font-size: 14px;
}

.editorial {
  min-height: 480px;
  height: 78vh;
  margin-top: 20px;
}

.editorial-overlay {
  background: linear-gradient(90deg, rgba(32, 30, 29, 0.6) 0%, rgba(32, 30, 29, 0) 55%);
}

.editorial-content {
  top: 50%;
  left: var(--page-pad);
  right: 20px;
  transform: translateY(-50%);
  max-width: 520px;
}

.editorial-photo {
  object-position: center 38%;
}

.editorial h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.06;
  color: var(--cream);
}

.editorial p {
  margin: 0;
  font-size: 16px;
  color: var(--cream-soft);
}

.construction {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  align-items: center;
  gap: 64px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.construction h2,
.journal h2 {
  font-size: clamp(26px, 3.4vw, 38px);
}

.construction h2 {
  margin-bottom: 32px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.construction-photo {
  object-position: center 18%;
}

.feature-dot {
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--sage);
}

.feature-list h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
}

.feature-list p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.journal {
  padding-top: 80px;
  padding-bottom: 100px;
}

.journal-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 40px;
}

.journal-link {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.journal-link:hover,
.journal-link:focus-visible {
  color: var(--accent-deep);
}

.journal-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.journal-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.journal-photo-berlin {
  object-position: center 22%;
}

.journal-photo-paris {
  object-position: center 38%;
}

.journal-photo-milan {
  object-position: center 30%;
}

.journal-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted-soft);
}

.journal-copy h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.journal-copy p:last-child {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.newsletter,
.site-footer {
  background: var(--dark);
}

.newsletter {
  padding: 90px var(--page-pad);
  color: var(--cream);
  text-align: center;
}

.newsletter-shell {
  max-width: 520px;
  margin: 0 auto;
}

.newsletter h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 42px);
}

.newsletter p {
  margin: 0 0 32px;
  font-size: 16px;
  color: var(--newsletter-copy);
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1 1 220px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--dark-border);
  border-radius: 999px;
  background: var(--dark-fill);
  color: var(--cream);
  font: inherit;
  font-size: 14px;
}

.newsletter-form input::placeholder {
  color: var(--footer-muted);
}

.newsletter-form input[aria-invalid="true"] {
  border-color: var(--cream-tint);
}

.newsletter-message {
  color: #ffc6a5;
  font-size: 15px;
  animation: fadeIn 180ms ease;
}

.site-footer {
  border-top: 1px solid var(--dark-border);
  color: var(--footer-muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 48px var(--page-pad);
}

.footer-brand {
  font-size: 18px;
  color: var(--cream);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}

.footer-links h3 {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 500;
  color: #dcd3c4;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--footer-muted);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cream);
}

.footer-copy {
  margin: 0;
  align-self: end;
  font-size: 12px;
  color: var(--muted);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .header-shell {
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 4px;
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .header-icons {
    margin-left: auto;
  }

  .construction {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-pad: 20px;
  }

  .header-shell {
    padding-block: 16px;
  }

  .header-icons {
    width: 100%;
    justify-content: flex-end;
  }

  .hero {
    min-height: 620px;
    height: auto;
  }

  .hero-content {
    bottom: 32px;
  }

  .section-intro {
    margin-bottom: 40px;
  }

  .arrivals {
    padding-top: 80px;
    padding-bottom: 72px;
  }

  .editorial {
    height: 70vh;
  }

  .editorial-content {
    top: auto;
    bottom: 36px;
    transform: none;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form button {
    width: 100%;
  }
}
