    :root { --cream:#f6f4ef; --paper:#fffefa; --ink:#28342d; --muted:#686e64; --olive:#687355; --line:#dcded4; --gold:#b79c65; }
    * { box-sizing:border-box; }
    .svg-definitions { position:absolute; }
    .footer-brand-detail { font-weight:400; font-size:11px; letter-spacing:.06em; }
    html { scroll-behavior:smooth; scroll-padding-top:110px; }
    body { margin:0; background:var(--cream); color:var(--ink); font-family:'DM Sans',sans-serif; font-size:15px; line-height:1.65; }
    h1,h2,h3,p,figure { margin:0; }
    a { color:inherit; text-decoration:none; }
    button,input,select { font:inherit; }
    button,a,input,select { -webkit-tap-highlight-color:transparent; }
    button { cursor:pointer; }
    img { display:block; max-width:100%; }
    button:disabled { cursor:not-allowed; opacity:.58; }
    :focus-visible { outline:3px solid #8c713a; outline-offset:5px; }
    [hidden] { display:none !important; }
    .display { font-family:'Italiana',Georgia,serif; font-weight:400; letter-spacing:-.035em; line-height:1.07; }
    .eyebrow { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.23em; }
    .shell { width:min(1280px,calc(100% - 48px)); margin-inline:auto; }
    .muted { color:var(--muted); }
    .skip-link { position:fixed; top:10px; left:16px; z-index:100; padding:12px 20px; color:white; background:var(--ink); transform:translateY(-180%); }
    .skip-link:focus { transform:translateY(0); }
    .site-header { position:sticky; top:0; z-index:30; border-bottom:1px solid var(--line); background:rgba(246,244,239,.97); }
    .header-inner { height:92px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
    .brand { display:flex; align-items:center; gap:12px; flex-shrink:0; }
    .brand img { width:65px; height:71px; object-fit:contain; }
    .brand-divider { height:35px; width:1px; background:var(--line); }
    .brand-caption { font-size:9px; line-height:1.8; letter-spacing:.17em; text-transform:uppercase; }
    .desktop-nav { display:none; align-items:center; gap:32px; font-size:12px; }
    .nav-link { position:relative; padding-block:8px; }
    .nav-link::after { content:''; position:absolute; left:0; bottom:2px; width:0; height:1px; background:var(--ink); transition:width .2s; }
    .nav-link:hover::after { width:100%; }
    .button { display:inline-flex; justify-content:center; align-items:center; gap:18px; padding:15px 23px; border:1px solid var(--ink); border-radius:0; font-size:12px; font-weight:500; line-height:1.4; transition:background .2s,color .2s,transform .2s; }
    .button-primary { background:var(--ink); color:var(--paper); }
    .button-primary:hover { background:#455440; }
    .button-outline { background:transparent; }
    .button-outline:hover { background:#eaece3; }
    .button-light { background:var(--cream); color:var(--ink); border-color:var(--cream); }
    .button-light:hover { background:#e5e8dc; }
    .icon { width:18px; height:18px; display:inline-block; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
    .menu-toggle { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); background:transparent; }
    .mobile-nav { padding:10px 24px 22px; border-top:1px solid var(--line); }
    .mobile-nav a { display:block; padding:12px 0; }
    .hero { padding-top:46px; }
    .hero-grid { display:grid; gap:40px; }
    .hero-copy { padding:12px 0 0; }
    .hero h1 { font-size:clamp(50px,7vw,90px); margin-top:23px; max-width:610px; }
    .hero h1 em { color:var(--olive); font-style:normal; }
    .hero-description { margin-top:26px; max-width:385px; font-size:14px; line-height:1.9; }
    .hero-actions { display:flex; flex-wrap:wrap; gap:22px; align-items:center; margin-top:30px; }
    .text-link { font-size:12px; border-bottom:1px solid var(--gold); padding-block:5px; }
    .hero-note { display:flex; align-items:center; gap:10px; margin-top:30px; font-size:10px; letter-spacing:.02em; }
    .hero-note::before { content:''; width:24px; height:1px; background:var(--olive); }
    .hero-art { position:relative; min-height:430px; }
    .hero-art::before { content:''; position:absolute; inset:22px 0 24px 40px; border:1px solid #cecfc2; }
    .hero-stone { position:absolute; top:0; right:20px; width:72%; height:87%; object-fit:cover; }
    .hero-dark-stone { position:absolute; left:0; top:43%; width:36%; height:52%; object-fit:cover; box-shadow:8px 12px 30px #1c282b18; }
    .stone-label { position:absolute; bottom:0; right:0; background:var(--paper); padding:21px 25px; min-width:210px; border-bottom:2px solid var(--gold); }
    .stone-label strong { display:block; margin-top:5px; font-size:16px; font-family:Georgia,serif; font-weight:400; }
    .art-number { position:absolute; right:-7px; top:16px; writing-mode:vertical-rl; font-size:9px; letter-spacing:.2em; }
    .material-strip { margin-top:49px; padding:23px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-wrap:wrap; justify-content:center; gap:15px 35px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; }
    .material-strip span+span::before { content:'·'; margin-right:35px; color:var(--gold); }
    .section { padding-block:76px; }
    .section-heading { font-size:clamp(38px,4.6vw,60px); margin-top:17px; }
    .section-intro { display:flex; flex-direction:column; gap:20px; }
    .section-intro>p { max-width:365px; font-size:13px; line-height:1.9; }
    .catalog-controls { margin-top:36px; display:flex; flex-direction:column; gap:21px; }
    .search-box { display:flex; align-items:center; gap:12px; border-bottom:1px solid #a8afa0; padding:12px 0; }
    .search-box input { width:100%; outline:none; border:0; background:transparent; font-size:13px; color:var(--ink); }
    .search-box:focus-within { border-bottom:2px solid var(--ink); padding-bottom:11px; }
    .filters { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
    .filter { padding:9px 16px; border:1px solid var(--line); border-radius:0; background:transparent; font-size:11px; }
    .filter[aria-pressed=true] { background:var(--ink); color:white; border-color:var(--ink); }
    .filter:hover { border-color:var(--olive); }
    .catalog-meta { margin-block:24px 18px; display:flex; justify-content:space-between; gap:14px; font-size:10px; color:var(--muted); }
    .catalog-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:28px 22px; }
    .product-card { background:var(--paper); border:1px solid transparent; }
    .product-card[data-pending=true] { border-color:#c1a15c; }
    .card-open { display:block; width:100%; text-align:left; background:none; border:0; padding:0; color:var(--ink); }
    .card-photo { position:relative; overflow:hidden; background:#e3e2da; aspect-ratio:26/17; }
    .card-photo img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
    .card-open:hover .card-photo img { transform:scale(1.045); }
    .card-view { position:absolute; bottom:12px; right:12px; width:32px; height:32px; display:grid; place-items:center; background:var(--paper); border-radius:50%; }
    .pending-badge { position:absolute; top:12px; left:12px; padding:4px 8px; background:#fff6dc; color:#735b25; font-size:9px; }
    .card-body { padding:18px 17px 20px; min-height:106px; }
    .card-category { font-size:9px; text-transform:uppercase; letter-spacing:.17em; color:var(--olive); }
    .card-name { margin-top:6px; font-size:14px; font-weight:500; line-height:1.5; }
    .card-measurements { margin-top:12px; padding-top:10px; border-top:1px solid var(--line); font-size:11px; color:var(--muted); line-height:1.7; }
    .card-measurements span { display:block; }
    .card-purchase { padding:0 17px 18px; display:grid; gap:12px; }
    .card-price { font-size:17px; font-weight:500; }
    .price-unit { display:block; font-size:10px; font-weight:400; color:var(--muted); }
    .card-purchase .button { padding:11px 14px; width:100%; }
    .header-actions { display:flex; align-items:center; gap:10px; }
    .cart-toggle { padding:11px 13px; gap:8px; white-space:nowrap; }
    .cart-count { display:inline-grid; place-items:center; min-width:22px; height:22px; padding-inline:4px; border-radius:50%; background:var(--cream); color:var(--ink); font-size:11px; }
    .price-notice { margin:16px 0 20px; font-size:11px; color:var(--muted); }
    .detail-purchase { margin-top:20px; }
    .detail-purchase .button { width:100%; margin-top:10px; }
    .toast { position:fixed; bottom:22px; left:50%; transform:translateX(-50%); z-index:60; padding:12px 20px; background:var(--ink); color:white; box-shadow:0 4px 20px #0002; font-size:12px; width:max-content; max-width:calc(100% - 32px); pointer-events:none; }
    .quote-dialog { width:min(680px,100%); max-height:100dvh; height:100dvh; margin:0 0 0 auto; }
    .quote-inner { padding:65px 24px 32px; }
    .quote-title { font-size:42px; margin:12px 0; }
    .quote-intro { color:var(--muted); font-size:12px; }
    .quote-empty { margin:26px 0; padding:26px 0; border-block:1px solid var(--line); }
    .quote-empty p { margin-bottom:16px; font-size:13px; }
    .cart-item { display:grid; grid-template-columns:76px minmax(0,1fr); gap:16px; padding:23px 0; border-bottom:1px solid var(--line); }
    .cart-item img { width:76px; height:76px; object-fit:cover; }
    .cart-item h3 { font-size:14px; font-weight:500; }
    .cart-item p { font-size:11px; color:var(--muted); }
    .cart-item .cart-line-total { margin-top:10px; color:var(--ink); font-weight:500; font-size:14px; }
    .quantity-row { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-top:12px; }
    .quantity-row label { font-size:11px; }
    .quantity-row input { width:65px; padding:6px 8px; background:var(--paper); border:1px solid var(--line); }
    .remove-item { margin-left:auto; padding:8px 0; background:none; border:0; font-size:11px; text-decoration:underline; color:var(--muted); }
    .quote-summary { padding-top:24px; }
    .quote-subtotal { display:flex; justify-content:space-between; gap:18px; font-size:18px; }
    .quote-summary .quote-caveat { font-size:11px; color:var(--muted); margin-top:12px; }
    .quote-actions { display:grid; gap:12px; margin-top:24px; }
    .quote-tools { display:flex; flex-wrap:wrap; gap:12px; }
    .quote-tools .button { flex:1; padding:11px; }
    .quote-transcript { margin-top:20px; font-size:11px; }
    .quote-transcript summary { cursor:pointer; }
    .quote-transcript textarea { width:100%; min-height:180px; margin-top:10px; padding:12px; border:1px solid var(--line); font:12px/1.6 monospace; resize:vertical; }
    .measurement-note { margin-top:5px; font-size:10px; color:#806129; }
    .catalog-bottom { text-align:center; margin-top:38px; }
    .catalog-bottom p { font-size:10px; margin-top:13px; color:var(--muted); }
    .status-panel { padding:40px 24px; text-align:center; border:1px solid var(--line); background:var(--paper); }
    .status-panel h3 { font-family:Georgia,serif; font-size:23px; font-weight:400; }
    .status-panel p { margin:10px auto 20px; max-width:480px; font-size:13px; }
    .about { background:#e8ebe2; }
    .about-grid { display:grid; gap:45px; align-items:center; }
    .about-image { position:relative; padding:0 24px 30px 0; max-width:550px; }
    .about-image>img { width:100%; height:370px; object-fit:cover; }
    .about-caption { position:absolute; right:0; bottom:0; width:66%; padding:24px; background:var(--ink); color:var(--cream); }
    .about-caption p { font-size:27px; }
    .about-copy>p { margin-top:24px; font-size:14px; line-height:1.9; max-width:490px; }
    .values { display:grid; gap:0; margin-top:30px; }
    .value { display:grid; grid-template-columns:25px 1fr; gap:14px; padding:17px 0; border-top:1px solid #cbd1c2; }
    .value>span { color:var(--olive); font-size:10px; padding-top:4px; }
    .value h3 { font-size:13px; font-weight:500; }
    .value p { margin-top:5px; font-size:12px; color:var(--muted); }
    .contact { background:var(--ink); color:var(--cream); padding-block:65px; }
    .contact-grid { display:grid; gap:32px; }
    .contact h2 { font-size:clamp(39px,4.8vw,63px); margin-top:18px; max-width:640px; }
    .contact .eyebrow { color:#c3cbaa; }
    .contact-copy { max-width:355px; padding-top:7px; }
    .contact-copy p { color:#d0d4cb; font-size:13px; line-height:1.9; }
    .contact-copy .button { margin-top:24px; }
    .contact-note { font-size:10px !important; margin-top:12px; }
    .site-footer { padding-block:35px 23px; }
    .footer-top { display:flex; flex-direction:column; gap:24px; justify-content:space-between; padding-bottom:30px; }
    .footer-brand { font-size:18px; letter-spacing:.1em; }
    .footer-tagline { font-size:10px; margin-top:5px; color:var(--muted); }
    .footer-nav { display:flex; flex-wrap:wrap; align-items:center; gap:22px; font-size:11px; }
    .footer-bottom { border-top:1px solid var(--line); padding-top:21px; display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; font-size:9px; color:var(--muted); }
    dialog { width:min(860px,calc(100% - 32px)); max-height:90dvh; border:0; padding:0; color:var(--ink); background:var(--paper); margin:auto; box-shadow:0 30px 100px #0004; }
    body.dialog-open { overflow:hidden; }
    .button.is-disabled,.button[aria-disabled="true"] { cursor:not-allowed; opacity:.55; }
    dialog::backdrop { background:#152019b8; backdrop-filter:blur(4px); }
    .dialog-close { position:absolute; z-index:2; top:12px; right:12px; width:40px; height:40px; border:1px solid var(--line); background:var(--paper); display:grid; place-items:center; }
    .dialog-image { width:100%; aspect-ratio:26/17; object-fit:cover; background:#e3e2da; }
    .dialog-content { padding:28px; }
    .dialog-content h2 { font-size:34px; margin:12px 0; overflow-wrap:anywhere; }
    .dialog-content p { font-size:12px; }
    .dialog-content .button { margin-top:24px; }
    .dialog-warning { padding:9px 12px; background:#fff4d6; color:#705621; margin-top:15px; }
    .slab-details { margin:20px 0 0; padding:14px 0; border-block:1px solid var(--line); display:grid; gap:10px; font-size:12px; }
    .slab-details>div { display:flex; flex-wrap:wrap; justify-content:space-between; gap:4px 18px; }
    .slab-details dt { color:var(--muted); }
    .slab-details dd { margin:0; font-weight:500; }
    .dialog-caption { margin-top:17px; color:var(--muted); font-size:10px !important; }
    @media (min-width:500px) { .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
    @media (min-width:768px) {
      .shell { width:min(1280px,calc(100% - 80px)); }
      .desktop-nav { display:flex; }
      .menu-toggle,.mobile-nav { display:none !important; }
      .hero { padding-top:57px; }
      .hero-grid { grid-template-columns:1.05fr 1fr; align-items:center; gap:25px; }
      .hero-art { min-height:470px; }
      .hero h1 { font-size:clamp(56px,6.3vw,90px); }
      .hero-copy { padding-bottom:12px; }
      .catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
      .section { padding-block:94px; }
      .section-intro { flex-direction:row; align-items:flex-end; justify-content:space-between; gap:55px; }
      .section-intro>p { padding-bottom:5px; }
      .catalog-controls { flex-direction:row-reverse; justify-content:space-between; align-items:center; }
      .search-box { width:265px; flex-shrink:0; }
      .about-grid { grid-template-columns:1fr 1fr; gap:65px; }
      .about-image>img { height:460px; }
      .contact-grid { grid-template-columns:1.4fr 1fr; gap:65px; align-items:center; }
      .footer-top { flex-direction:row; }
      .dialog-grid { display:grid; grid-template-columns:1.1fr 1fr; }
      .dialog-image { height:100%; min-height:425px; }
      .dialog-content { padding:55px 32px 35px; }
    }
    @media (min-width:1100px) { .catalog-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } .hero-art { min-height:530px; } .hero-grid { gap:55px; } }
    @media (max-width:499px) { .material-strip { gap:12px 18px; font-size:9px; } .material-strip span+span::before { margin-right:18px; } .brand-caption { font-size:8px; } .hero h1 { font-size:54px; } .hero-art { min-height:395px; } .catalog-meta { flex-direction:column; gap:5px; } }
    @media (max-width:1099px) { .brand-caption,.brand-divider { display:none; } .desktop-nav { gap:18px; } }
    @media (max-width:499px) { .header-inner { gap:12px; } .cart-toggle { padding:10px; } }
    @media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none !important; animation:none !important; } }
