:root {
  --ink: #692238;
  --rose: #d95070;
  --pink: #f6d1d6;
  --blush: #fff4f3;
  --cream: #fffdfb;
  --gold: #e6a55c;
  --line: #efcfd3;
  --shadow: 0 18px 45px rgba(108, 42, 59, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #4a2934; background: var(--cream); font-family: "DM Sans", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; background: rgba(255, 253, 251, 0.96); border-bottom: 1px solid rgba(230, 165, 92, 0.65); display: flex; justify-content: space-between; min-height: 76px; padding: 10px clamp(24px, 6vw, 112px); position: sticky; top: 0; z-index: 10; }
.brand { color: var(--ink); display: flex; flex-direction: column; font-family: "Playfair Display", serif; font-size: clamp(21px, 2.1vw, 32px); line-height: 0.95; text-align: center; }
.brand-mark { color: var(--gold); font-family: "DM Sans", sans-serif; font-size: 24px; height: 18px; line-height: 16px; order: -1; }
.main-nav { align-items: center; display: flex; gap: clamp(18px, 2.6vw, 40px); }
.main-nav a { font-size: 14px; padding: 10px 0; position: relative; }
.main-nav a:hover, .main-nav a.active { color: var(--rose); }
.main-nav a.active::after { background: var(--rose); bottom: 3px; content: ""; height: 2px; left: 0; position: absolute; right: 0; }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; padding: 10px; }
.menu-button span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 4px; width: 24px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.hero { align-items: center; background: radial-gradient(circle at 82% 34%, #f9dce0 0, #fae9e9 32%, #fff8f7 70%); display: grid; gap: clamp(30px, 5vw, 90px); grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.8fr); min-height: 765px; overflow: hidden; padding: 38px clamp(24px, 6vw, 112px) 116px; position: relative; }
.hero-copy { max-width: 700px; position: relative; z-index: 1; }
.hero-art { align-self: center; display: flex; justify-content: center; min-width: 0; position: relative; z-index: 1; }
.hero-art::before { display: none; }
.hero-photo-frame { background: var(--pink); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; width: min(100%, 410px); aspect-ratio: 2 / 3; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: contain; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: "Playfair Display", serif; margin: 0; }
h1 { font-size: clamp(50px, 6vw, 83px); font-weight: 500; letter-spacing: -0.04em; line-height: 1.04; }
.hero-ornament { align-items: center; color: var(--gold); display: flex; gap: 14px; margin: 28px 0 18px; width: 350px; }
.hero-ornament::before, .hero-ornament::after { background: var(--gold); content: ""; height: 1px; width: 120px; }
.hero-ornament span { font-size: 23px; }
.hero-intro { font-size: 17px; line-height: 1.65; margin: 0 0 30px; max-width: 530px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-proof { color: #77505d; font-size: 13px; font-weight: 700; line-height: 1.6; margin: 22px 0 0; }
.button { border-radius: 8px; display: inline-flex; font-weight: 600; justify-content: center; padding: 15px 23px; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { box-shadow: 0 12px 22px rgba(139, 40, 66, 0.18); transform: translateY(-2px); }
.button-primary { background: var(--rose); color: white; }
.button-secondary { border: 1px solid var(--rose); color: var(--rose); }
.hero-wave { bottom: -1px; fill: var(--cream); height: 118px; left: 0; position: absolute; width: 100%; }

.section-shell { margin: 0 auto; max-width: 1240px; padding-left: 28px; padding-right: 28px; }
.benefits { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: -47px; position: relative; z-index: 2; }
.benefit-card { align-items: center; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); display: flex; gap: 15px; padding: 20px 22px; }
.benefit-icon { align-items: center; background: #f9c7cd; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #e8a4ae; color: white; display: grid; flex: 0 0 51px; font-size: 23px; height: 51px; place-content: center; }
.benefit-card h2 { font-family: "Playfair Display", serif; font-size: 20px; }
.benefit-card p { font-size: 13px; margin: 4px 0 0; }

.customize { align-items: center; display: grid; gap: clamp(38px, 8vw, 110px); grid-template-columns: 0.85fr 1.15fr; padding-bottom: 100px; padding-top: 100px; }
.customize-copy h2, .materials-story-copy h2 { font-size: clamp(34px, 4vw, 54px); font-weight: 500; line-height: 1.08; }
.customize-copy > p:not(.eyebrow), .materials-story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; margin: 22px 0 25px; max-width: 510px; }
.customize-list { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.customize-list li { background: #fff8f6; border: 1px solid var(--line); border-radius: 14px; display: grid; gap: 4px; min-height: 132px; padding: 21px; }
.customize-list span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.customize-list strong { color: var(--ink); font-family: "Playfair Display", serif; font-size: 24px; font-weight: 600; }
.customize-list small { font-size: 14px; line-height: 1.5; }

.story { align-items: center; display: grid; gap: clamp(38px, 7vw, 100px); grid-template-columns: 0.85fr 1fr; padding-bottom: 120px; padding-top: 120px; }
.story-image-wrap { background: var(--pink); border-radius: 12px; overflow: hidden; width: min(100%, 360px); justify-self: center; }
.story-image-wrap img { height: auto; width: 100%; }
.story-copy h2 { font-size: clamp(32px, 4vw, 51px); font-weight: 500; line-height: 1.11; }
.story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; margin: 25px 0; max-width: 560px; }
.text-link { color: var(--rose); font-size: 15px; font-weight: 700; }
.text-link span { font-size: 20px; margin-left: 5px; }

.gallery { padding-bottom: 120px; }
.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 36px; }
.section-heading h2 { font-size: clamp(33px, 4vw, 54px); font-weight: 500; line-height: 1.05; }
.section-heading > p { line-height: 1.7; margin: 0; max-width: 360px; }
/* Full product portraits with quiet captions. */
.gallery-grid { display: grid; gap: 32px 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-card, .craft-grid figure { margin: 0; min-width: 0; }
.gallery-photo { display: block; aspect-ratio: 3 / 4; background: #f8eeec; overflow: hidden; border-radius: 4px; }
.gallery-card img { width: 100%; height: 100%; object-fit: contain; transition: transform 250ms ease; }
.gallery-photo:hover img { transform: scale(1.025); }
.gallery-card figcaption, .craft-grid figcaption { color: #77505d; font-family: "DM Sans", sans-serif; font-size: 14px; margin-top: 10px; line-height: 1.5; }
.craft-details { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 32px; }
.craft-details h3 { font-size: 26px; font-weight: 500; margin-bottom: 24px; }
.craft-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.craft-photo { display: block; background: #f8eeec; aspect-ratio: 1; overflow: hidden; border-radius: 4px; }
.craft-photo img { width: 100%; height: 100%; object-fit: contain; }

.materials-story { align-items: start; background: #fff4f3; border-radius: 24px; display: grid; gap: 28px clamp(35px, 7vw, 96px); grid-template-columns: minmax(250px, .75fr) 1fr; margin-bottom: 112px; overflow: hidden; padding: clamp(28px, 5vw, 62px); }
.materials-list { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.materials-list li { background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 5px; min-height: 102px; padding: 18px; }
.materials-list strong { color: var(--ink); font-family: "Playfair Display", serif; font-size: 21px; font-weight: 600; }
.materials-list span { font-size: 14px; line-height: 1.45; }
.materials-cta { grid-column: 1 / -1; justify-self: start; }

.order-section { background: #fff3f1; padding: 105px 0; text-align: center; }
.order-section h2 { font-size: clamp(35px, 4vw, 56px); font-weight: 500; }
.order-steps { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin: 54px auto 36px; max-width: 1070px; }
.order-steps article { padding: 0 20px; position: relative; }
.order-steps article:not(:last-child)::after { border-top: 1px dashed var(--gold); content: ""; position: absolute; right: -34%; top: 31px; width: 68%; }
.order-steps span { align-items: center; background: white; border: 1px solid var(--gold); border-radius: 50%; color: var(--rose); display: inline-grid; font-weight: 700; height: 62px; place-content: center; position: relative; width: 62px; z-index: 1; }
.order-steps h3 { font-size: 23px; margin: 20px 0 9px; }
.order-steps p { font-size: 14px; line-height: 1.7; margin: 0 auto; max-width: 240px; }
.deposit-note { color: var(--rose); margin: 0 0 25px; }
.deposit-note span { font-size: 22px; margin-right: 6px; }

.pricing { padding-bottom: 110px; padding-top: 110px; }
.centered { align-items: center; flex-direction: column; margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.centered > p { max-width: 630px; }
.price-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.price-card { background: linear-gradient(135deg, #fff9f7, #fff0ed); border: 1px solid var(--line); border-radius: 18px; padding: 34px 22px; text-align: center; }
.featured-price { background: linear-gradient(135deg, #f8d7dc, #fff1eb); box-shadow: var(--shadow); transform: translateY(-8px); }
.price-flower { color: var(--gold); font-size: 30px; }
.price-label { color: var(--ink); font-family: "Playfair Display", serif; font-size: 23px; margin: 6px 0 9px; }
.price-card strong { color: var(--rose); display: block; font-family: "Playfair Display", serif; font-size: 27px; font-weight: 600; }
.price-card p:last-child { font-size: 14px; line-height: 1.6; margin: 11px 0 0; }
.pricing-note { color: #77505d; font-size: 14px; line-height: 1.7; margin: 34px auto 0; max-width: 650px; text-align: center; }

.contact-section { background: var(--ink); color: white; display: grid; gap: 75px; grid-template-columns: 1fr 0.9fr; padding: 105px max(28px, calc((100vw - 1184px) / 2)); }
.contact-section h2 { color: white; font-size: clamp(38px, 4vw, 57px); font-weight: 500; line-height: 1.08; }
.contact-copy > p:not(.eyebrow) { color: #f5dce1; line-height: 1.7; max-width: 460px; }
.contact-phone { color: #ffc5ce; display: inline-block; font-family: "Playfair Display", serif; font-size: 27px; margin-top: 14px; }
.contact-email { color: #f5dce1; display: block; font-size: 15px; margin-top: 10px; text-decoration: underline; text-underline-offset: 3px; }
.contact-form { background: white; border-radius: 16px; color: #522433; display: grid; gap: 15px; padding: 28px; }
.contact-form label { display: grid; font-size: 13px; font-weight: 700; gap: 7px; }
.contact-form input, .contact-form textarea { background: #fff9f8; border: 1px solid #e8c9ce; border-radius: 6px; color: #3b2630; font: inherit; padding: 11px; resize: vertical; }
.form-note { color: #77505d; font-size: 12px; margin: -6px 0 0; text-align: center; }
.site-footer { align-items: center; background: #4f172a; color: #f4d8dd; display: flex; font-size: 13px; gap: 18px; justify-content: space-between; padding: 22px max(28px, calc((100vw - 1184px) / 2)); }
.footer-links { align-items: center; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: flex-end; }
.footer-links a { text-decoration: underline; text-decoration-color: rgba(244, 216, 221, 0.45); text-underline-offset: 3px; }
.footer-links a:hover { color: white; text-decoration-color: white; }
.footer-links .ntx-credit { color: #ffd4a2; font-weight: 700; }
.legal-home-link { color: var(--rose); font-size: 14px; font-weight: 700; }
.legal-page { max-width: 820px; padding-bottom: 90px; padding-top: 85px; }
.legal-page h1 { font-size: clamp(42px, 6vw, 70px); font-weight: 500; margin-bottom: 10px; }
.legal-page h2 { font-size: 27px; font-weight: 600; margin: 40px 0 12px; }
.legal-page p { font-size: 16px; line-height: 1.8; margin: 0 0 18px; }
.legal-page a { color: var(--rose); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { color: #77505d; font-size: 14px !important; margin-bottom: 38px !important; }

@media (max-width: 850px) {
  .site-header { min-height: 67px; padding: 9px 24px; }
  .menu-button { display: block; }
  .main-nav { background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(67, 22, 37, 0.08); display: none; left: 0; padding: 12px 24px 20px; position: absolute; right: 0; top: 100%; }
  .main-nav.open { display: grid; gap: 0; }
  .main-nav a { padding: 12px 0; }
  .hero { display: block; min-height: 0; padding: 82px 24px 94px; }
  .hero-copy { max-width: 620px; }
  .hero-art { align-items: center; justify-content: center; margin-top: 36px; min-height: 0; padding: 0; }
  .hero-photo-frame { width: min(100%, 390px); }
  .benefits, .gallery-grid, .order-steps, .story, .contact-section, .price-grid, .customize, .materials-story { grid-template-columns: 1fr; }
  .benefits { margin-top: -35px; }
  .story { padding-bottom: 82px; padding-top: 82px; }
  .story-image-wrap { max-width: 440px; }
  .section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }
  .gallery-card-glasses, .gallery-card-soccer, .gallery-card-play, .gallery-card-shoes { grid-column: auto; }
  
  .featured-price { transform: none; }
  .order-steps article:not(:last-child)::after { display: none; }
  .order-steps { margin-top: 40px; }
  .contact-section { gap: 40px; padding-bottom: 75px; padding-top: 75px; }
  .customize { padding-bottom: 82px; padding-top: 82px; }
  .materials-story { margin-bottom: 82px; }
  .materials-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .brand { font-size: 22px; }
  .hero { padding: 66px 24px 78px; }
  .hero-art { min-height: 0; }
  .hero-photo-frame { width: min(100%, 330px); }
  h1 { font-size: 48px; }
  .hero-intro { font-size: 15px; max-width: 315px; }
  .hero-ornament { width: 270px; }
  .hero-ornament::before, .hero-ornament::after { width: 86px; }
  .button { font-size: 14px; padding: 14px 17px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .craft-grid { grid-template-columns: 1fr; }
  .materials-list { grid-template-columns: 1fr; }
  .hero-intro { font-size: 16px; }
  
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .benefits { padding-left: 20px; padding-right: 20px; }
  .benefit-card h2 { font-size: 19px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 22px 24px; }
  .footer-links { justify-content: flex-start; }
}


section[id] { scroll-margin-top: 90px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .gallery-card img { transition: none; }
  .button:hover, .gallery-photo:hover img { transform: none; }
}

.gallery-photo-glasses { aspect-ratio: 710 / 1064; }
.gallery-photo-glasses img { height: auto; max-width: none; transform: translateY(-15.36%); }
.gallery-photo-glasses:hover img { transform: translateY(-15.36%); }
.craft-photo-process { aspect-ratio: 710 / 680; }
.craft-photo-process img { height: auto; transform: translateY(-18.49%); }
.craft-photo-shoes { aspect-ratio: 710 / 440; }
.craft-photo-shoes img { height: auto; transform: translateY(-33.85%); }

/* Keep the new shoe portraits clean inside the existing square cards. */
.craft-photo-process,
.craft-photo-shoes { aspect-ratio: 1; }
.craft-photo-process img,
.craft-photo-shoes img { height: 100%; object-fit: cover; transform: none; }

/* A furnished room spans the hero, with real HTML copy above it. */
.hero { display: flex; min-height: 720px; padding: 80px clamp(24px, 6vw, 112px) 130px; background: #f9e7e3; }
.hero .hero-copy { width: 48%; max-width: 660px; z-index: 3; }
.hero h1 { font-size: clamp(48px, 5.4vw, 78px); }
.hero .hero-art { position: absolute; inset: 0 0 0 auto; width: min(100%, 1080px); height: 100%; padding: 0; margin: 0; z-index: 0; }
.hero .hero-photo-frame { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; border: 0; padding: 0; box-shadow: none; }
.hero .hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; border-radius: 0; filter: brightness(.84) contrast(1.08) saturate(.94); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #fff4f0 0%, rgba(255,244,240,.94) 24%, rgba(255,244,240,.52) 42%, rgba(255,244,240,0) 58%); }
.hero .hero-wave { z-index: 2; height: 70px; }
.hero .eyebrow { color: #99512d; font-size: 12px; }
@media (min-width: 1700px) { .hero .hero-art { width: 72%; } }
@media (max-width: 850px) {
  .hero { display: block; min-height: 0; padding: 52px 0 0; }
  .hero .hero-copy { width: auto; max-width: 640px; padding: 0 24px; }
  .hero h1 { font-size: clamp(44px, 7vw, 62px); }
  .hero .hero-art { position: relative; inset: auto; width: 100%; height: clamp(450px, 72vw, 620px); margin-top: 20px; }
  .hero::after { display: none; }
  .hero .hero-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(#f9e7e3 0%, transparent 18%); }
  .hero .hero-photo-frame img { object-position: 75% center; }
  .hero .hero-intro { max-width: 520px; font-size: 16px; }
}

