:root {
  --ivory: #f7f4ec;
  --white: #fffdf8;
  --ink: #2a211d;
  --red: #b84f3f;
  --rose: #d8a697;
  --butter: #e7cc79;
  --blue: #9db3ba;
  --line: rgba(42, 33, 29, .22);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
img { display: block; }

.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--white); background: var(--red); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.announcement span { font-size: 7px; }
.site-header { position: relative; z-index: 10; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; background: var(--white); border-bottom: 1px solid var(--line); }
.main-nav { display: flex; gap: 28px; }
.main-nav a, .header-contact { padding: 4px 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.wordmark, .footer-wordmark { font-family: var(--serif); font-size: 31px; letter-spacing: -.055em; }
.header-contact { justify-self: end; border-bottom: 1px solid; }
.menu-button { display: none; }

.hero { position: relative; display: grid; grid-template-columns: 58% 42%; grid-template-rows: 1fr 1fr; height: min(780px, calc(100vh - 112px)); min-height: 650px; overflow: hidden; }
.hero-panel { position: relative; overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(34,19,14,.02), rgba(34,19,14,.16)); }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-panel:hover img { transform: scale(1.025); }
.hero-main { grid-row: 1 / 3; border-right: 2px solid var(--ivory); }
.hero-ring { border-bottom: 2px solid var(--ivory); }
.hero-necklace img { object-position: center 60%; }
.hero-message { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(760px, 80vw); padding: 45px; color: var(--white); text-align: center; text-shadow: 0 2px 28px rgba(41,24,15,.45); }
.hero-message p, .kicker { margin: 0 0 24px; color: var(--red); font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }
.hero-message p { color: var(--white); }
.hero-message h1 { margin: 0; font-family: var(--serif); font-size: clamp(66px, 7.8vw, 122px); font-weight: 400; line-height: .82; letter-spacing: -.075em; }
.hero-message em { color: var(--white); font-weight: 400; }
.hero-message a { display: inline-flex; gap: 50px; margin-top: 36px; padding-bottom: 7px; border-bottom: 1px solid; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }

.intro { padding: 130px 12vw; text-align: center; }
.intro h2 { max-width: 1020px; margin: 0 auto; font-family: var(--serif); font-size: clamp(46px, 5.5vw, 80px); font-weight: 400; line-height: 1.05; letter-spacing: -.055em; }
.intro > p:last-child { max-width: 610px; margin: 36px auto 0; font-family: var(--serif); font-size: 18px; line-height: 1.55; }

.collection { padding: 110px 3.5vw 135px; background: var(--white); border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section-heading .kicker { margin-bottom: 12px; }
.section-heading h2, .studio-copy h2, .contact-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 74px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 7px; max-width: 350px; font-family: var(--serif); font-size: 15px; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 62px 16px; }
.product-image { position: relative; aspect-ratio: .93; overflow: hidden; background: #eadfce; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image > span { position: absolute; top: 13px; left: 13px; width: 31px; height: 31px; display: grid; place-items: center; background: rgba(255,253,248,.88); border-radius: 50%; font-size: 8px; }
.product-info { display: flex; justify-content: space-between; gap: 20px; padding: 16px 1px 13px; }
.product-info h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.product-info p, .product-info strong { margin: 0; font-size: 8px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }
.inquire-button { width: 100%; display: flex; justify-content: space-between; padding: 12px 1px 9px; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.inquire-button:hover { color: var(--red); }

.studio-story { display: grid; grid-template-columns: 58% 42%; min-height: 760px; border-top: 1px solid var(--line); }
.studio-image { position: relative; overflow: hidden; }
.studio-image img { width: 100%; height: 100%; object-fit: cover; }
.studio-image > span { position: absolute; left: 24px; bottom: 22px; color: var(--white); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.studio-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 6vw; background: var(--blue); }
.studio-copy > p:not(.kicker) { margin: 35px 0 38px; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.studio-copy > a { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 125px 7vw; background: var(--butter); }
.contact-intro > p:not(.kicker) { max-width: 500px; margin: 34px 0 30px; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.contact-intro > a { padding-bottom: 6px; border-bottom: 1px solid; font-size: 10px; letter-spacing: .1em; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: 1 / 3; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 16px; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form button { grid-column: 1 / 3; display: flex; justify-content: space-between; margin-top: 8px; padding: 16px 18px; border: 1px solid var(--ink); background: transparent; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.contact-form button:hover { color: var(--white); background: var(--ink); }
.contact-form > p { grid-column: 1 / 3; margin: -12px 0 0; font-size: 8px; opacity: .6; }

footer { padding: 80px 4vw 24px; color: var(--white); background: var(--red); }
.footer-wordmark { display: block; font-size: clamp(80px, 14vw, 190px); line-height: .78; }
.footer-meta { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.4); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-button { display: flex; flex-direction: column; gap: 5px; width: 30px; padding: 7px 0; border: 0; background: none; }
  .menu-button span { width: 21px; height: 1px; background: var(--ink); }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; width: 100%; padding: 28px 4vw; background: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .hero { height: 720px; grid-template-columns: 1fr 1fr; grid-template-rows: 64% 36%; }
  .hero-main { grid-column: 1 / 3; grid-row: 1; border-right: 0; border-bottom: 2px solid var(--ivory); }
  .hero-ring { grid-column: 1; grid-row: 2; border-right: 2px solid var(--ivory); border-bottom: 0; }
  .hero-necklace { grid-column: 2; grid-row: 2; }
  .hero-message { top: 34%; }
  .studio-story { grid-template-columns: 1fr 1fr; }
  .contact-section { gap: 6vw; }
}

@media (max-width: 700px) {
  .announcement { gap: 7px; font-size: 7px; letter-spacing: .1em; }
  .announcement span { display: none; }
  .wordmark { font-size: 25px; }
  .header-contact { font-size: 7px; }
  .hero-message { width: 92vw; padding: 25px 8px; }
  .hero-message h1 { font-size: 16.5vw; }
  .intro { padding: 100px 7vw; }
  .collection { padding: 90px 5vw; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .product-grid { grid-template-columns: 1fr; gap: 52px; }
  .product-image { aspect-ratio: 1; }
  .studio-story { grid-template-columns: 1fr; }
  .studio-image { min-height: 110vw; }
  .studio-copy { padding: 95px 7vw; }
  .contact-section { grid-template-columns: 1fr; gap: 65px; padding: 95px 7vw; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form button, .contact-form > p { grid-column: 1; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
