@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --ink: #17231c;
  --forest: #173f31;
  --forest-dark: #0e2b22;
  --jade: #6e8b6a;
  --jade-light: #dce6d6;
  --wood: #7a5334;
  --gold: #bf9140;
  --orange: #c86f3d;
  --line: rgba(23, 63, 49, .15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.notice { padding: 9px 20px; color: #f9f2dd; background: var(--forest-dark); text-align: center; font-size: 11px; letter-spacing: .08em; }
.header { position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 0 clamp(20px, 5vw, 85px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { width: 148px; height: 62px; display: block; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.header nav a { text-decoration: none; }
.header nav a:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.header-cta { padding: 12px 19px; color: white; background: var(--forest); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 800; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #e6ce9e; }
.hero { min-height: 710px; padding: clamp(55px, 7vw, 105px) clamp(22px, 6vw, 100px); display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: center; gap: clamp(45px,7vw,110px); overflow: hidden; background: radial-gradient(circle at 80% 45%, #dce7d5 0, #eef0de 27%, transparent 57%); }
.hero-copy h1, .section h2, .video-section h2, .order h2, .faq h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; }
.hero-copy h1 { max-width: 760px; font-size: clamp(58px, 6.4vw, 100px); }
.hero-copy h1 em { color: var(--forest); font-weight: 600; }
.lead { max-width: 650px; margin: 30px 0 24px; color: #5e655f; font-size: clamp(16px,1.3vw,19px); line-height: 1.8; }
.price-line { margin-bottom: 26px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.price-line strong { color: var(--forest); font-family: var(--serif); font-size: 34px; }
.price-line span { padding: 7px 12px; color: #5f6a5f; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { color: white; background: var(--forest); box-shadow: 0 14px 35px rgba(23,63,49,.19); }
.button.primary:hover { transform: translateY(-2px); }
.button.text { padding-inline: 4px; color: var(--forest); }
.quick-facts { margin-top: 43px; padding-top: 21px; display: flex; gap: 23px; border-top: 1px solid var(--line); color: #657067; font-size: 11px; }
.quick-facts b { margin-right: 5px; color: var(--forest); }
.hero-media { position: relative; min-height: 560px; }
.arch { position: absolute; inset: 0 10% 0 5%; margin: 0; overflow: hidden; border-radius: 48% 48% 18px 18px; background: #ddd2bd; box-shadow: 0 35px 80px rgba(35,55,40,.19); }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.stone-card { position: absolute; left: 0; bottom: 7%; width: 210px; padding: 18px 20px; display: grid; gap: 6px; color: var(--forest-dark); background: rgba(255,253,248,.95); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 16px 35px rgba(20,45,35,.15); }
.stone-card span, .price-badge small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.stone-card b { font-family: var(--serif); font-size: 17px; line-height: 1.3; }
.price-badge { position: absolute; top: 10%; right: 0; width: 115px; height: 115px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--forest); text-align: center; box-shadow: 0 18px 40px rgba(23,63,49,.25); }
.price-badge b { font-family: var(--serif); font-size: 30px; }
.price-badge small { color: #e9d7ae; }
.section { padding: clamp(74px,8vw,125px) clamp(22px,6vw,100px); }
.intro { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); gap: 50px 90px; background: var(--paper); }
.section-title h2 { font-size: clamp(44px,5vw,74px); }
.intro-copy { align-self: end; color: #5f665f; line-height: 1.8; }
.intro-copy p { margin: 0 0 18px; }
.intro-copy .disclaimer { padding: 16px 18px; background: #f2eee2; border-left: 3px solid var(--gold); font-size: 12px; }
.spec-grid { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid article { padding: 31px; border-right: 1px solid var(--line); }
.spec-grid article:last-child { border: 0; }
.spec-grid span { color: var(--gold); font-size: 11px; font-weight: 800; }
.spec-grid b { margin: 13px 0 9px; display: block; font-family: var(--serif); font-size: 25px; }
.spec-grid p { margin: 0; color: #667067; font-size: 13px; line-height: 1.7; }
.gallery { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 420px 420px; gap: 20px; background: #eee8dc; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 15px; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.gallery-large { grid-row: 1/3; }
.gallery > figure:nth-child(3) { display: none; }
.gallery-note { padding: clamp(28px,4vw,58px); display: flex; justify-content: center; flex-direction: column; color: white; background: var(--forest); border-radius: 15px; }
.gallery-note h2 { font-size: clamp(35px,4vw,58px); }
.gallery-note p:not(.eyebrow) { color: #d7e0d6; line-height: 1.7; }
.gallery-note a { margin-top: 14px; color: #f1d69e; font-weight: 800; }
.video-section { padding: clamp(75px,9vw,140px) clamp(22px,6vw,100px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px,8vw,120px); align-items: center; color: #f8f2df; background: var(--forest-dark); }
.video-copy h2 { font-size: clamp(44px,5vw,76px); }
.video-copy > p:not(.eyebrow) { color: #cbd7ce; line-height: 1.8; }
.video-copy ul { padding: 0; list-style: none; color: #dfe6df; line-height: 2; font-size: 13px; }
.video-copy li::before { content: "✓"; margin-right: 9px; color: #e0b45e; font-weight: 800; }
.videos { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.videos video { width: 100%; max-height: 680px; aspect-ratio: 9/16; object-fit: cover; border-radius: 18px; background: #0a1510; box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.videos video:nth-child(2) { transform: translateY(35px); }
.fit { display: grid; grid-template-columns: minmax(340px,.84fr) minmax(0,1.16fr); align-items: center; gap: clamp(50px,8vw,130px); background: #f2ede2; }
.fit-image { height: 680px; overflow: hidden; border-radius: 50% 50% 14px 14px; }
.fit-image img { width: 100%; height: 100%; object-fit: cover; }
.fit-copy h2 { font-size: clamp(44px,5vw,72px); }
.fit-copy > p:not(.eyebrow) { color: #60675f; line-height: 1.8; }
.fit-steps { margin: 32px 0; display: grid; }
.fit-steps > div { padding: 18px 0; display: grid; grid-template-columns: 40px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.fit-steps > div:last-child { border-bottom: 1px solid var(--line); }
.fit-steps > div > b { color: var(--orange); }
.fit-steps span { color: #606860; font-size: 13px; line-height: 1.6; }
.fit-steps strong { display: block; color: var(--ink); font-size: 15px; }
.care { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; background: var(--paper); }
.care h2 { font-size: clamp(44px,5vw,72px); }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.care-grid article { padding: 27px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-grid article:nth-child(2n) { border-right: 0; }
.care-grid b { color: var(--forest); font-family: var(--serif); font-size: 21px; }
.care-grid p { margin-bottom: 0; color: #687168; font-size: 13px; line-height: 1.7; }
.order { padding: clamp(72px,8vw,125px) clamp(22px,5vw,85px); display: grid; grid-template-columns: minmax(320px,.72fr) minmax(550px,1.28fr); align-items: start; gap: clamp(45px,7vw,110px); color: white; background: linear-gradient(135deg, #15382c, #214d3d); }
.order-copy { position: sticky; top: 115px; }
.order-copy h2 { font-size: clamp(45px,5vw,76px); }
.order-copy > p:not(.eyebrow) { color: #d1ddd3; line-height: 1.8; }
.order-copy ol { margin: 30px 0 0; padding: 24px 0 0 23px; border-top: 1px solid rgba(255,255,255,.16); color: #e0e8e2; line-height: 2.1; }
.form, .deposit { padding: clamp(24px,4vw,52px); color: var(--ink); background: var(--paper); border-radius: 24px; box-shadow: 0 28px 70px rgba(8,28,21,.25); }
.selected { margin-bottom: 32px; padding: 13px; display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: center; background: #edf1e8; border-radius: 14px; }
.selected img { width: 92px; height: 92px; object-fit: cover; border-radius: 10px; }
.selected span { min-width: 0; display: grid; gap: 4px; }
.selected small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.selected b { font-family: var(--serif); font-size: 21px; line-height: 1.25; }
.selected strong { color: var(--forest); }
.form fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.form legend { margin-bottom: 18px; color: var(--forest); font-family: var(--serif); font-size: 24px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { color: #4f5951; font-size: 12px; font-weight: 700; }
.form label.full { grid-column: 1/-1; }
.form input, .form textarea, .form select { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #d1d9cf; border-radius: 9px; outline: none; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(110,139,106,.13); }
.form textarea { min-height: 80px; resize: vertical; }
.helper { margin: -5px 0 16px; color: #747d74; font-size: 11px; line-height: 1.6; }
.trap { position: absolute; left: -9999px; }
.consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.6; }
.consent input { width: auto; margin: 2px 0 0; }
.submit { width: 100%; min-height: 55px; margin-top: 18px; border: 0; border-radius: 999px; color: white; background: var(--forest); font-weight: 800; cursor: pointer; }
.submit:disabled { opacity: .65; cursor: wait; }
.privacy { margin-top: 11px; display: block; color: #818981; text-align: center; font-size: 10px; }
.error { padding: 11px 13px; color: #8b1f1f; background: #fbe4df; border-radius: 8px; font-size: 12px; }
.deposit { text-align: center; }
.deposit-status { padding: 8px 13px; display: inline-block; color: #69470a; background: #f9e5ad; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.deposit > .eyebrow { margin-top: 15px; }
.deposit h3 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(34px,4vw,52px); }
.selected-product { padding: 13px; color: var(--forest); background: #edf1e8; border-radius: 12px; font-weight: 800; }
.amount { margin: 16px 0; padding: 18px; display: grid; gap: 4px; border: 1px solid #cfdccf; border-radius: 16px; }
.amount small { font-size: 10px; }
.amount strong { color: var(--forest); font-family: var(--serif); font-size: 42px; }
.payment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; text-align: left; }
.qr-payment { margin: 0; padding: 18px; border: 1px solid #d7ded5; border-radius: 15px; text-align: center; }
.qr-payment img { width: min(100%,300px); margin: auto; }
.qr-payment figcaption { margin-top: 10px; color: #6c756d; font-size: 10px; line-height: 1.5; }
.bank { overflow: hidden; border: 1px solid #d7ded5; border-radius: 15px; }
.bank p { min-height: 57px; margin: 0; padding: 12px 13px; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #e1e6df; }
.bank p span { color: #6d766e; font-size: 9px; }
.bank p b { font-size: 12px; overflow-wrap: anywhere; }
.bank button { padding: 7px 9px; color: var(--forest); background: transparent; border: 1px solid #9fb4a3; border-radius: 8px; font-size: 9px; cursor: pointer; }
.bank > small { padding: 13px; display: block; color: #687168; font-size: 10px; line-height: 1.5; }
.again { margin-top: 20px; color: var(--forest); background: none; border: 0; text-decoration: underline; cursor: pointer; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; background: #eee8dc; }
.faq h2 { font-size: clamp(44px,5vw,72px); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 0; color: var(--forest-dark); font-family: var(--serif); font-size: 20px; font-weight: 700; cursor: pointer; }
.faq details p { margin: 0 0 23px; color: #606860; line-height: 1.75; }
footer { min-height: 130px; padding: 28px clamp(24px,6vw,100px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; color: #d5dfd8; background: #0c241c; }
.footer-logo { width: 150px; height: 70px; display: block; overflow: hidden; filter: brightness(1.08); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
footer > p { text-align: center; font-size: 12px; }
footer nav { display: flex; justify-content: flex-end; gap: 18px; font-size: 12px; }
footer nav a { text-decoration: none; }
.mobile-bar { display: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 45px; }
  .arch { inset-inline: 0 5%; }
  .stone-card { display: none; }
  .order { grid-template-columns: .7fr 1.3fr; gap: 45px; }
}

@media (max-width: 790px) {
  body { padding-bottom: 75px; }
  .notice { font-size: 9px; }
  .header { min-height: 68px; padding-inline: 17px; }
  .brand { width: 122px; height: 54px; }
  .header nav { display: none; }
  .header-cta { padding: 10px 14px; font-size: 11px; }
  .hero { min-height: 0; padding: 60px 20px 75px; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(55px,15vw,76px); }
  .lead { font-size: 15px; }
  .quick-facts { display: grid; gap: 8px; }
  .hero-media { min-height: 480px; }
  .arch { inset: 0; }
  .price-badge { top: -20px; right: -8px; width: 95px; height: 95px; }
  .price-badge b { font-size: 25px; }
  .section { padding: 76px 20px; }
  .intro, .care, .faq { grid-template-columns: 1fr; gap: 30px; }
  .section-title h2, .fit-copy h2, .care h2, .faq h2 { font-size: 44px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid article { padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery { padding-inline: 20px; grid-template-columns: 1fr 1fr; grid-template-rows: 480px 270px auto; }
  .gallery-large { grid-column: 1/-1; grid-row: auto; }
  .gallery > figure:nth-child(3) { display: block; }
  .gallery-note { grid-column: 1/-1; }
  .video-section { padding: 78px 20px 110px; grid-template-columns: 1fr; }
  .video-copy h2 { font-size: 45px; }
  .videos { gap: 10px; }
  .videos video:nth-child(2) { transform: translateY(25px); }
  .fit { grid-template-columns: 1fr; }
  .fit-image { height: 540px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-grid article { padding-inline: 0; border-right: 0; }
  .order { padding: 76px 20px; grid-template-columns: 1fr; }
  .order-copy { position: static; }
  .order-copy h2 { font-size: 47px; }
  .form, .deposit { padding: 22px 16px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form label.full { grid-column: auto; }
  .selected { grid-template-columns: 75px 1fr; }
  .selected img { width: 75px; height: 75px; }
  .selected b { font-size: 17px; }
  .payment-grid { grid-template-columns: 1fr; }
  .bank p { grid-template-columns: 84px 1fr auto; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { margin: auto; }
  footer > p { margin: 0; }
  footer nav { justify-content: center; }
  .mobile-bar { position: fixed; z-index: 55; left: 0; right: 0; bottom: 0; min-height: 70px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: white; background: rgba(14,43,34,.97); box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .mobile-bar span { display: grid; }
  .mobile-bar small { color: #d3ded7; font-size: 9px; }
  .mobile-bar b { font-family: var(--serif); font-size: 20px; }
  .mobile-bar a { padding: 12px 18px; color: var(--forest-dark); background: #f0d69e; border-radius: 999px; text-decoration: none; font-weight: 800; }
}

@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; grid-template-rows: 430px 330px 330px auto; }
  .gallery-large, .gallery-note { grid-column: auto; }
  .videos { grid-template-columns: 1fr; }
  .videos video:nth-child(2) { display: none; }
}
