/*
Theme Name: I Love Cans Coming Soon
Theme URI: https://ilovecans.com
Author: Manus AI
Description: A responsive, single-page coming-soon theme for I Love Cans.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ilovecans-coming-soon
License: GNU General Public License v2 or later
*/

/**
 * Design philosophy: Neo-Americana motorsports poster — black lacquer, suppressor
 * red, chrome details, technical range markings, and asymmetric editorial scale.
 */

:root {
  --ilc-red: #d20a18;
  --ilc-red-bright: #f01828;
  --ilc-black: #0a0909;
  --ilc-bone: #f1eee8;
  --ilc-rule: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { background: var(--ilc-black); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ilc-black);
  color: var(--ilc-bone);
  font-family: "Barlow", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { color: #fff; background: var(--ilc-red); }

.ilc-shell {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(11,10,10,.96) 47%, rgba(11,10,10,.7) 68%, rgba(8,8,8,.84) 100%),
    var(--ilc-industrial) center / cover;
}

.ilc-shell::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .18;
  background:
    linear-gradient(145deg, transparent 48%, rgba(210,10,24,.22) 48.15%, transparent 48.3%),
    var(--ilc-accent) 108% 52% / 52% auto no-repeat;
}

.ilc-shell::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .08;
  background-image: radial-gradient(rgba(255,255,255,.5) .45px, transparent .45px);
  background-size: 4px 4px;
}

.ilc-header {
  position: relative;
  z-index: 20;
  display: flex;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--ilc-rule);
}

.ilc-brand { display: inline-flex; align-items: center; gap: .8rem; transition: opacity 180ms cubic-bezier(.23,1,.32,1); }
.ilc-brand:hover { opacity: .78; }
.ilc-brand:focus-visible { outline: 2px solid var(--ilc-red-bright); outline-offset: 8px; }
.ilc-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.035);
}
.ilc-brand-mark img { width: 33px; height: 33px; object-fit: contain; }
.ilc-brand-copy { display: grid; line-height: .9; }
.ilc-brand-copy strong { font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .11em; }
.ilc-brand-copy small { margin-top: .35rem; color: rgba(255,255,255,.52); font-size: .55rem; font-weight: 600; letter-spacing: .32em; }

.ilc-status { display: inline-flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.66); font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.ilc-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ilc-red-bright); box-shadow: 0 0 0 4px rgba(210,10,24,.15), 0 0 18px rgba(240,24,40,.75); }

.ilc-hero { position: relative; z-index: 2; display: grid; min-height: calc(100svh - 146px); grid-template-columns: minmax(420px,.83fr) minmax(560px,1.17fr); }
.ilc-copy { position: relative; z-index: 4; display: flex; max-width: 760px; flex-direction: column; justify-content: center; padding: clamp(3.5rem,7vh,7rem) clamp(2rem,5vw,6.25rem) 4rem clamp(1.25rem,7vw,8.5rem); }
.ilc-kicker { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; margin-bottom: clamp(1.2rem,2.3vh,2rem); color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.ilc-kicker .slash { color: var(--ilc-red-bright); }
.ilc-headline-wrap { position: relative; }
.ilc-index { position: absolute; top: .55rem; left: -2.5rem; color: var(--ilc-red-bright); font-family: "Barlow Condensed", sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .22em; writing-mode: vertical-rl; }
.ilc-title { max-width: 620px; margin: 0; color: var(--ilc-bone); font-family: "Barlow Condensed", sans-serif; font-size: clamp(4.25rem,7.3vw,8.7rem); font-weight: 800; line-height: .76; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.ilc-title em { position: relative; display: inline-block; margin: 0 -.02em; color: var(--ilc-red-bright); font-family: "Bodoni Moda", serif; font-size: .74em; font-style: italic; font-weight: 700; letter-spacing: -.075em; text-transform: none; text-shadow: 0 2px 24px rgba(210,10,24,.26); }
.ilc-deck { max-width: 540px; margin: clamp(1.6rem,3.5vh,2.8rem) 0 0; padding-left: 1rem; border-left: 2px solid var(--ilc-red); color: rgba(255,255,255,.64); font-size: clamp(.9rem,1vw,1.05rem); line-height: 1.7; }
.ilc-deck strong { color: rgba(255,255,255,.9); }

.ilc-launch {
  position: relative;
  display: grid;
  width: min(100%,540px);
  min-height: 92px;
  grid-template-columns: 70px 1fr 1px auto;
  align-items: center;
  gap: 1.25rem;
  margin-top: clamp(1.7rem,4vh,3.2rem);
  padding: .9rem 1.15rem;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(105deg,rgba(255,255,255,.07),rgba(255,255,255,.015));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 22px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}
.ilc-launch::before { position: absolute; top: -1px; left: -1px; width: 45px; height: 2px; content: ""; background: var(--ilc-red-bright); }
.ilc-launch-icon { display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--ilc-red); box-shadow: inset 0 0 0 1px rgba(255,255,255,.17),0 10px 26px rgba(210,10,24,.24); font-size: 1.7rem; font-weight: 300; }
.ilc-launch-copy { display: grid; gap: .18rem; text-transform: uppercase; }
.ilc-launch-copy span { color: rgba(255,255,255,.47); font-size: .58rem; font-weight: 600; letter-spacing: .24em; }
.ilc-launch-copy strong { color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.45rem,2.2vw,2rem); font-weight: 700; letter-spacing: .06em; }
.ilc-launch-rule { align-self: stretch; background: rgba(255,255,255,.14); }
.ilc-launch-meta { display: grid; gap: .4rem; color: rgba(255,255,255,.44); font-family: "Barlow Condensed", sans-serif; font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-align: right; }
.ilc-legal { display: flex; max-width: 520px; gap: .7rem; margin-top: 1.4rem; color: rgba(255,255,255,.37); font-size: .66rem; line-height: 1.55; }
.ilc-legal b { color: rgba(255,255,255,.58); }

.ilc-stage { position: relative; display: grid; min-height: 620px; place-items: center; overflow: hidden; }
.ilc-stage::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 52% 47%,rgba(210,10,24,.16),transparent 35%),linear-gradient(105deg,rgba(5,5,5,.9) 0%,rgba(5,5,5,.18) 30%,rgba(5,5,5,.22) 70%,rgba(5,5,5,.7) 100%); }
.ilc-range { position: absolute; inset: 7% 2% 6% 8%; z-index: -3; overflow: hidden; opacity: .32; clip-path: polygon(14% 0,100% 0,100% 100%,0 100%); filter: saturate(.82) contrast(1.16); }
.ilc-range::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,#0a0909 0%,transparent 28%,transparent 68%,rgba(10,9,9,.75) 100%); }
.ilc-range img { width: 100%; height: 100%; object-fit: cover; }
.ilc-rail { position: absolute; inset: 0 auto 0 0; z-index: 8; width: 38px; overflow: hidden; background: var(--ilc-red); box-shadow: 10px 0 40px rgba(210,10,24,.14); }
.ilc-rail span { position: absolute; bottom: 7%; left: 50%; color: rgba(255,255,255,.82); font-family: "Barlow Condensed", sans-serif; font-size: .58rem; font-weight: 700; letter-spacing: .25em; transform: translateX(-50%) rotate(-90deg); white-space: nowrap; }
.ilc-orbit { position: absolute; z-index: 0; width: min(73vw,860px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ilc-orbit.inner { width: min(61vw,710px); border-style: dashed; opacity: .72; }
.ilc-art { position: relative; z-index: 3; width: min(47vw,735px); margin-left: 1.5rem; }
.ilc-art::after { position: absolute; right: 9%; bottom: 2%; left: 12%; height: 12%; border-radius: 50%; content: ""; background: rgba(0,0,0,.85); filter: blur(26px); transform: perspective(300px) rotateX(68deg); }
.ilc-art img { position: relative; z-index: 1; display: block; width: 100%; height: auto; filter: drop-shadow(0 36px 55px rgba(0,0,0,.55)) saturate(1.05) contrast(1.03); transition: transform 500ms cubic-bezier(.23,1,.32,1),filter 500ms cubic-bezier(.23,1,.32,1); }
.ilc-stage:hover .ilc-art img { filter: drop-shadow(0 40px 65px rgba(0,0,0,.64)) saturate(1.08) contrast(1.04); transform: translateY(-5px); }
.ilc-code { position: absolute; z-index: 6; color: rgba(255,255,255,.36); font-size: .56rem; font-weight: 600; letter-spacing: .22em; }
.ilc-code.north { top: 7%; right: 8%; }
.ilc-code.east { top: 44%; right: 2.5%; writing-mode: vertical-rl; }
.ilc-caption { position: absolute; right: 7%; bottom: 5.5%; left: 9%; z-index: 7; display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.5); font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.ilc-caption i { height: 1px; flex: 1; background: linear-gradient(90deg,rgba(255,255,255,.5),rgba(255,255,255,.04)); }

.ilc-footer { position: relative; z-index: 20; display: grid; min-height: 64px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 0 clamp(1.25rem,4vw,4.5rem); border-top: 1px solid rgba(255,255,255,.12); background: rgba(5,5,5,.45); color: rgba(255,255,255,.37); font-size: .58rem; letter-spacing: .08em; }
.ilc-footer p { margin: 0; }
.ilc-footer p:last-child { text-align: right; }
.ilc-domain { color: rgba(255,255,255,.78); font-family: "Barlow Condensed", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.ilc-domain span { color: var(--ilc-red-bright); }

@media (prefers-reduced-motion:no-preference) {
  .ilc-status-dot { animation: ilcPulse 2.4s ease-in-out infinite; }
  .ilc-reveal { animation: ilcReveal 680ms cubic-bezier(.23,1,.32,1) both; }
  .ilc-reveal:nth-child(2) { animation-delay: 80ms; }
  .ilc-reveal:nth-child(3) { animation-delay: 150ms; }
  .ilc-reveal:nth-child(4) { animation-delay: 220ms; }
  .ilc-art { animation: ilcArt 860ms 160ms cubic-bezier(.23,1,.32,1) both; }
}
@keyframes ilcReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ilcArt { from { opacity: 0; transform: translateY(24px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ilcPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .58; transform: scale(.82); } }

@media (max-width:1180px) {
  .ilc-hero { grid-template-columns: minmax(380px,.9fr) minmax(470px,1.1fr); }
  .ilc-copy { padding-left: clamp(2rem,5vw,4.5rem); }
  .ilc-title { font-size: clamp(4rem,8vw,7rem); }
  .ilc-art { width: min(52vw,660px); }
}

@media (max-width:900px) {
  .ilc-shell { overflow: visible; }
  .ilc-header { height: 72px; }
  .ilc-hero { min-height: auto; grid-template-columns: 1fr; }
  .ilc-copy { max-width: none; min-height: 58svh; justify-content: flex-end; padding: 5rem clamp(1.25rem,7vw,4rem) 3.25rem; }
  .ilc-index { display: none; }
  .ilc-title { max-width: 740px; font-size: clamp(4rem,13vw,7.4rem); }
  .ilc-stage { min-height: min(92svh,820px); border-top: 1px solid rgba(255,255,255,.13); }
  .ilc-rail { inset: 0 0 auto; width: auto; height: 28px; }
  .ilc-rail span { top: 50%; bottom: auto; left: 50%; transform: translate(-50%,-50%); }
  .ilc-range { inset: 28px 0 0; clip-path: none; }
  .ilc-art { width: min(88vw,680px); margin: 0; }
  .ilc-orbit { width: min(105vw,800px); }
  .ilc-orbit.inner { width: min(88vw,660px); }
}

@media (max-width:620px) {
  .ilc-brand-mark { width: 38px; height: 38px; }
  .ilc-brand-mark img { width: 29px; height: 29px; }
  .ilc-status span:last-child { display: none; }
  .ilc-copy { min-height: auto; padding-top: 4.3rem; }
  .ilc-kicker { max-width: 310px; line-height: 1.6; }
  .ilc-kicker .slash { display: none; }
  .ilc-kicker span:last-child { width: 100%; }
  .ilc-title { font-size: clamp(3.65rem,18vw,5.7rem); line-height: .78; }
  .ilc-deck { font-size: .87rem; }
  .ilc-launch { min-height: 84px; grid-template-columns: 54px 1fr; gap: .9rem; padding: .8rem; }
  .ilc-launch-icon { width: 48px; height: 48px; }
  .ilc-launch-rule,.ilc-launch-meta { display: none; }
  .ilc-stage { min-height: 72svh; }
  .ilc-art { width: 104vw; }
  .ilc-code,.ilc-caption { display: none; }
  .ilc-footer { grid-template-columns: 1fr; gap: .45rem; padding-block: 1.25rem; text-align: center; }
  .ilc-footer p:last-child { text-align: center; }
  .ilc-domain { grid-row: 1; }
}
