:root {
  --mauve: #b56f78;
  --mauve-deep: #944f59;
  --mauve-soft: #dfb7b8;
  --sage: #73795d;
  --sage-deep: #4f573f;
  --sage-soft: #dfe2d4;
  --gold: #b88339;
  --ink: #33312f;
  --cream: #fff8ef;
  --blush: #f7ebe6;
  --line: #eadbd3;
  --shadow: 0 24px 80px rgba(89, 76, 66, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(181, 111, 120, .16), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(115, 121, 93, .16), transparent 24rem),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  font-family: Avenir, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  text-decoration: none;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand-text span {
  color: var(--mauve);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.brand-text small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .32em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 24px;
  color: var(--sage);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

nav a,
.contact-links a {
  text-decoration: none;
}

nav a:hover,
.contact-links a:hover {
  color: var(--mauve);
}

main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.02fr .82fr;
  gap: 34px;
  align-items: center;
  padding: 22px 0 72px;
}

.hero-art {
  overflow: hidden;
  border: 1px solid rgba(234, 219, 211, .9);
  border-radius: 42px;
  background: var(--blush);
  box-shadow: var(--shadow);
}

.hero-art img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-hero {
  display: grid;
  min-height: 540px;
  place-items: center;
  padding: 46px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .78), transparent 19rem),
    linear-gradient(135deg, rgba(247, 235, 230, .92), rgba(223, 226, 212, .42)),
    var(--blush);
}

.logo-hero img {
  max-width: min(100%, 520px);
  border-radius: 34px;
  box-shadow: 0 18px 60px rgba(89, 76, 66, .08);
}

.panel {
  padding: 44px;
  border: 1px solid rgba(234, 219, 211, .9);
  border-radius: 34px;
  background: rgba(255, 250, 247, .88);
  box-shadow: 0 18px 60px rgba(89, 76, 66, .09);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--mauve);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 70px);
  line-height: 1;
  letter-spacing: -.045em;
}

h2 {
  color: var(--mauve);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

h3 {
  margin-bottom: 12px;
  color: var(--sage-deep);
  font-size: 23px;
}

.intro {
  color: #4c4844;
  font-size: 20px;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  color: #fff;
  background: var(--sage);
  box-shadow: 0 14px 30px rgba(68, 82, 58, .22);
}

.primary:hover {
  background: var(--sage-deep);
}

.secondary {
  color: var(--mauve-deep);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(181, 111, 120, .28);
}

.split-section {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.split-section p:last-child {
  color: #545047;
  font-size: 21px;
  line-height: 1.75;
}

.trailer-photo {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border: 1px solid rgba(181, 111, 120, .24);
  border-radius: 30px;
  box-shadow: 0 18px 48px rgba(89, 76, 66, .12);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(230px, 360px) 1fr;
  gap: 42px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.about-photo {
  overflow: hidden;
  border: 1px solid rgba(181, 111, 120, .26);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(247, 235, 230, .96), rgba(255, 250, 247, .78)),
    var(--blush);
  box-shadow: 0 16px 46px rgba(89, 76, 66, .12);
}

.about-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-story {
  padding: 0;
}

.about-story h2 {
  margin-bottom: 18px;
}

.about-copy p {
  color: #545047;
  font-size: 19px;
  line-height: 1.7;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.occasions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.occasions article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(247, 235, 230, .58));
  box-shadow: 0 10px 40px rgba(93, 73, 65, .06);
}

.occasions span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .18em;
}

.occasions p,
.cta p {
  color: #625d55;
  line-height: 1.65;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-intro p:last-child {
  color: #625d55;
  font-size: 19px;
  line-height: 1.7;
}

.cta,
.inquiry-section {
  margin: 82px 0;
  padding: 58px;
  text-align: center;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(247, 235, 230, .96), rgba(223, 226, 212, .62)),
    var(--blush);
  box-shadow: var(--shadow);
}

.cta p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.inquiry-form {
  max-width: 840px;
  margin: 34px auto 0;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--sage-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inquiry-form .full {
  grid-column: 1 / -1;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(181, 111, 120, .26);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 15px 16px;
  text-transform: none;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(115, 121, 93, .7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(115, 121, 93, .12);
}

.inquiry-form button {
  margin: 24px auto 0;
  border: 0;
  cursor: pointer;
}

.form-status {
  margin: 16px 0 0;
  padding: 14px 16px;
  color: var(--sage-deep);
  background: rgba(223, 235, 218, .55);
  border: 1px solid rgba(84, 94, 70, .18);
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.form-status.error {
  color: var(--mauve-deep);
  background: rgba(248, 237, 234, .72);
  border-color: rgba(164, 83, 97, .22);
}

.form-note {
  margin: 18px 0 0;
  color: #625d55;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.form-note a {
  color: var(--mauve-deep);
  font-weight: 800;
  text-decoration: none;
}

.hidden {
  display: none;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
}

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
}

.footer-logo {
  width: 96px;
  border-radius: 22px;
}

footer p {
  margin: 8px 0 0;
  color: var(--sage);
  font-weight: 700;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 14px 20px;
  color: var(--sage-deep);
  font-weight: 700;
}

.email-link {
  line-height: 1.2;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage), var(--sage-deep));
  border: 1px solid rgba(84, 94, 70, .18);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(84, 94, 70, .12);
  line-height: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.social-links a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--mauve), var(--sage-deep));
  box-shadow: 0 12px 24px rgba(164, 83, 97, .16);
  transform: translateY(-1px);
}

.social-links svg {
  display: block;
  width: 22px;
  height: 22px;
}

.social-links svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links svg path {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 14px;
  }

  .hero-art {
    border-radius: 30px;
  }

  .panel {
    padding: 30px 24px;
  }

  .about-section,
  .split-section,
  .occasions {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 360px;
  }

  .split-section {
    gap: 16px;
    padding: 48px 0;
  }

  .cta,
  .inquiry-section {
    margin: 52px 0;
    padding: 34px 22px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  main,
  footer,
  .site-header {
    width: min(100% - 28px, 1120px);
  }

  .brand-text span {
    font-size: 23px;
  }

  .brand-text small {
    font-size: 9px;
    letter-spacing: .24em;
  }

  h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .button {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}
