:root {
  --paper: #f4f7f2;
  --ink: #13201d;
  --muted: #68746f;
  --green: #0f8f72;
  --blue: #2f5eea;
  --sun: #efb340;
  --line: rgba(19, 32, 29, 0.12);
  --card: rgba(255, 255, 255, 0.78);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: linear-gradient(135deg, #f7faf5 0%, var(--paper) 48%, #e7f4ef 100%);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

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

.hero-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 3rem);
  overflow: hidden;
}

.hero-copy {
  max-width: 40rem;
}

.brand-line {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-family: "Outfit", sans-serif;
}

.eyebrow {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: 0.94;
  max-width: 10ch;
}

h2 {
  margin-top: 0.9rem;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  line-height: 1;
  max-width: 11ch;
}

.lead {
  max-width: 35rem;
  margin-top: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.hero-actions,
.form-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.9rem 1.18rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.button.primary {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--green), #19b498);
  box-shadow: 0 18px 34px rgba(15, 143, 114, 0.26);
}

.button:hover,
.button:focus-visible {
  transform: translate3d(0, -4px, 0);
}

.button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lookbook {
  position: relative;
  min-height: min(72vh, 48rem);
}

.poster {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(24, 52, 44, 0.16);
}

.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 19, 16, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
}

.main-poster {
  inset: 2rem 0 4rem 4rem;
  border-radius: 2rem;
}

.small-poster {
  width: min(44%, 20rem);
  aspect-ratio: 1.1;
  left: 0;
  bottom: 0;
  border-radius: 1.4rem;
  transform: rotate(-4deg);
}

.focus-section,
.contact-section {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 3vw, 3rem);
}

.section-title {
  width: min(1120px, 100%);
  margin: 0 auto 1.2rem;
}

.focus-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.focus-card,
.contact-copy,
.contact-form {
  border: 1px solid var(--line);
  background: var(--card);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(24, 52, 44, 0.09);
}

.focus-card {
  min-height: 16rem;
  padding: 1.35rem;
  border-radius: 1.2rem;
}

.focus-card span {
  color: var(--blue);
  font-weight: 800;
}

.focus-card h3 {
  margin-top: 1.2rem;
  font-size: 1.7rem;
}

.focus-card p,
.contact-copy p,
label,
.form-note {
  color: var(--muted);
  line-height: 1.75;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.contact-copy,
.contact-form {
  min-width: 0;
  padding: clamp(1.3rem, 2vw, 2rem);
  border-radius: 1.4rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.row.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.55rem;
}

label span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}

textarea {
  min-height: 9.5rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(15, 143, 114, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 143, 114, 0.12);
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 900px) {
  .hero-section,
  .focus-grid,
  .contact-section,
  .row.two {
    grid-template-columns: 1fr;
  }

  .lookbook {
    min-height: 28rem;
  }

  .main-poster {
    inset: 0 0 5rem 1.5rem;
  }

  .small-poster {
    width: 58%;
  }
}
