
:root{
  --bg:#fbf8f3;
  --bg-soft:#f4ede4;
  --panel:#ffffff;
  --line:#e8dccd;
  --line-strong:#dac9b5;
  --ink:#231c18;
  --muted:#746a62;
  --accent:#b17861;
  --accent-2:#d8baa8;
  --mural:#c58d62;
  --portrait:#c98992;
  --graphic:#5d86b8;
  --gallery:#a78654;
  --live:#c67d61;
  --green:#1ea762;
  --green-soft:#edf8f2;
  --wa:#25D366;
  --fb:#1877f2;
  --ig:#c13584;
  --mail:#8a6d57;
  --shadow:0 18px 44px rgba(35,28,24,.07);
  --shadow-soft:0 10px 24px rgba(35,28,24,.05);
  --radius:26px;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);
  line-height:1.55;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button,input,select,textarea{outline:none}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.container{width:min(var(--max),calc(100% - 28px));margin:0 auto}
.section{padding:58px 0; scroll-margin-top:92px}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--accent);font-weight:700;
}
.eyebrow::before{content:"";width:28px;height:1px;background:currentColor;opacity:.8}
h1,h2,h3,h4{
  margin:0;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-weight:600;
  line-height:.92;
  letter-spacing:-.03em;
}
h1{font-size:clamp(3.1rem,9vw,6.6rem)}
h2{font-size:clamp(2.1rem,6vw,4.2rem)}
h3{font-size:clamp(1.5rem,3.1vw,2.25rem)}
p{margin:0;color:var(--muted)}
.lead{font-size:1.06rem;max-width:62ch}
.small{font-size:.92rem}
.tiny{font-size:.82rem}
.stack{display:grid;gap:14px}
.btn-row{display:flex;flex-wrap:wrap;gap:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;
  font-size:.94rem;font-weight:700;cursor:pointer;transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  white-space:nowrap
}
.btn:hover{transform:translateY(-1px)}
.btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn .icon-solid{fill:currentColor;stroke:none}
.btn-dark{background:var(--ink);color:#fff;box-shadow:var(--shadow-soft)}
.btn-light{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-light:hover{background:#fffaf4;border-color:var(--line-strong)}
.btn-call{background:#fff;color:var(--ink);border-color:#d8cab9}
.btn-wa{background:var(--wa);color:#fff}
.btn-wa:hover{background:#1fb65a}
.btn-mail{background:#fff;color:var(--mail);border-color:#dbc9bb}
.btn-paypal{background:#fff;color:#113984;border-color:#b9c8ea}
.btn-stripe{background:#fff;color:#635bff;border-color:#c8c5ff}
.btn-iban{background:#fff;color:#2f7d50;border-color:#bfe3ce}
.platform-pill{
  display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:700;font-size:.9rem;
}
.platform-pill svg{width:16px;height:16px}
.platform-wa{color:#0d8c43;border-color:#bfe8d2;background:#f5fff8}
.platform-fb{color:#1877f2;border-color:#cdddff;background:#f3f7ff}
.platform-ig{color:#b43379;border-color:#efd0e1;background:#fff7fb}
.platform-mail{color:#8a6d57;border-color:#e4d7ca;background:#fffdfa}
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(251,248,243,.86);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(35,28,24,.06)
}
.site-header-inner{
  min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-title{font-family:"Cormorant Garamond", Georgia, serif;font-size:1.68rem}
.brand-sub{
  margin-top:5px;font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--accent)
}
.header-right{display:flex;align-items:center;gap:10px}
.desktop-nav{display:none}
.desktop-nav a{
  padding:10px 12px;border-radius:999px;font-size:.92rem;color:var(--ink)
}
.desktop-nav a:hover{background:#fff}
.lang-switch{
  display:flex;align-items:center;gap:6px;padding:6px;border-radius:999px;background:#fff;border:1px solid var(--line)
}
.lang-link{
  display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:34px;padding:0 10px;border-radius:999px;font-size:.84rem;font-weight:700;color:var(--muted)
}
.lang-link.active{background:var(--ink);color:#fff}
.mobile-toggle{
  min-height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:var(--shadow-soft)
}
.mobile-menu{display:none;padding-bottom:14px}
.mobile-menu.open{display:block}
.mobile-panel{
  display:grid;gap:6px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)
}
.mobile-panel a{padding:12px 14px;border-radius:15px}
.mobile-panel a:hover{background:var(--bg-soft)}
.hero{padding:26px 0 18px}
.hero-grid{display:grid;gap:18px}
.hero-copy{display:grid;gap:16px}
.hero-copy h1{max-width:11ch}
.hero-tagline{
  font-size:clamp(2rem,4.2vw,2.8rem);
  font-family:"Cormorant Garamond", Georgia, serif;
  line-height:.98;color:var(--ink)
}
.hero-actions-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
}
.action-card{
  position:relative;display:grid;gap:6px;padding:20px;border-radius:26px;background:rgba(255,255,255,.9);border:1px solid var(--line);box-shadow:var(--shadow-soft);overflow:hidden
}
.action-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:var(--accent)}
.action-card h3{font-size:1.12rem;line-height:1.02}
.action-card p{font-size:.96rem}
.action-card:hover{transform:translateY(-2px)}
.action-portrait::before{background:var(--portrait)}
.action-mural::before{background:var(--mural)}
.action-graphic::before{background:var(--graphic)}
.action-gallery::before{background:var(--gallery)}
.hero-visual{
  display:grid;grid-template-columns:1.25fr .9fr;gap:12px;align-items:stretch
}
.hero-main{
  position:relative;overflow:hidden;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow);min-height:420px;background:var(--bg-soft)
}
.hero-main img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-side{display:grid;gap:12px}
.thumb{
  overflow:hidden;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow-soft);background:var(--bg-soft)
}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.square{aspect-ratio:1/1}
.thumb.tall{aspect-ratio:4/5}
.payment-box{
  display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:24px;border:1px solid #c4e4d1;background:linear-gradient(180deg,#f5fff8 0%,#eefaf3 100%);box-shadow:var(--shadow-soft)
}
.payment-box strong{display:block;color:#176c42}
.payment-box p{color:#3e6f56}
.payment-left{display:flex;align-items:center;gap:12px;min-width:0}
.shield{
  width:42px;height:42px;border-radius:14px;border:1px solid #bfe3ce;background:#fff;display:grid;place-items:center;flex:0 0 auto
}
.shield svg{width:22px;height:22px;fill:none;stroke:#23a25b;stroke-width:1.8}
.hero-contacts{
  display:flex;flex-wrap:wrap;gap:10px
}
.contact-strip{
  display:grid;gap:10px;padding:14px 0 0
}
.section-theme{position:relative}
.theme-mural{background:linear-gradient(180deg,#fff 0%,#f8f0e9 100%)}
.theme-portrait{background:linear-gradient(180deg,#fff 0%,#fcf6f7 100%)}
.theme-graphic{background:linear-gradient(180deg,#fff 0%,#f4f8ff 100%)}
.theme-gallery{background:linear-gradient(180deg,#fff 0%,#fbf7ee 100%)}
.theme-live{background:linear-gradient(180deg,#fff 0%,#fbf2ef 100%)}
.theme-about{background:linear-gradient(180deg,#fff 0%,#faf7f2 100%)}
.theme-cart{background:linear-gradient(180deg,#fff 0%,#f5fbf7 100%)}
.card{
  background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)
}
.card.soft{background:linear-gradient(180deg,#fff 0%,#fcf8f3 100%)}
.section-head{display:grid;gap:8px;margin-bottom:18px}
.section-grid{display:grid;gap:18px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.chip{
  display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.9rem;color:var(--ink)
}
.points{display:grid;gap:10px;margin-top:16px}
.point{
  display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:12px 0;border-top:1px solid var(--line)
}
.point:first-child{border-top:none;padding-top:0}
.point-no{
  width:40px;height:40px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;color:var(--accent);font-weight:700
}
.form-grid{display:grid;gap:12px;margin-top:18px}
.field{display:grid;gap:7px}
.field label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#8d7c71;font-weight:700}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);padding:14px 16px
}
.field textarea{min-height:122px;resize:vertical}
.form-note{font-size:.88rem;color:#877a71;margin:2px 0 0}
.gallery-shell{display:grid;gap:12px}
.slider{
  position:relative;
}
.slider-track{
  display:grid;grid-auto-flow:column;grid-auto-columns:84%;gap:12px;
  overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px
}
.slider-track::-webkit-scrollbar{display:none}
.slide{scroll-snap-align:start}
.slide .thumb,.slide .work-card{height:100%}
.slider-buttons{
  display:flex;justify-content:flex-end;gap:8px;margin-top:8px
}
.slider-btn{
  width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-soft);cursor:pointer
}
.slider-btn svg{width:18px;height:18px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-grid{display:grid;gap:14px}
.product-card{
  display:grid;gap:14px;padding:16px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)
}
.product-card figure{
  margin:0;overflow:hidden;border-radius:20px;border:1px solid var(--line);background:var(--bg-soft);aspect-ratio:4/3
}
.product-card figure img{width:100%;height:100%;object-fit:cover}
.product-header{
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px
}
.price-badge{
  display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#fff7f2;border:1px solid #ecd9ca;color:var(--accent);font-weight:800;white-space:nowrap
}
.product-meta{display:flex;flex-wrap:wrap;gap:8px}
.product-meta span{
  display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.86rem;color:var(--muted)
}
.secondary-note{
  padding:18px;border-radius:24px;background:#fffdfa;border:1px solid var(--line);box-shadow:var(--shadow-soft)
}
.graphic-layout{display:grid;gap:16px}
.graphic-lead{font-size:1.04rem}
.graphic-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.graphic-card{
  overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft)
}
.graphic-card img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.graphic-card.big img{aspect-ratio:16/11}
.works-grid{display:grid;gap:16px}
.work-card{
  display:grid;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)
}
.work-card figure{margin:0;background:var(--bg-soft);overflow:hidden}
.work-card figure img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.work-body{display:grid;gap:10px;padding:18px}
.work-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.price{font-weight:800;color:var(--accent);white-space:nowrap}
.meta{font-size:.92rem;color:var(--muted)}
.status{
  width:max-content;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:.84rem;font-weight:800
}
.status.available{color:#1e9b56}
.status.sold{color:#877a71}
.live-grid{display:grid;gap:16px}
.live-cover{overflow:hidden;border-radius:30px;border:1px solid var(--line);background:var(--bg-soft);box-shadow:var(--shadow)}
.live-cover img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/11}
.live-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.live-gallery .thumb{aspect-ratio:4/3}
.about-grid{display:grid;gap:18px}
.about-main{
  overflow:hidden;border-radius:28px;border:1px solid var(--line);background:var(--bg-soft);box-shadow:var(--shadow)
}
.about-main img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px}
.posts-grid .thumb{aspect-ratio:1/1}
.cart-header{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap
}
.cart-count{
  display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:var(--ink);color:#fff;font-size:.78rem;font-weight:800
}
.cart-empty{
  padding:18px;border-radius:18px;background:#fff;border:1px dashed var(--line-strong);color:var(--muted)
}
.cart-list{display:grid;gap:12px;margin-top:18px}
.cart-item{
  display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 16px;border-radius:20px;background:#fff;border:1px solid var(--line)
}
.cart-item-title{font-weight:800;color:var(--ink)}
.cart-item-meta{font-size:.88rem;color:var(--muted);margin-top:4px}
.cart-actions-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.qty-btn,.remove-btn{
  min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer
}
.cart-summary{
  margin-top:18px;display:grid;gap:14px;padding:18px;border-radius:24px;background:#fff;border:1px solid var(--line)
}
.cart-total{
  display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:1.1rem;font-weight:800;color:var(--ink)
}
.contact-grid{display:grid;gap:12px}
.contact-card{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)
}
.contact-left{display:flex;align-items:center;gap:12px}
.contact-icon{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid var(--line);background:#fff
}
.contact-icon svg{width:18px;height:18px}
.contact-card.wa .contact-icon{border-color:#bfe8d2;background:#f5fff8;color:#14a44e}
.contact-card.fb .contact-icon{border-color:#cdddff;background:#f3f7ff;color:#1877f2}
.contact-card.ig .contact-icon{border-color:#efd0e1;background:#fff7fb;color:#c13584}
.contact-card.mail .contact-icon{border-color:#e4d7ca;background:#fffdfa;color:#8a6d57}
.contact-card.call .contact-icon{border-color:#d8cab9;background:#fff;color:var(--ink)}
.footer{
  padding:28px 0 44px;color:var(--muted);font-size:.9rem;background:#fff;border-top:1px solid var(--line)
}
.footer-inner{display:grid;gap:12px}
.footer-links{display:flex;flex-wrap:wrap;gap:14px}
.footer-links a{color:var(--muted)}
.floating-wa{
  position:fixed;right:16px;bottom:16px;z-index:60;width:56px;height:56px;border:none;border-radius:999px;background:var(--wa);color:#fff;display:grid;place-items:center;box-shadow:0 16px 30px rgba(37,211,102,.25)
}
.floating-wa svg{width:24px;height:24px;fill:currentColor}
.floating-cart{
  position:fixed;left:16px;bottom:16px;z-index:60;display:flex;align-items:center;gap:9px;min-height:52px;padding:0 14px;border-radius:999px;background:var(--ink);color:#fff;box-shadow:var(--shadow)
}
.floating-cart .count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:#fff;color:var(--ink);font-size:.78rem;font-weight:800}
.toast{
  position:fixed;left:50%;transform:translateX(-50%);bottom:88px;z-index:80;
  padding:12px 16px;border-radius:999px;background:var(--ink);color:#fff;font-size:.9rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .2s ease, transform .2s ease
}
.toast.show{opacity:1;transform:translateX(-50%) translateY(-3px)}
.modal{
  position:fixed;inset:0;z-index:90;display:none;place-items:center;background:rgba(22,18,15,.5);padding:18px
}
.modal.open{display:grid}
.modal-card{
  width:min(900px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)
}
.modal-grid{display:grid;gap:0}
.modal-figure{background:var(--bg-soft)}
.modal-figure img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.modal-body{display:grid;gap:14px;padding:24px}
.modal-close{
  position:absolute;right:18px;top:18px;width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;z-index:2
}
@media (max-width:779px){
  .desktop-nav,.lang-switch.header-switch{display:none}
}
@media (min-width:780px){
  .section{padding:74px 0}
  .site-header-inner{min-height:80px}
  .desktop-nav{display:flex;align-items:center;gap:4px}
  .mobile-toggle,.mobile-menu{display:none!important}
  .hero-grid{grid-template-columns:1.03fr .97fr;align-items:start}
  .hero-copy{padding-top:8px}
  .section-grid{grid-template-columns:1fr 1fr;align-items:start}
  .product-grid{grid-template-columns:1fr 1fr}
  .works-grid{grid-template-columns:repeat(3,1fr)}
  .about-grid{grid-template-columns:.92fr 1.08fr;align-items:start}
  .contact-grid{grid-template-columns:1fr 1fr}
  .cart-summary .btn-row{justify-content:flex-start}
  .modal-grid{grid-template-columns:.94fr 1.06fr}
}
@media (min-width:1024px){
  .hero-grid{grid-template-columns:1fr 1fr;align-items:center}
  .hero-main{min-height:510px}
  .graphic-layout{grid-template-columns:.96fr 1.04fr;align-items:start}
}
@media (min-width:1180px){
  .hero-actions-grid{grid-template-columns:repeat(4,1fr)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}


/* v11 refinement */
.platform-call{color:var(--ink);border-color:#d8cab9;background:#fff}
.hero-copy h1{max-width:none;white-space:nowrap;font-size:clamp(2.4rem,9.2vw,6.1rem);line-height:.95}
.hero-tagline{font-size:clamp(1.9rem,4.6vw,2.65rem)}
.hero-visual{grid-template-columns:1fr}
.hero-side{display:none}
.hero-main{aspect-ratio:4/5;min-height:0}
.hero-main img{object-position:center 34%}
.hero-actions-grid{grid-template-columns:1fr;gap:14px}
.action-card{padding:24px 22px;min-height:132px;align-content:end;border-radius:28px}
.action-card h3{font-size:clamp(1.5rem,6vw,2.1rem);line-height:.96}
.action-card p{font-size:1rem}
.payment-box{max-width:540px;padding:14px 16px}
.contact-strip{gap:8px;padding-top:0}
.slider-track{grid-auto-columns:100%}
.slider-buttons{justify-content:flex-start}
.product-showcase{display:grid;gap:14px;margin-top:18px}
.product-card{padding:18px}
.product-card figure{aspect-ratio:4/5}
.product-header{align-items:flex-start}
.product-summary{display:grid;gap:4px}
.spec-list{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:4px}
.spec-list li{color:var(--muted);font-size:.96rem}
.helper-note{font-size:.88rem;color:#8a7e76}
.works-grid{gap:18px}
.work-card figure{aspect-ratio:4/5}
.work-body{padding:16px}
.compact-head{max-width:56ch}
.contact-strip .btn-row{gap:8px}
.contact-strip .platform-pill{min-height:38px;padding:0 12px}
@media (min-width:780px){
  .hero-grid{grid-template-columns:1.03fr .97fr;align-items:start}
  .hero-main{aspect-ratio:4/5}
  .hero-actions-grid{grid-template-columns:1fr 1fr}
  .product-showcase{grid-template-columns:1fr 1fr}
  .slider-track{grid-auto-columns:88%}
}
@media (min-width:1040px){
  .hero-grid{grid-template-columns:1fr 1fr;align-items:center}
  .hero-main{aspect-ratio:5/6}
  .slider-track{grid-auto-columns:76%}
}
