/* Larger editorial typography and a cool rose accent. */
body { font-size: 16px; }
.nav { font-size: 14px; gap: 24px; }
.button, .header-cta { font-size: 15px; }
.text-link, .filter { font-size: 14px; }
.facts span { font-size: 14px; }
.hero p { font-size: 26px; max-width: 590px; }
.hero-location { font-size: 13px; }
.section-heading p { font-size: 18px; }
.atelier .lead, .page-about .prose, .prose, .steps p, .contacts .lead,
.product-copy .lead, .values-section p { font-size: 17px; line-height: 1.8; }
.atelier-details dd, .product-specs > div { font-size: 15px; }
.atelier-details dt { font-size: 29px; }
.price-note, .image-note, .product-subtitle, .gallery-count { font-size: 13px; }
.trust p { font-size: 16px; }
.trust .text-link, .footer-nav { font-size: 14px; }
.footer-bottom, .contacts address small, .atelier-photo figcaption { font-size: 12px; }
.breadcrumbs { font-size: 13px; }
.product-kicker { font-size: 12px; }
.steps p { max-width: 355px; }

/* An actual disclosure, with wrapping options, replaces native datalist hints. */
.story-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-top: 110px; padding-bottom: 110px; }
.story-heading h2 { max-width: 440px; }
.story-heading p, .faq-heading p { font-size: 18px; line-height: 1.8; margin: 30px 0 40px; max-width: 440px; }
.story-directions { list-style: none; margin: 0; padding: 0; }
.story-directions li { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid var(--rule); }
.story-directions li:first-child { padding-top: 0; border: 0; }
.story-directions li:last-child { padding-bottom: 0; }
.story-number { color: #a34f70; font: 36px/1.25 var(--serif); }
.story-directions h3, .materials-copy h3 { font: 38px/1.15 var(--serif); margin: 0 0 15px; }
.story-directions p, .materials-copy p { font-size: 17px; line-height: 1.8; margin: 0; }
.materials-section { padding-top: 100px; padding-bottom: 110px; }
.materials-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 60px; margin-bottom: 48px; }
.materials-heading p { margin: 0; font-size: 18px; line-height: 1.8; }
.materials-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.materials-photo { margin: 0; }
.materials-photo a { display: block; }
.materials-image { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.materials-photo figcaption { margin-top: 12px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.materials-copy > div { padding: 27px 0; border-top: 1px solid var(--rule); }
.materials-copy > div:first-child { padding-top: 0; border: 0; }
.materials-copy > .button { margin-top: 8px; }
.faq-section { background: var(--forest); color: var(--ivory); padding-top: 100px; padding-bottom: 110px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-heading h2 { max-width: 400px; }
.faq-heading .text-link { color: var(--accent); border-color: var(--accent); background: none; }
.faq-heading .text-link:hover { color: #ffc0d7; }
.faq-list details { border-top: 1px solid #f3a1bd66; }
.faq-list details:last-child { border-bottom: 1px solid #f3a1bd66; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; font: 30px/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.faq-list p { margin: -5px 45px 28px 0; font-size: 17px; line-height: 1.8; color: #e5e8df; }
.faq-symbol { flex: 0 0 20px; width: 20px; height: 20px; position: relative; }
.faq-symbol::before, .faq-symbol::after { content: ''; position: absolute; background: var(--accent); left: 0; top: 9px; width: 20px; height: 2px; }
.faq-symbol::after { transform: rotate(90deg); }
.faq-list details[open] .faq-symbol::after { transform: rotate(0deg); }
#order-dialog { width: min(760px, calc(100% - 32px)); padding: 36px 40px; max-height: 90dvh; overflow-y: auto; }
.order-dialog-header { display: flex; gap: 22px; align-items: flex-start; }
#order-title { min-width: 0; max-width: 560px; font-size: 46px; line-height: 1.12; letter-spacing: -1px; text-wrap: balance; overflow-wrap: break-word; }
#order-dialog .order-dialog-header .dialog-close { position: static; float: none; margin: 0 0 0 auto; flex: 0 0 38px; width: 38px; height: 38px; display: grid; }
#order-dialog > p { font-size: 16px; line-height: 1.65; margin-top: 20px; }
#order-form { margin-top: 25px; }
#order-form label, .form-label { display: block; font-size: 15px; margin: 20px 0 8px; }
#order-form input:not([type=hidden]), #order-form textarea { width: 100%; min-width: 0; border: 1px solid #a5aaa0; background: transparent; padding: 13px 14px; color: var(--ink); font: 16px/1.5 var(--sans); border-radius: 0; }
#order-form input:focus-visible, .jewelry-picker summary:focus-visible { outline: 2px solid #a65275; outline-offset: 3px; }
.order-contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.order-contact-fields > div { min-width: 0; }
.jewelry-picker { border: 1px solid #a5aaa0; }
.jewelry-picker summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 14px; list-style: none; cursor: pointer; font-size: 16px; line-height: 1.5; }
.jewelry-picker summary::-webkit-details-marker { display: none; }
.jewelry-picker summary span { min-width: 0; overflow-wrap: anywhere; }
.jewelry-picker summary svg { width: 20px; height: 20px; transform: rotate(90deg); }
.jewelry-picker[open] summary { border-bottom: 1px solid #a5aaa0; }
.jewelry-picker[open] summary svg { transform: rotate(-90deg); }
.jewelry-options { padding: 6px; max-height: 240px; overflow-y: auto; overscroll-behavior: contain; }
.jewelry-options button { display: block; width: 100%; border: 0; background: transparent; text-align: left; font-size: 16px; line-height: 1.5; padding: 11px 12px; white-space: normal; overflow-wrap: anywhere; }
.jewelry-options button:hover, .jewelry-options button:focus-visible { background: #eedfe4; }
.jewelry-options button[aria-pressed=true] { background: var(--forest); color: var(--ivory); }
#order-form > .button { margin-top: 24px; font-size: 16px; min-height: 54px; }
#order-dialog .form-note { font-size: 13px; line-height: 1.65; }
#order-dialog .text-link { font-size: 15px; }
#email-copy { min-height: 240px; font-size: 15px; line-height: 1.6; }

@media (max-width: 1100px) {
 .story-section, .faq-layout { gap: 45px; }
 .materials-layout { gap: 40px; }
 .story-directions h3, .materials-copy h3 { font-size: 32px; }
 .nav { font-size: 12px; gap: 16px; }
 .header-cta { font-size: 12px; }
 .hero p { font-size: 23px; max-width: 530px; }
 .atelier .lead, .steps p { font-size: 16px; }
}
@media (min-width: 761px) and (max-width: 1100px) {
 .hero-image { max-width: none; }
}
@media (min-width: 761px) and (max-width: 1000px) {
 .header-cta { display: none; }
 .hero { min-height: 1030px; }
 .hero-image { width: 100%; left: 0; top: auto; bottom: 0; height: 520px; object-position: 75% center; mask-image: linear-gradient(to bottom, transparent, #000 28%); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 28%); }
 .hero-location { position: absolute; top: 980px; margin: 0; }
}
@media (max-width: 760px) {
 .story-section, .faq-layout, .materials-heading, .materials-layout { grid-template-columns: minmax(0, 1fr); gap: 38px; }
 .story-section, .materials-section, .faq-section { padding-top: 65px; padding-bottom: 65px; }
 .story-heading p, .faq-heading p, .materials-heading p { font-size: 16px; margin-top: 22px; margin-bottom: 25px; }
 .materials-heading { margin-bottom: 30px; gap: 0; }
 .materials-heading p { margin-bottom: 0; }
 .story-directions li { grid-template-columns: 32px 1fr; gap: 14px; padding: 25px 0; }
 .story-number { font-size: 29px; }
 .story-directions h3, .materials-copy h3 { font-size: 31px; }
 .story-directions p, .materials-copy p, .faq-list p { font-size: 16px; line-height: 1.75; }
 .faq-list summary { font-size: 27px; padding: 23px 0; gap: 16px; }
 .faq-list p { margin-right: 0; }
 .nav { font-size: 18px; gap: 15px; }
 .button, .text-link { font-size: 15px; }
 .hero { min-height: 910px; }
 .hero p { font-size: 21px; max-width: 390px; }
 .hero .button { font-size: 14px; }
 .hero-location { top: 866px; font-size: 12px; }
 .facts span { font-size: 11px; }
 .section-heading p { font-size: 16px; }
 .atelier .lead, .page-about .prose, .steps p, .contacts .lead, .product-copy .lead, .prose { font-size: 16px; }
 .atelier-details dd { font-size: 14px; }
 .price-note, .image-note { font-size: 12px; }
 .price-note { max-width: 350px; }
 .product-specs > div { font-size: 14px; }
 .breadcrumbs { font-size: 12px; }
 .footer-nav { font-size: 13px; }
 #order-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); padding: 24px 20px; }
 .order-dialog-header { gap: 8px; }
 #order-title { font-size: 34px; line-height: 1.1; }
 #order-dialog .order-dialog-header .dialog-close { flex-basis: 32px; width: 32px; height: 32px; }
 #order-dialog > p { font-size: 15px; }
 .order-contact-fields { grid-template-columns: minmax(0, 1fr); gap: 0; }
 .jewelry-options { max-height: 220px; }
 #order-dialog .form-note { font-size: 12px; }
}
