/* =========================================================
   CINNARELLE — COMING SOON
   Cinnamon inspired fragrance · 1970s warmth
   -------------------------------------------------
   Required images:
     assets/cinnarelle-logo.png   (transparent PNG)
     assets/cinnarelle-hero.png   (portrait photo, ~1400 x 1800)
   ========================================================= */

:root {
  /* Core brand */
  --burgundy: #7a1e2c;
  --burgundy-deep: #4c0f19;
  --cream: #fff6e9;
  --paper: #f7ead9;

  /* 70s harvest tones */
  --rust: #b5561f;
  --caramel: #c47a2c;
  --gold: #dd9b3c;
  --gold-soft: #e7b866;

  --ink: #2c1109;
  --ink-soft: rgba(44, 17, 9, 0.66);
  --white: #fffdf8;
  --line: rgba(76, 15, 25, 0.16);

  --ring: 999px;
  --shadow: 0 40px 90px rgba(63, 17, 15, 0.28);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(115% 70% at 88% -8%, rgba(221, 155, 60, 0.30), transparent 55%),
    radial-gradient(120% 80% at -10% 110%, rgba(122, 30, 44, 0.24), transparent 55%),
    linear-gradient(180deg, #fff9ef 0%, var(--cream) 42%, #f6e4cb 100%);
}

/* Film grain over everything */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0.10;
  mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  position: relative;
  width: min(1500px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  overflow: visible;
}

/* ---------- Header ---------- */

.site-header {
  position: relative;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background:
    repeating-linear-gradient(
      90deg,
      var(--burgundy) 0 34px,
      var(--rust) 34px 68px,
      var(--caramel) 68px 102px,
      var(--gold) 102px 136px
    );
  border-radius: 3px;
  opacity: 0.85;
}

.brand {
  min-width: 200px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  max-width: 260px;
  max-height: 76px;
  object-fit: contain;
}

.brand-fallback {
  color: var(--burgundy);
  font-family: "Pacifico", cursive;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  color: var(--cream);
  background: var(--burgundy);
  border-radius: var(--ring);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(122, 30, 44, 0.22);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(221, 155, 60, 0.30);
  animation: pulse 2.4s var(--ease) infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(221, 155, 60, 0.30); }
  50%      { box-shadow: 0 0 0 8px rgba(221, 155, 60, 0.05); }
}

/* ---------- Hero ---------- */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.86fr);
  align-items: center;
  gap: clamp(48px, 6vw, 104px);
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 5vw, 78px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px 8px 12px;
  color: var(--burgundy);
  background: rgba(255, 253, 248, 0.7);
  border: 1.5px solid rgba(122, 30, 44, 0.22);
  border-radius: var(--ring);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rust);
}

h1 {
  margin: 0;
  color: var(--burgundy-deep);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  font-size: clamp(50px, 6.4vw, 106px);
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144;
  letter-spacing: -0.03em;
  line-height: 0.84;
  text-wrap: balance;
}

h1 .line {
  display: block;
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s var(--ease) forwards;
}

h1 .line:nth-child(1) { animation-delay: 0.05s; }
h1 .line:nth-child(2) { animation-delay: 0.16s; }
h1 .line:nth-child(3) { animation-delay: 0.27s; }

h1 em {
  position: relative;
  color: var(--rust);
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 0.82em;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 0.08em;
}

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

.intro {
  max-width: 600px;
  margin: 34px 0 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(21px, 1.7vw, 29px);
  font-weight: 500;
  font-variation-settings: "SOFT" 30, "opsz" 40;
  letter-spacing: -0.01em;
  line-height: 1.28;
}

.description {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.75;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-list li {
  padding: 9px 15px;
  color: var(--burgundy);
  background: var(--white);
  border: 1.5px solid rgba(122, 30, 44, 0.20);
  border-radius: var(--ring);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
}

.primary-link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 22px 0 26px;
  color: var(--cream);
  background: var(--burgundy);
  border: 2px solid var(--burgundy);
  border-radius: var(--ring);
  box-shadow: 0 16px 30px rgba(122, 30, 44, 0.26);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s var(--ease), background-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.primary-link span {
  font-size: 18px;
  transition: transform 0.2s var(--ease);
}

.primary-link:hover {
  background: var(--burgundy-deep);
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(122, 30, 44, 0.32);
}

.primary-link:hover span {
  transform: translate(3px, -3px);
}

.location {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

/* ---------- Hero media: the sunset arch ---------- */

.hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 54px 54px 20px;
}

/* concentric arch outline behind */
.hero-media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: calc(100% + 26px);
  height: calc(100% - 6px);
  transform: translateX(-50%) rotate(-2.5deg);
  border: 2px solid rgba(122, 30, 44, 0.20);
  border-radius: 300px 300px 26px 26px;
  z-index: 0;
}

.hero-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  aspect-ratio: 3 / 4;
  border-radius: 260px 260px 22px 22px;
  background-color: var(--burgundy);
  background-image:
    linear-gradient(180deg, rgba(40, 8, 10, 0) 44%, rgba(40, 8, 10, 0.66) 100%),
    url("assets/cinnarelle-hero.png"),
    linear-gradient(150deg, #7a1e2c 0%, #b5561f 55%, #dd9b3c 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* the 70s sunset rings */
  box-shadow:
    0 0 0 8px var(--cream),
    0 0 0 20px var(--gold),
    0 0 0 32px var(--rust),
    0 0 0 44px var(--burgundy),
    var(--shadow);
  animation: floaty 7s var(--ease) infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
  border: 1.5px solid rgba(255, 246, 233, 0.28);
  border-radius: 244px 244px 12px 12px;
}

.image-badge {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: var(--cream);
}

.image-badge span {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
}

.image-badge strong {
  margin-top: 4px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 27px;
  font-variation-settings: "SOFT" 40, "opsz" 40;
  letter-spacing: -0.01em;
}

.image-side-note {
  position: absolute;
  top: 50%;
  right: -6px;
  z-index: 3;
  color: rgba(76, 15, 25, 0.55);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

/* ---------- Scalloped divider ---------- */

.wave {
  display: block;
  width: 100vw;
  max-width: none;
  height: 26px;
  margin-top: 6px;
  margin-left: calc(50% - 50vw);
  color: var(--burgundy);
}

/* ---------- Marquee strip ---------- */

.brand-strip {
  width: 100vw;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  color: var(--cream);
  background: var(--burgundy);
  border: 0;
}

.strip-track {
  min-width: max-content;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 26px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(22px, 2vw, 34px);
  font-variation-settings: "SOFT" 40, "opsz" 60;
  white-space: nowrap;
  animation: marquee 26s linear infinite;
}

.strip-track i {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: normal;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Footer ---------- */

.site-footer {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 26px 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.site-footer a {
  width: max-content;
  color: var(--burgundy);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(122, 30, 44, 0.28);
}

.site-footer a:hover {
  border-bottom-color: var(--burgundy);
}

.site-footer p {
  margin: 0;
}

.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child  { text-align: right; }

/* ---------- Focus ---------- */

.primary-link:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
  border-radius: 6px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 40px;
  }
  .hero-photo { width: min(100%, 400px); }
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }
  .hero-copy { max-width: 720px; }
  .hero-media {
    padding: 60px 40px 20px;
    order: -1;
    margin-bottom: 12px;
  }
  .hero-photo { width: min(84%, 430px); }
}

@media (max-width: 560px) {
  .site-header { min-height: 88px; }
  .brand-logo { max-width: 190px; max-height: 62px; }
  .brand-fallback { font-size: 34px; }
  .header-status { font-size: 9.5px; letter-spacing: 0.12em; padding: 8px 12px; }

  .hero { padding-top: 40px; }
  .eyebrow { font-size: 9.5px; letter-spacing: 0.13em; }
  h1 { line-height: 0.88; }

  .hero-media { padding: 44px 30px 10px; }
  .hero-photo {
    width: min(90%, 360px);
    border-radius: 200px 200px 18px 18px;
    box-shadow:
      0 0 0 6px var(--cream),
      0 0 0 15px var(--gold),
      0 0 0 24px var(--rust),
      0 0 0 33px var(--burgundy),
      0 26px 60px rgba(63, 17, 15, 0.26);
  }
  .hero-photo::after { inset: 11px; border-radius: 188px 188px 10px 10px; }
  .image-badge { left: 22px; bottom: 20px; }

  .hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; }

  .site-footer {
    min-height: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }
  .site-footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  h1 .line { opacity: 1; transform: none; }
}
