:root {
  --ora-midnight: #122d43;
  --ora-rose: #d89aa2;
  --ora-ivory: #f7f4f0;
  --ora-mist: #dde3e6;
  --ora-slate: #536370;
  --ora-white: #fff;
  --ora-line: rgba(18, 45, 67, .16);
  --ora-shadow: 0 22px 70px rgba(18, 45, 67, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ora-ivory); color: var(--ora-midnight); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ora-rose); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.n-wrap { width: min(1240px, calc(100% - 40px)); margin: auto; }
.n-notice { text-align: center; padding: 8px 16px; background: #6a4b57; color: var(--ora-mist); border-bottom: 1px solid rgba(247, 244, 240, .18); font-size: 12px; letter-spacing: .08em; }
.n-header { position: sticky; top: 0; z-index: 30; background: rgba(106, 75, 87, .96); color: var(--ora-ivory); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(247, 244, 240, .18); }
.n-nav { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.n-brand { display: flex; align-items: center; flex: 0 0 auto; }
.n-brand img { display: block; width: 265px; max-height: 74px; }
.n-menu { display: flex; align-items: center; gap: 24px; margin: 0 0 0 auto; padding: 0; list-style: none; font-size: 14px; }
.n-menu a:hover, .n-menu a:focus-visible { color: var(--ora-rose); }
.n-menu details { position: relative; }
.n-menu summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.n-menu summary::-webkit-details-marker { display: none; }
.n-menu summary::after { content: ''; width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.n-menu details[open] summary::after { transform: translateY(2px) rotate(225deg); }
.n-submenu { position: absolute; top: calc(100% + 18px); left: 0; right: auto; z-index: 50; display: none; width: max-content; min-width: 224px; max-width: calc(100vw - 24px); margin: 0; padding: 10px; list-style: none; color: var(--ora-midnight); background: var(--ora-ivory); border: 1px solid var(--ora-line); border-radius: 14px; box-shadow: var(--ora-shadow); }
.n-menu-details[open] > .n-submenu, .n-menu-details:hover > .n-submenu, .n-menu-details:focus-within > .n-submenu { display: block; }
.n-submenu li + li { border-top: 1px solid rgba(18, 45, 67, .09); }
.n-submenu a { display: block; padding: 11px 12px; border-radius: 9px; }
.n-submenu a:hover, .n-submenu a:focus-visible { background: rgba(216, 154, 162, .14); }
.n-actions { display: flex; gap: 10px; }
.n-cart { position: relative; display: grid; place-items: center; width: 46px; height: 46px; color: var(--ora-ivory); border: 1px solid rgba(247, 244, 240, .72); border-radius: 50%; }
.n-cart svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.n-cart-count { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border: 2px solid #6a4b57; border-radius: 999px; background: var(--ora-rose); color: var(--ora-midnight); font-size: 11px; font-weight: 800; line-height: 1; }
.n-cart:hover, .n-cart:focus-visible { color: var(--ora-rose); border-color: var(--ora-rose); }
.n-pill, .button, .wp-element-button, .single_add_to_cart_button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ora-midnight) !important; border-radius: 999px; padding: 11px 19px !important; background: transparent !important; color: var(--ora-midnight) !important; font-weight: 700; cursor: pointer; }
.button, .wp-element-button, .single_add_to_cart_button { background: var(--ora-midnight) !important; color: var(--ora-ivory) !important; }
.button:hover, .button:focus-visible { background: var(--ora-rose) !important; border-color: var(--ora-rose) !important; }
.n-main { min-height: 65vh; }
.n-hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding: 76px 0 62px; }
.n-eyebrow { color: var(--ora-rose); font-size: 12px; letter-spacing: .19em; text-transform: uppercase; font-weight: 700; }
.n-hero h1, .n-title { font: 500 clamp(46px, 7vw, 90px)/1 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; margin: 20px 0; }
.n-gradient { color: var(--ora-rose); }
.n-lead { font-size: 18px; color: var(--ora-slate); max-width: 680px; }
.n-hero-media { height: 580px; border-radius: 45% 45% 18px 18px; overflow: hidden; box-shadow: var(--ora-shadow); }
.n-hero-media img { height: 100%; width: 100%; object-fit: cover; }
.n-hero-brand { min-height: 500px; display: grid; place-items: center; background: var(--ora-white); border: 1px solid var(--ora-line); border-radius: 50% 50% 18px 18px; box-shadow: var(--ora-shadow); overflow: hidden; padding: 40px; }
.n-hero-brand img { width: min(92%, 500px); }
.n-section { padding: 84px 0; }
.n-section:nth-of-type(even) { background: var(--ora-white); }
.n-section h2 { font: 500 clamp(34px, 4vw, 56px)/1.1 Georgia, 'Times New Roman', serif; }
.n-collection-group:nth-of-type(even) { background: var(--ora-white); }
.n-collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.n-collection-heading h2 { margin: 8px 0 0; }
.n-text-link { color: var(--ora-midnight); border-bottom: 1px solid var(--ora-rose); padding-bottom: 4px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.n-text-link:hover, .n-text-link:focus-visible { color: var(--ora-rose); }
.n-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.n-card { background: var(--ora-white); border: 1px solid var(--ora-line); border-radius: 18px; overflow: hidden; padding: 24px; box-shadow: 0 10px 30px rgba(18, 45, 67, .05); }
.n-trust { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ora-line); border-radius: 18px; overflow: hidden; background: var(--ora-white); box-shadow: var(--ora-shadow); }
.n-trust div { padding: 24px; border-right: 1px solid var(--ora-line); }
.n-trust div:last-child { border-right: 0; }
.n-trust span { display: block; color: var(--ora-slate); font-size: 13px; }
.n-footer { background: #6a4b57; color: var(--ora-mist); padding: 54px 0; }
.n-footer-grid { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 60px; align-items: center; }
.n-footer-logo { width: 100%; max-width: 420px; }
.n-footer-logo-card { display: flex; align-items: center; background: transparent; border-radius: 18px; padding: 0; overflow: hidden; }
.n-footer-logo-card img { display: block; }
.n-guide-note { max-width: 880px; margin: 0 0 30px; padding: 18px 20px; border-left: 3px solid var(--ora-rose); border-radius: 0 12px 12px 0; background: rgba(216, 154, 162, .12); color: var(--ora-slate); }
.n-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.n-guide-card { min-height: 245px; padding: 26px; border: 1px solid var(--ora-line); border-radius: 18px; background: var(--ora-white); box-shadow: 0 12px 34px rgba(18, 45, 67, .06); transition: transform .2s ease, box-shadow .2s ease; }
.n-guide-card:hover, .n-guide-card:focus-visible { transform: translateY(-3px); box-shadow: var(--ora-shadow); }
.n-guide-card > span { color: var(--ora-rose); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.n-guide-card h2 { margin: 36px 0 12px; font-size: clamp(25px, 2.3vw, 34px); }
.n-guide-card p { margin: 0; color: var(--ora-slate); }
.n-guide-steps { max-width: 880px; padding-left: 1.35em; }
.n-guide-steps li { padding: 0 0 14px 8px; }
.page .n-section article > p, .page .n-section article > h2, .page .n-section article > h3, .page .n-section article > ul, .page .n-section article > ol { max-width: 880px; }
.n-age { position: fixed; inset: 0; z-index: 9999; background: rgba(18, 45, 67, .96); display: grid; place-items: center; padding: 20px; }
.n-age[hidden] { display: none; }
.n-age-box { max-width: 520px; background: var(--ora-ivory); border: 1px solid var(--ora-rose); border-radius: 24px; padding: 38px; text-align: center; box-shadow: var(--ora-shadow); }
.n-age-box > img { width: 92px; }
.n-age-actions { display: flex; justify-content: center; gap: 10px; }
.woocommerce ul.products li.product, .woocommerce div.product { color: var(--ora-midnight); }
.woocommerce ul.products li.product { background: var(--ora-white); border: 1px solid var(--ora-line); border-radius: 18px; padding: 15px !important; }
.woocommerce ul.products li.product a img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: #6a4b57; }
.oradoll-preview-status, .woocommerce ul.products li.product .button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin-top: 18px; padding: 11px 20px; border: 1px solid #6a4b57 !important; border-radius: 999px; background: #6a4b57 !important; color: var(--ora-white) !important; font-size: 14px; font-weight: 800; letter-spacing: .045em; line-height: 1.2; text-align: center; }
.oradoll-preview-status { cursor: not-allowed; }
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus-visible { border-color: var(--ora-rose) !important; background: var(--ora-rose) !important; color: var(--ora-midnight) !important; }
.woocommerce div.product .single_add_to_cart_button { background: #6a4b57 !important; border-color: #6a4b57 !important; }
.woocommerce-message, .woocommerce-info { background: var(--ora-white); color: var(--ora-midnight); border-top-color: var(--ora-rose); }
input, textarea, select { width: 100%; background: var(--ora-white); color: var(--ora-midnight); border: 1px solid rgba(18, 45, 67, .28); border-radius: 8px; padding: 12px; }
.n-compliance { padding: 14px; border: 1px solid #c79a55; background: #fff7e8; border-radius: 10px; color: #674b1e; }
.oradoll-custom { max-width: 760px; }
.oradoll-confirm { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 10px; }
.oradoll-confirm input[type="checkbox"] { width: 18px; height: 18px; margin: .32em 0 0; padding: 0; accent-color: var(--ora-rose); }
.oradoll-confirm span { display: block; }
.oradoll-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
@media (max-width: 980px) { .n-nav { flex-wrap: wrap; gap: 10px 20px; padding: 10px 0; } .n-brand img { width: 220px; } .n-menu { order: 3; width: 100%; margin: 0; overflow: visible; flex-wrap: wrap; gap: 18px; padding: 5px 0; white-space: nowrap; } .n-actions { margin-left: auto; } .n-hero { gap: 35px; } }
@media (max-width: 850px) { .n-hero { grid-template-columns: 1fr; } .n-grid { grid-template-columns: 1fr 1fr; } .n-guide-grid { grid-template-columns: 1fr 1fr; } .n-trust { grid-template-columns: 1fr 1fr; } .n-trust div:nth-child(2) { border-right: 0; } .n-hero-media, .n-hero-brand { height: 450px; min-height: 0; } }
@media (max-width: 560px) { .n-wrap { width: calc(100% - 24px); } .n-nav { min-height: 72px; } .n-brand img { width: 190px; } .n-grid, .n-guide-grid, .n-trust, .n-footer-grid { grid-template-columns: 1fr; } .n-submenu { min-width: 0; } .n-collection-heading { display: block; } .n-collection-heading .n-text-link { display: inline-block; margin-top: 12px; } .n-trust div { border-right: 0; border-bottom: 1px solid var(--ora-line); } .n-hero h1 { font-size: 49px; } .n-actions .n-pill:first-child { display: none; } .n-age-actions { flex-direction: column; } }
