:root{
  --green:#073d2c;
  --green-2:#0c5039;
  --gold:#cba35f;
  --cream:#f7f3eb;
  --paper:#fffdfa;
  --ink:#14251f;
  --muted:#68736e;
  --line:#e6ddd0;
  --shadow:0 18px 50px rgba(30,38,33,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:calc(86px + env(safe-area-inset-bottom))}
button,a{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.site-shell{max-width:1180px;margin:0 auto;background:var(--paper);min-height:100vh;box-shadow:0 0 70px rgba(22,40,32,.08)}
.section-pad{padding:18px 18px 34px}
.topbar{height:76px;padding:calc(10px + env(safe-area-inset-top)) 18px 10px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:rgba(255,253,250,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,221,208,.75)}
.brand{display:flex;align-items:center;gap:10px}
.brand img{width:44px;height:44px;border-radius:50%;box-shadow:0 6px 15px rgba(7,61,44,.18)}
.brand span{display:flex;flex-direction:column;line-height:1}
.brand strong{font:700 21px/1 Georgia,serif;letter-spacing:.08em;color:var(--green)}
.brand small{font-size:9px;letter-spacing:.25em;margin-top:6px;color:#8b6b33}
.header-contact,.reset-filter{border:0;background:var(--green);color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;font-size:13px;letter-spacing:.02em}
.hero{padding-top:14px}
.hero-card{height:min(73vh,670px);min-height:520px;position:relative;border-radius:30px;overflow:hidden;background:#153e31;box-shadow:var(--shadow)}
.hero-card>img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,34,25,.02) 15%,rgba(4,31,23,.12) 42%,rgba(3,28,20,.92) 100%)}
.hero-copy{position:absolute;left:0;right:0;bottom:0;padding:34px 26px;color:#fff}
.eyebrow,.section-heading>span,.section-heading div>span,.standard-heading span{display:block;font-size:11px;line-height:1.3;font-weight:900;letter-spacing:.18em;color:var(--gold)}
.hero h1{font:500 clamp(39px,10vw,68px)/.98 Georgia,serif;margin:13px 0 15px;letter-spacing:-.035em}
.hero h1 em{font-weight:400;color:#f2d89f}
.hero p{max-width:520px;margin:0 0 22px;color:#e8eee9;font-size:15px;line-height:1.6}
.primary-button,.secondary-button{min-height:50px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;font-weight:900;font-size:14px;border:0;text-align:center}
.primary-button{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(7,61,44,.22)}
.hero .primary-button{background:#f4dfb6;color:#17382c;box-shadow:none}
.secondary-button{background:#fff;color:var(--green);border:2px solid var(--green)}
.section-heading{margin:4px 0 18px}
.section-heading h2,.standard-heading h2,.contact h2{font:500 clamp(31px,8vw,46px)/1.06 Georgia,serif;letter-spacing:-.025em;margin:7px 0 8px;color:var(--green)}
.section-heading p{margin:0;color:var(--muted);line-height:1.55;font-size:14px;max-width:600px}
.split-heading{display:flex;align-items:end;justify-content:space-between;gap:15px}
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.category-card{position:relative;overflow:hidden;border:1px solid var(--line);background:#fff;border-radius:20px;padding:0;text-align:left;min-height:238px;box-shadow:0 10px 30px rgba(38,47,42,.07)}
.category-card img{width:100%;height:155px;object-fit:cover}
.category-card span{display:flex;flex-direction:column;padding:13px 14px 15px}
.category-card strong{font:600 24px/1 Georgia,serif;color:var(--green)}
.category-card small{font-size:12px;color:var(--muted);margin-top:5px;font-weight:700}
.category-card b{position:absolute;right:12px;bottom:14px;background:#ecdfc5;color:#4f3c1c;padding:7px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.collections{padding-top:20px}
.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 11px;scrollbar-width:none;position:sticky;top:76px;z-index:20;background:linear-gradient(var(--paper) 80%,rgba(255,253,250,0))}
.category-tabs::-webkit-scrollbar{display:none}
.category-tabs button{border:1px solid #d9ccba;background:#fff;color:#405047;border-radius:999px;padding:12px 17px;white-space:nowrap;font-weight:900;font-size:13px}
.category-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}
.active-filter-line{font-size:12px;color:var(--muted);font-weight:800;margin:3px 0 14px}
.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.collection-card{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(30,42,36,.07);display:flex;flex-direction:column;min-width:0}
.collection-image{position:relative;aspect-ratio:4/5;background:#eee7dd;overflow:hidden}
.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.collection-card:active .collection-image img{transform:scale(1.02)}
.status-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:9px;font-size:10px;line-height:1;font-weight:950;letter-spacing:.055em;text-transform:uppercase;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.status-badge.available{background:#08613f}.status-badge.soon{background:#9a5c00}.status-badge.sold{background:#7d2f36}
.collection-info{padding:14px 13px 13px;display:flex;flex-direction:column;flex:1}
.collection-category{font-size:10px;font-weight:950;letter-spacing:.14em;color:#98743c}
.collection-info h3{font:600 22px/1.05 Georgia,serif;color:var(--green);margin:7px 0 5px}
.collection-color{color:var(--muted);font-size:12px;font-weight:750;margin:0 0 12px}
.card-button{margin-top:auto;width:100%;border:0;background:#e9dcc3;color:#173b2d;border-radius:11px;min-height:42px;font-weight:950;font-size:12px;letter-spacing:.03em}
.standards{padding-top:22px}
.standards-card{background:var(--green);color:#fff;border-radius:26px;padding:24px 20px;box-shadow:var(--shadow)}
.standard-heading{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.18)}
.standard-heading img{width:60px;height:60px;border-radius:50%}
.standard-heading h2{color:#fff;font-size:31px;margin-bottom:0}
.standard-grid{display:grid;gap:18px;margin-top:20px}
.standard-grid article{display:grid;grid-template-columns:40px 1fr;column-gap:11px}
.standard-grid b{grid-row:1/3;color:#e6c481;font:600 22px/1 Georgia,serif}
.standard-grid h3{margin:0 0 5px;font-size:15px}
.standard-grid p{margin:0;color:#cbd9d2;font-size:13px;line-height:1.5}
.contact{padding-top:4px;padding-bottom:50px}
.contact-card{background:#f1e6d1;border:1px solid #e2d0ae;border-radius:26px;padding:28px 22px;text-align:center}
.contact-card p{color:#5e655f;line-height:1.65;font-size:14px;max-width:540px;margin:0 auto 20px}
.contact-actions{display:grid;gap:10px}
.social-link{display:inline-block;margin-top:20px;color:var(--green);font-weight:900;font-size:13px;text-decoration:underline;text-underline-offset:5px}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:50;width:min(100%,1180px);height:calc(72px + env(safe-area-inset-bottom));padding:8px 22px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,253,250,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(30,40,35,.07)}
.bottom-nav a{display:flex;align-items:center;justify-content:center;gap:7px;flex-direction:column;color:#738079;font-size:10px;font-weight:900}
.bottom-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}
.bottom-nav a.active{color:var(--green)}
.collection-dialog{width:100%;max-width:650px;height:auto;max-height:94dvh;margin:auto auto 0;border:0;padding:0;border-radius:28px 28px 0 0;background:#fff;box-shadow:0 -18px 60px rgba(0,0,0,.28);overflow:hidden}
.collection-dialog::backdrop{background:rgba(4,20,14,.62);backdrop-filter:blur(4px)}
.dialog-inner{position:relative;max-height:94dvh;overflow:auto;padding-bottom:calc(20px + env(safe-area-inset-bottom))}
.dialog-close{position:absolute;top:13px;right:13px;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:27px;line-height:1;color:var(--green);box-shadow:0 5px 18px rgba(0,0,0,.17)}
.dialog-image-wrap{height:44dvh;min-height:350px;position:relative;background:#eee}
.dialog-image-wrap img{width:100%;height:100%;object-fit:cover}
.dialog-image-wrap .status-badge{top:auto;bottom:14px;left:16px;font-size:11px;min-height:34px}
.dialog-copy{padding:22px 19px}
.dialog-category{font-size:11px;font-weight:950;letter-spacing:.15em;color:#9c773d}
.dialog-copy h2{font:600 38px/1 Georgia,serif;color:var(--green);margin:8px 0 10px}
.dialog-copy>p{color:#5d6862;font-size:14px;line-height:1.65;margin:0 0 18px}
.detail-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.detail-row div{background:#f6f1e8;border-radius:13px;padding:12px}
.detail-row span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#837765;font-weight:900}
.detail-row strong{display:block;margin-top:5px;font-size:13px;color:#203c31}
.color-row{display:flex;align-items:center;gap:10px;margin:17px 0 20px}
.color-row i{width:28px;height:28px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px #bcb5aa}
.dialog-actions{display:grid;gap:10px}
.toast{position:fixed;z-index:80;left:50%;bottom:96px;transform:translate(-50%,20px);background:#102b21;color:#fff;border-radius:999px;padding:11px 17px;font-size:12px;font-weight:850;opacity:0;pointer-events:none;transition:.25s}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media (min-width:700px){
  .section-pad{padding-left:34px;padding-right:34px}
  .hero-card{height:650px}.hero-copy{padding:45px}.hero p{font-size:17px}
  .category-grid{grid-template-columns:repeat(4,1fr)}
  .collection-grid{grid-template-columns:repeat(3,1fr)}
  .standard-grid{grid-template-columns:repeat(3,1fr)}
  .standard-grid article{display:block}.standard-grid b{display:block;margin-bottom:12px}
  .contact-actions{grid-template-columns:1fr 1fr;max-width:540px;margin:auto}
}
@media (min-width:1000px){
  body{padding-bottom:0}.bottom-nav{display:none}.topbar{padding-left:44px;padding-right:44px}
  .section-pad{padding-left:52px;padding-right:52px}.hero{padding-top:28px}
  .collection-grid{grid-template-columns:repeat(4,1fr)}
  .collection-dialog{margin:auto;border-radius:28px;max-height:88vh}.dialog-inner{display:grid;grid-template-columns:1.05fr .95fr;max-height:88vh}.dialog-image-wrap{height:88vh}.dialog-copy{align-self:center;padding:36px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Updated showroom behavior: clearer status labels, color previews and expansive desktop layout. */
.site-shell{width:100%;max-width:none;margin:0;background:var(--paper);box-shadow:none}
.status-badge{
  min-height:36px;
  padding:9px 13px;
  border-radius:10px;
  font-size:12px;
  letter-spacing:.045em;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.3);
}
.status-badge.available{background:#075b3a}
.status-badge.soon{background:#8a5300}
.status-badge.sold{background:#7a2932}
.card-button{
  min-height:46px;
  background:var(--green);
  color:#fff;
  box-shadow:0 8px 18px rgba(7,61,44,.16);
}
.card-button:hover,.card-button:focus-visible{background:var(--green-2)}
.card-colors{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-2px 0 14px}
.card-colors>div{display:flex;align-items:center}
.card-colors i{width:18px;height:18px;margin-right:-3px;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px #c9c0b3}
.card-colors span{font-size:11px;font-weight:900;color:#59665f;white-space:nowrap}
.color-picker-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:22px 0 12px}
.color-picker-heading>div>span{display:block;font-size:11px;font-weight:950;letter-spacing:.14em;color:#98743c}
.color-picker-heading p{margin:5px 0 0;color:#69736e;font-size:12px;line-height:1.4}
.reset-color{border:0;background:#efe4d2;color:var(--green);border-radius:999px;padding:9px 12px;font-size:11px;font-weight:950;white-space:nowrap}
.color-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 22px}
.color-option{min-height:50px;border:1px solid #ddd3c5;background:#fff;border-radius:13px;padding:8px 10px;display:flex;align-items:center;gap:9px;text-align:left;color:#34423b;font-weight:850;font-size:12px;transition:border-color .2s,box-shadow .2s,background .2s}
.color-option i{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--swatch);border:3px solid #fff;box-shadow:0 0 0 1px #bcb5aa}
.color-option span{line-height:1.15}
.color-option.active{border-color:var(--green);background:#eef4f0;box-shadow:0 0 0 2px rgba(7,61,44,.1)}
.color-option.active i{box-shadow:0 0 0 2px var(--green)}
.dialog-image-wrap img{transition:opacity .18s ease,transform .22s ease}
.dialog-image-wrap img.switching{opacity:.35;transform:scale(.992)}
.bottom-nav{width:100%}

@media (min-width:700px){
  .color-row{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (min-width:1000px){
  .topbar{height:84px;padding-left:clamp(52px,5vw,104px);padding-right:clamp(52px,5vw,104px)}
  .section-pad{padding-left:clamp(52px,5vw,104px);padding-right:clamp(52px,5vw,104px)}
  .hero-card{height:min(74vh,760px);min-height:620px;border-radius:34px}
  .hero-copy{padding:clamp(50px,5vw,82px);max-width:820px}
  .hero h1{font-size:clamp(64px,5.7vw,104px)}
  .hero p{max-width:670px;font-size:18px}
  .category-card{min-height:300px}
  .category-card img{height:205px}
  .category-card strong{font-size:29px}
  .collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
  .collection-card{border-radius:24px}
  .collection-info{padding:20px 18px 18px}
  .collection-info h3{font-size:27px}
  .collection-color{font-size:13px}
  .status-badge{top:14px;left:14px;font-size:13px;min-height:39px;padding:10px 15px}
  .standards-card,.contact-card{padding:42px}
  .collection-dialog{
    width:min(1180px,92vw);
    max-width:1180px;
    max-height:90vh;
    margin:auto;
    border-radius:30px;
  }
  .dialog-inner{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);max-height:90vh;overflow:hidden}
  .dialog-image-wrap{height:90vh;min-height:680px}
  .dialog-copy{padding:48px;max-height:90vh;overflow:auto}
  .dialog-copy h2{font-size:48px}
  .dialog-copy>p{font-size:15px}
  .color-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .color-option{min-height:58px;font-size:13px}
}

@media (min-width:1500px){
  .section-pad{padding-left:clamp(84px,6vw,132px);padding-right:clamp(84px,6vw,132px)}
  .topbar{padding-left:clamp(84px,6vw,132px);padding-right:clamp(84px,6vw,132px)}
  .collection-grid{gap:28px}
  .category-grid{gap:24px}
}


/* Multilingual language switcher and international layout support. */
.topbar-actions{display:flex;align-items:center;gap:8px;min-width:0}
.language-control{position:relative;z-index:45}
.language-button{height:44px;min-width:58px;border:1px solid #d9ccba;background:#fff;color:var(--green);border-radius:999px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:950;box-shadow:0 6px 20px rgba(30,42,36,.07)}
.language-button>svg:first-child{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;flex:0 0 auto}
.language-chevron{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.language-button[aria-expanded="true"] .language-chevron{transform:rotate(180deg)}
.language-code{font-size:12px;letter-spacing:.08em}
.language-name{display:none;font-size:12px;white-space:nowrap}
.language-menu{position:absolute;inset-inline-end:0;top:calc(100% + 10px);width:min(286px,calc(100vw - 24px));padding:9px;background:rgba(255,253,250,.99);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px rgba(7,31,23,.2);direction:ltr}
.language-menu[hidden]{display:none}
.language-menu-title{padding:7px 10px 9px;font-size:10px;font-weight:950;letter-spacing:.14em;color:#94703a;text-transform:uppercase}
.language-menu button{width:100%;border:0;background:transparent;border-radius:12px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:var(--ink)}
.language-menu button:hover,.language-menu button:focus-visible{background:#f2eadc;outline:none}
.language-menu button.selected{background:#eaf1ed;color:var(--green)}
.language-menu button span{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex:1;min-width:0}
.language-menu button b{font-size:14px;overflow-wrap:anywhere}
.language-menu button small{font-size:10px;font-weight:950;letter-spacing:.1em;color:#8b7760}
.language-menu button i{font-style:normal;opacity:0;color:var(--green);font-weight:950}
.language-menu button.selected i{opacity:1}
.brand{direction:ltr;flex:0 1 auto;min-width:0}
.brand span{min-width:0}
.brand small{white-space:nowrap}
.primary-button,.secondary-button,.card-button,.header-contact,.reset-filter,.category-tabs button,.reset-color{white-space:normal;line-height:1.25;overflow-wrap:anywhere}
.collection-info h3,.collection-color,.section-heading h2,.section-heading p,.hero h1,.hero p,.contact-card p,.dialog-copy h2,.dialog-copy>p,.standard-grid h3,.standard-grid p{overflow-wrap:anywhere}

html[lang="am"] body{font-family:"Noto Sans Ethiopic","Abyssinica SIL",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html[lang="ar"] body{font-family:"Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif}
html[lang="ar"] .hero h1,html[lang="ar"] .section-heading h2,html[lang="ar"] .standard-heading h2,html[lang="ar"] .contact h2,html[lang="ar"] .collection-info h3,html[lang="ar"] .dialog-copy h2,html[lang="ar"] .category-card strong{font-family:"Noto Naskh Arabic","Noto Sans Arabic","Segoe UI",serif;letter-spacing:0}
html[lang="ar"] .eyebrow,html[lang="ar"] .section-heading>span,html[lang="ar"] .section-heading div>span,html[lang="ar"] .standard-heading span,html[lang="ar"] .collection-category,html[lang="ar"] .dialog-category,html[lang="am"] .eyebrow,html[lang="am"] .section-heading>span,html[lang="am"] .section-heading div>span,html[lang="am"] .standard-heading span,html[lang="om"] .eyebrow,html[lang="om"] .section-heading>span,html[lang="om"] .section-heading div>span,html[lang="om"] .standard-heading span{letter-spacing:.035em}
html[lang="om"] .hero h1{font-size:clamp(34px,8.5vw,62px);max-width:17ch}
html[lang="om"] .category-card strong{font-size:clamp(19px,5.6vw,24px)}

html[dir="rtl"] .category-card{text-align:right}
html[dir="rtl"] .category-card b{right:auto;left:12px}
html[dir="rtl"] .status-badge{left:auto;right:10px}
html[dir="rtl"] .dialog-image-wrap .status-badge{left:auto;right:16px}
html[dir="rtl"] .dialog-close{right:auto;left:13px}
html[dir="rtl"] .color-option{text-align:right}
html[dir="rtl"] .standard-grid article{grid-template-columns:1fr 40px}
html[dir="rtl"] .standard-grid b{grid-column:2;grid-row:1/3}
html[dir="rtl"] .standard-grid h3,html[dir="rtl"] .standard-grid p{grid-column:1}
html[dir="rtl"] .card-colors i{margin-right:0;margin-left:-3px}
html[dir="rtl"] .language-menu button[lang="ar"]{text-align:right}

@media (max-width:380px){
  .topbar{padding-inline:12px}
  .brand img{width:38px;height:38px}
  .brand strong{font-size:18px}
  .brand small{display:none}
  .topbar-actions{gap:5px}
  .header-contact{padding:10px 11px;font-size:11px}
  .language-button{height:40px;min-width:50px;padding:0 8px;gap:4px}
  .language-button>svg:first-child{width:17px;height:17px}
  .language-chevron{display:none}
}

@media (min-width:700px){
  .language-button{padding:0 14px;min-width:118px}
  .language-name{display:inline}
  .language-code{display:none}
  .language-menu{width:300px}
}

@media (min-width:1000px){
  html[dir="rtl"] .status-badge{left:auto;right:14px}
  .topbar-actions{gap:12px}
  .language-button{height:46px;min-width:132px}
}

/* Inquiry cart */
button{font:inherit}.contact-actions button,.dialog-actions button{cursor:pointer}.card-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}.card-actions .card-button{margin-top:0}.card-button-secondary{background:#efe4d2;color:var(--green);box-shadow:none;border:1px solid #dfcfb6}.card-button-secondary:hover,.card-button-secondary:focus-visible{background:#e4d4bb;color:var(--green)}.floating-inquiry{position:fixed;z-index:55;right:14px;bottom:calc(84px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:8px;min-height:52px;padding:0 12px 0 16px;border:0;border-radius:999px;background:var(--green);color:#fff;font-weight:950;box-shadow:0 16px 38px rgba(7,61,44,.28);cursor:pointer}.floating-inquiry b{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#fff;color:var(--green)}.floating-inquiry.has-items{background:#9a6b25}.inquiry-dialog{width:min(720px,calc(100% - 22px));max-height:92dvh;padding:0;border:0;border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 35px 100px rgba(4,20,14,.35)}.inquiry-dialog::backdrop{background:rgba(4,20,14,.66);backdrop-filter:blur(5px)}.inquiry-panel{max-height:92dvh;overflow:auto;padding:28px}.inquiry-header{position:relative;padding-inline-end:48px}.inquiry-header h2{font:600 clamp(34px,6vw,50px)/1 Georgia,serif;color:var(--green);margin:8px 0 9px}.inquiry-header p{margin:0 0 24px;color:var(--muted);line-height:1.55}.inquiry-close{position:absolute;inset-inline-end:0;top:0;width:42px;height:42px;border:0;border-radius:50%;background:#f1e6d1;color:var(--green);font-size:27px;cursor:pointer}.inquiry-empty{padding:28px;border:1px dashed #d9ccba;border-radius:18px;background:#fbf8f1;color:var(--muted);text-align:center}.inquiry-empty[hidden]{display:none}.inquiry-items{display:grid;gap:12px}.inquiry-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff}.inquiry-item img{width:76px;height:82px;object-fit:cover;border-radius:13px;background:#eee7dd}.inquiry-item-copy small{display:block;color:#98743c;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.inquiry-item-copy h3{font:600 20px/1.1 Georgia,serif;color:var(--green);margin:5px 0}.inquiry-item-copy p{margin:0 0 7px;color:var(--muted);font-size:12px}.inquiry-item-copy button{padding:0;border:0;background:transparent;color:#8b303a;font-size:12px;font-weight:900;cursor:pointer}.quantity-control{display:flex;align-items:center;gap:8px}.quantity-control button{width:32px;height:32px;border:1px solid #d9ccba;border-radius:10px;background:#fff;color:var(--green);font-size:19px;cursor:pointer}.quantity-control b{min-width:20px;text-align:center}.inquiry-note{display:grid;gap:8px;margin-top:20px}.inquiry-note span{font-weight:950;color:var(--green)}.inquiry-note textarea{width:100%;resize:vertical;border:1px solid #d9ccba;border-radius:15px;padding:13px 14px;font:inherit;line-height:1.45;outline:none}.inquiry-note textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(7,61,44,.1)}.send-heading{display:grid;gap:4px;margin:22px 0 12px}.send-heading strong{color:var(--green)}.send-heading span{color:var(--muted);font-size:13px;line-height:1.45}.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.channel-grid button{min-height:50px;border:0;border-radius:14px;color:#fff;font-weight:950;cursor:pointer}.channel-grid button:nth-child(1){background:#1fab62}.channel-grid button:nth-child(2){background:#2f9edc}.channel-grid button:nth-child(3){background:#17131c}.channel-grid button:disabled,.clear-inquiry:disabled{opacity:.42;cursor:not-allowed}.clear-inquiry{width:100%;margin-top:13px;min-height:44px;border:0;border-radius:12px;background:#f1e6d1;color:var(--green);font-weight:900;cursor:pointer}html[dir="rtl"] .inquiry-item{text-align:right}html[dir="rtl"] .inquiry-item-copy small{letter-spacing:.03em}@media(min-width:700px){.card-actions{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.floating-inquiry{right:28px;bottom:28px}}@media(max-width:620px){.floating-inquiry span:nth-child(2){display:none}.inquiry-panel{padding:24px 15px}.inquiry-item{grid-template-columns:62px minmax(0,1fr);align-items:start}.inquiry-item img{width:62px;height:70px}.quantity-control{grid-column:2}.channel-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr}.toast{max-width:calc(100% - 28px);text-align:center;border-radius:16px}}
