:root{--paper:#f6eee8;--paper-light:#fffaf6;--ink:#42282e;--muted:#795e62;--rose:#a64863;--rose-light:#e6bdc6;--border:#d9c2c0;--blush:#eedde0;--white:#fffaf8;--sans:Tahoma,"Segoe UI",Arial,sans-serif;--serif:"Noto Naskh Arabic","Traditional Arabic",Georgia,serif;--gutter:clamp(20px,5.5vw,94px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.85;-webkit-font-smoothing:antialiased}::selection{background:#a64863;color:white}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{border:0;background:none}img,svg{display:block}img{max-width:100%}button:disabled{cursor:not-allowed;opacity:.5}fieldset{border:0;margin:0;padding:0;min-width:0}legend{padding:0}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.26}h1 em,h2 em{font-style:normal;color:var(--rose)}p{line-height:1.95}a,button,input,textarea,summary{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--rose)}[hidden]{display:none!important}.icon{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.svg-library{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.brand-vector,.ha-vector,.tulip{fill:currentColor}.brand-vector{width:100%;height:auto}.tulip{width:40px;height:64px}.content-width{width:min(1360px,100%);margin-inline:auto;padding-inline:var(--gutter)}.overline{font-family:var(--sans);font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.02em;line-height:1.7}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;inset:12px auto auto 12px;z-index:150;background:var(--ink);color:white;padding:8px 18px;transform:translateY(-200%)}.skip-link:focus{transform:none}
/* A typographic header, with the source logo as real vector outlines. */
.site-header{position:sticky;top:0;height:91px;z-index:60;display:flex;align-items:center;gap:45px;padding-inline:var(--gutter);background:rgba(246,238,232,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-brand{display:flex;align-items:center;gap:12px;flex-shrink:0;color:var(--rose)}.header-brand svg{width:66px;height:50px}.header-brand span{font-size:9px;line-height:1;letter-spacing:.18em;writing-mode:vertical-rl;color:var(--ink)}.main-nav{display:flex;gap:25px;align-items:center}.main-nav a{font-size:12px;position:relative;white-space:nowrap}.main-nav a:after{content:"";position:absolute;bottom:-5px;inset-inline:0;height:1px;background:var(--rose);transform:scaleX(0);transition:transform .3s}.main-nav a:hover:after{transform:scaleX(1)}.header-end{margin-inline-start:auto;display:flex;align-items:center;gap:22px}.socials{display:flex;gap:6px;direction:ltr}.social-icon{position:relative;display:grid;place-items:center;width:40px;height:40px;border:1px solid transparent;border-radius:50%;transition:background .2s,border-color .2s}.social-icon:hover{background:var(--blush);border-color:var(--border)}.social-icon.whatsapp{border-color:var(--rose);color:var(--rose)}.social-tooltip{position:absolute;top:45px;left:50%;transform:translateX(-50%);opacity:0;pointer-events:none;background:var(--ink);color:var(--white);font-size:10px;padding:2px 9px;border-radius:3px;transition:opacity .2s}.social-icon:hover .social-tooltip,.social-icon:focus-visible .social-tooltip{opacity:1}.language-link{font-size:11px;padding-inline-start:20px;border-inline-start:1px solid var(--border);white-space:nowrap}
/* The opening is lettering, rather than another image/card hero. */
.opening{position:relative;min-height:770px;height:calc(100svh - 91px);max-height:1100px;isolation:isolate;overflow:hidden}.opening-arches{position:absolute;inset:38px 10% -4px 7%;color:var(--border);opacity:.68;z-index:-1}.opening-arches svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1}.opening-topline{display:flex;align-items:center;justify-content:space-between;direction:ltr;padding:35px var(--gutter) 0;font-size:9px;letter-spacing:.23em;color:var(--muted)}.opening-topline span:last-child{letter-spacing:0}.lettering-field{position:absolute;left:2%;top:5%;width:67%;height:82%;direction:ltr}.main-lettering{position:absolute;left:0;top:7%;width:100%;height:92%;overflow:visible;transform-origin:center;transition:transform .65s cubic-bezier(.2,.75,.3,1)}.letter-outline{fill:none;stroke:#a44b66;stroke-width:.42;opacity:.32}.letter-paint{opacity:.96;transform-origin:center;transition:opacity 1.1s,filter .8s;filter:drop-shadow(0 5px 2px rgba(102,36,57,.025))}.main-lettering.is-drawing .letter-paint{animation:ink-in 1.2s both}.main-lettering.is-drawing .letter-outline{animation:ink-outline 1.2s both}@keyframes ink-in{0%{opacity:.04}28%{opacity:.15}100%{opacity:.96}}@keyframes ink-outline{0%{stroke-dasharray:900;stroke-dashoffset:900;opacity:.9}100%{stroke-dasharray:900;stroke-dashoffset:0;opacity:.32}}.byline{position:absolute;left:36%;bottom:-1%;width:31%;display:flex;align-items:center;flex-direction:column;gap:1px;color:var(--ink)}.byline>span{font:15px Georgia,serif;letter-spacing:.35em}.byline svg{width:150px;height:45px;fill:currentColor}.bloom-button{position:absolute;right:36%;top:0;width:65px;height:78px;display:grid;place-items:center;color:var(--rose);transition:transform .3s}.bloom-button .tulip{width:34px;height:55px}.bloom-button:hover{transform:rotate(-7deg)}.bloom-ring{position:absolute;inset:-6px;border:1px solid var(--rose-light);border-radius:50%;opacity:0;transform:scale(.7)}.bloom-button.is-blooming .bloom-ring{animation:flower-ring 1s}@keyframes flower-ring{0%{opacity:.9;transform:scale(.7)}100%{opacity:0;transform:scale(1.5)}}.ink-hint{position:absolute;bottom:19%;left:31%;display:flex;gap:9px;align-items:center;font-size:9px;color:var(--muted);transform:rotate(-6deg);direction:rtl}.hint-line{width:27px;height:1px;background:var(--rose)}.intro-copy{position:absolute;right:var(--gutter);top:24%;width:27.5%;max-width:400px}.intro-copy .overline{margin-bottom:20px}.intro-copy h1{font-size:clamp(39px,4.2vw,72px);line-height:1.34;font-weight:500}.intro-description{font-size:13px;max-width:280px;color:var(--muted);margin-top:20px}.primary-link{display:inline-flex;align-items:center;gap:28px;padding-block:15px 10px;font-size:13px;border-bottom:1px solid var(--rose);font-weight:500;margin-top:15px;transition:gap .2s}.primary-link:hover{gap:37px}.primary-link .icon{color:var(--rose)}.opening-bottom{position:absolute;bottom:25px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.scroll-link{display:flex;gap:13px;align-items:center;color:var(--ink);font-size:12px}.scroll-arrow{font:24px Georgia,serif;width:38px;height:50px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%}.edition{font-size:8px;letter-spacing:.18em;direction:ltr}
/* The source ح is enlarged beyond the section: it becomes the gallery's architecture. */
.collection-world{position:relative;isolation:isolate;background:var(--paper-light);overflow:hidden;padding-top:105px;padding-bottom:60px}.collection-world:before{content:"";position:absolute;top:0;inset-inline:0;height:115px;background:var(--paper);clip-path:ellipse(66% 100% at 70% 0%);z-index:-1}.architectural-ha{position:absolute;top:220px;right:-62%;width:134%;height:calc(100% - 360px);z-index:-1;color:#ecd5db;opacity:.8;pointer-events:none;overflow:hidden}.architectural-ha .ha-vector{height:100%;width:100%;transform:rotate(-9deg);transform-origin:60% 45%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:45px}.section-heading .overline{margin-bottom:15px}.section-heading h2{font-size:clamp(40px,5.1vw,78px)}.section-heading>p{max-width:290px;font-size:13px;color:var(--muted);padding-bottom:9px}.gallery-tools{display:flex;align-items:center;justify-content:space-between;border-block:1px solid var(--border);padding-block:14px;margin-bottom:62px;gap:18px}.filters{display:flex;gap:12px;flex-wrap:wrap}.filter{font-size:12px;padding:7px 14px;border-radius:2px;transition:background .2s,color .2s;line-height:1.8}.filter.active{background:var(--ink);color:var(--white)}.filter:hover:not(.active){background:var(--blush)}.gallery-count{font-size:10px;white-space:nowrap;color:var(--muted)}.gallery-count b{font-family:Georgia,serif;font-size:19px;font-weight:400;color:var(--ink);margin-inline-end:5px}.artwork-grid{display:grid;grid-template-columns:1.04fr .84fr;column-gap:clamp(50px,13vw,190px);row-gap:70px;direction:ltr;align-items:start;padding-inline:3% 5%}.artwork{min-width:0;direction:rtl;position:relative}.artwork:nth-child(even){margin-top:120px}.artwork:nth-child(3){margin-top:20px}.artwork:nth-child(4){width:88%;justify-self:center;margin-top:100px}.artwork:nth-child(5){margin-top:10px}.artwork:nth-child(6){width:90%;justify-self:center;margin-top:60px}.artwork-grid.is-filtered .artwork{margin-top:0;width:100%}.artwork-grid.is-filtered .artwork:nth-of-type(even){margin-top:50px}.artwork.is-entering{animation:art-in .4s ease both}@keyframes art-in{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.artwork-index{display:flex;gap:10px;justify-content:space-between;align-items:center;font-size:9px;margin-bottom:14px;color:var(--muted)}.artwork-index>span:first-child{font-size:9px;letter-spacing:.15em;direction:ltr}.artwork-object{position:relative}.art-open{display:block;position:relative;padding:0;outline-offset:8px}.art-open img{width:100%;height:auto;box-shadow:11px 15px 27px rgba(62,32,32,.12),1px 3px 0 rgba(63,35,37,.2);transition:transform .5s,box-shadow .5s}.art-open:hover img{transform:translateY(-5px) rotate(-.6deg);box-shadow:14px 25px 32px rgba(62,32,32,.15),1px 3px 0 rgba(63,35,37,.2)}.art-discover{position:absolute;left:15px;bottom:15px;width:42px;height:42px;background:rgba(255,250,246,.94);border:1px solid rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;gap:10px;transition:width .25s,border-radius .25s;color:var(--ink);overflow:hidden;white-space:nowrap;direction:rtl}.art-discover .icon{width:19px;height:19px}.art-discover>span{display:none;font-size:10px}.art-open:hover .art-discover,.art-open:focus-visible .art-discover{width:105px;border-radius:30px}.art-open:hover .art-discover>span,.art-open:focus-visible .art-discover>span{display:block}.icon-button{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--ink);border:1px solid var(--border)}.save-art{position:absolute;right:12px;top:12px;width:39px;height:39px;background:rgba(255,250,246,.94);border:0}.save-art .icon{width:18px;height:18px}.save-art[aria-pressed="true"]{background:var(--rose);color:white}.save-art[aria-pressed="true"] .icon{fill:currentColor}.artwork-caption{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:18px}.artwork-caption h3{font-family:var(--serif);font-size:30px;font-weight:500;line-height:1.35}.art-enquire{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--rose);transition:background .2s}.art-enquire:hover{background:var(--blush)}.art-enquire .icon{width:20px}.collection-bottom{margin-top:75px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:25px;gap:35px}.collection-bottom>span{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}.collection-bottom .icon{width:17px;height:17px}.selection-link{display:flex;gap:13px;align-items:center;white-space:nowrap;font-size:12px}.selection-link b{font-size:11px;background:var(--blush);width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font-weight:400}
/* The idea studio changes an actual local preview and creates an accurate WhatsApp brief. */
.atelier-section{position:relative;background:var(--blush);padding-block:115px 85px;isolation:isolate;overflow:hidden}.atelier-contour{position:absolute;inset:-60px auto auto -250px;width:850px;height:1220px;color:var(--paper-light);opacity:.47;transform:rotate(-12deg);z-index:-1}.atelier-contour .ha-vector{width:100%;height:100%}.atelier-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,9vw,130px);align-items:start;direction:ltr}.idea-form{direction:rtl}.preview-area{direction:rtl;position:sticky;top:120px;text-align:center;--canvas:#f9e9e2;--canvas-ink:#87344f;--canvas-dim:#cc8ca0}.preview-area[data-palette="sage"]{--canvas:#e6ece0;--canvas-ink:#395845;--canvas-dim:#95aa92}.preview-area[data-palette="blue"]{--canvas:#e0eaf0;--canvas-ink:#34536c;--canvas-dim:#93b1c4}.preview-label{font-size:9px;color:var(--muted);letter-spacing:.14em}.preview-stage{height:510px;display:flex;justify-content:center;align-items:center;perspective:1000px;margin-top:5px}.preview-art{position:relative;background:var(--canvas);color:var(--canvas-ink);width:320px;height:430px;box-shadow:18px 25px 45px #62323b1f,2px 3px 0 #906b7230;overflow:hidden;transition:width .4s,height .4s,background .4s,transform .35s;transform:rotate(-4deg)}.preview-art[data-shape="square"]{width:350px;height:350px;transform:rotate(3deg)}.preview-art[data-shape="horizontal"]{width:430px;height:300px;transform:rotate(-3deg)}.preview-ha{position:absolute;left:-24%;top:-30%;width:120%;height:145%;color:var(--canvas-dim);opacity:.26;transform:rotate(8deg)}.photo-aperture{position:absolute;inset:15% 17% 16%;border:1px solid var(--canvas-dim);border-radius:45% 45% 0 0 / 30% 30% 0 0;opacity:.58;transition:inset .4s,border-radius .4s,transform .4s}.preview-art[data-type="text"] .photo-aperture{inset:7%;border-radius:0}.preview-art[data-type="memory"] .photo-aperture{inset:12%;transform:rotate(8deg);border-radius:0;box-shadow:0 0 0 12px var(--canvas),0 0 0 13px var(--canvas-dim)}.preview-wording{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px;text-align:center;pointer-events:none;gap:24px}.preview-flower .tulip{width:25px;height:41px}.preview-wording p{font-family:var(--serif);font-size:34px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;max-height:65%;overflow:hidden}.preview-wording small{font-family:Georgia,serif;font-size:8px;letter-spacing:.25em}.preview-art.has-photo .preview-wording{justify-content:flex-end;padding:24px;color:white;background:linear-gradient(transparent 50%,#0007)}.preview-art.has-photo .preview-flower{display:none}.preview-art.has-photo .preview-wording p{font-size:28px}.preview-art.has-photo .photo-aperture{display:none}#user-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;cursor:grab;touch-action:none;user-select:none;z-index:1}#user-photo:active{cursor:grabbing}.preview-caption{max-width:350px;margin:0 auto;font-size:10px;color:var(--muted);line-height:1.8}.photo-tools{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px}.upload-button{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:12px;border-bottom:1px solid var(--rose);padding:8px 4px}.upload-button .icon{width:18px;height:18px}#photo-input:focus-visible{position:static;clip:auto;width:auto;height:auto}.privacy-note{font-size:9px;color:var(--muted);max-width:310px;margin:13px auto 0}.idea-form fieldset{margin-bottom:24px}.idea-form legend{font-size:12px;margin-bottom:13px;display:flex;align-items:center;gap:12px}.idea-form legend>span{font:11px Georgia,serif;color:var(--rose)}.choices{display:flex;gap:9px;flex-wrap:wrap}.choice{padding:9px 22px;border:1px solid #c5a5ac;background:transparent;font-size:12px;transition:background .2s,color .2s}.choice.active{background:var(--ink);border-color:var(--ink);color:var(--white)}.choice:hover:not(.active){background:#fff4}.form-field{margin-block:20px}.form-field label{font-size:11px;display:block;margin-bottom:8px}.form-field input,.form-field textarea{width:100%;border:0;border-bottom:1px solid #c5a5ac;background:transparent;padding:9px 0;outline-offset:3px;font-size:12px;border-radius:0;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:#7e5c64;opacity:.9}.palette-choices{display:flex;gap:22px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.swatch{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:9px;min-width:65px;padding:3px}.swatch i{display:block;width:27px;height:27px;background:#b9657f;border-radius:50%;border:4px solid transparent;background-clip:padding-box;outline:1px solid transparent;transition:outline-color .2s,transform .2s}.swatch.sage i{background-color:#6b866a}.swatch.blue i{background-color:#6e91a6}.swatch.active i{outline-color:var(--ink);transform:scale(1.15)}.shape-choices{display:flex;gap:9px}.shape-choice{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:11px 8px;border:1px solid #c5a5ac;font-size:10px}.shape-choice i{display:block;width:12px;height:17px;border:1px solid currentColor}.shape-choice i.square{width:14px;height:14px}.shape-choice i.horizontal{width:18px;height:12px}.shape-choice.active{background:#fff6;border-color:var(--ink)}.selection-summary{padding-block:16px;margin-block:12px 20px;border-block:1px solid #cdb1b9}.selection-summary>div{display:flex;justify-content:space-between;align-items:center}.selection-summary strong{font-size:11px;font-weight:500}.selection-summary strong span{font-family:Georgia,serif;margin-inline:8px}.selection-summary p{font-size:10px;color:var(--muted);margin-top:5px}.text-button{font-size:10px;color:var(--rose);padding:4px;text-decoration:underline;text-underline-offset:4px}.send-brief{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;background:var(--ink);color:white;font-size:13px;transition:background .2s}.send-brief:hover{background:var(--rose)}.message-details{font-size:10px;margin-top:13px;color:var(--muted)}.message-details summary{cursor:pointer}.message-details p{white-space:pre-wrap;font-size:11px;padding:12px;background:#ffffff40;border:1px solid #d5b7c1;margin-top:10px}
/* The tulip motif links a short, honest ordering process to the contact area. */
.how-section{padding-block:90px 70px;display:grid;grid-template-columns:.85fr 1.25fr;gap:70px;align-items:center}.how-intro{position:relative}.how-flower{width:25px;height:41px;margin-bottom:20px;color:var(--rose)}.how-intro h2{font-size:40px;margin-top:12px}.steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:27px}.steps li{display:grid;grid-template-columns:35px 100px 1fr;align-items:baseline;gap:18px;padding-bottom:21px;border-bottom:1px solid var(--border)}.step-number{font:14px Georgia,serif;color:var(--rose)}.steps h3{font-size:13px;font-weight:500}.steps p{font-size:11px;color:var(--muted);line-height:1.9}.faq-section{display:grid;grid-template-columns:.85fr 1.25fr;gap:70px;padding-bottom:100px;padding-top:20px}.faq-section>h2{font-size:36px}.faq-list details{border-bottom:1px solid var(--border);padding:17px 0}.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:22px;font-size:12px}.faq-list summary::-webkit-details-marker{display:none}.faq-list .icon{width:16px;height:16px;transition:transform .25s}.faq-list details[open] .icon{transform:rotate(45deg)}.faq-list p{font-size:11px;color:var(--muted);padding-top:12px;max-width:580px}
/* A full-bleed curve, not a rectangular logo label, closes the page. */
.site-footer{position:relative;background:#39272d;color:var(--white);isolation:isolate;overflow:hidden;padding-top:90px}.footer-curve{position:absolute;z-index:-1;top:-420px;left:-250px;width:980px;height:1480px;color:#55313e;transform:rotate(24deg)}.footer-content{position:relative}.footer-intro{display:flex;justify-content:space-between;align-items:center;gap:50px;padding-bottom:60px}.footer-intro p{font-size:12px;color:#d6b8bf;margin-bottom:20px}.footer-intro h2{font-size:clamp(52px,6.5vw,100px);line-height:1.22}.footer-intro h2 em{color:#e9b2c4}.conversation-circle{flex-shrink:0;width:150px;height:150px;border:1px solid #c296a4;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:12px;transition:background .3s,transform .3s}.conversation-circle>.icon:first-child{width:28px;height:28px}.conversation-circle>.icon:last-child{width:16px;height:16px}.conversation-circle:hover{background:#87536a;transform:rotate(-6deg)}.footer-socials{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid #74545e;padding-block:24px;gap:25px;direction:ltr}.social-link{display:flex;gap:12px;align-items:center;color:#fceef1;min-height:50px}.social-link b{font-size:12px;display:block;font-weight:500}.social-link small{display:block;font-size:9px;color:#d2b2be;letter-spacing:.015em}.social-link>.icon:first-child{width:24px;height:24px}.social-link>.icon:last-child{margin-left:auto;width:13px;height:13px;transition:transform .25s}.social-link:hover>.icon:last-child{transform:translate(3px,-3px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-block:35px}.footer-brand{display:flex;align-items:center;gap:17px}.footer-brand svg{width:78px;height:60px;color:#e9b2c4}.footer-brand span{font:10px/1.8 Georgia,serif;letter-spacing:.2em}.footer-bottom>p{font-size:10px;max-width:270px;color:#d2b2be}.footer-number{display:flex;flex-direction:column;gap:4px}.footer-number small{font-size:9px;color:#d2b2be}.footer-number>span{font-size:14px;letter-spacing:.04em}.copyright{padding-block:17px 25px;font-size:9px;color:#ccb0b9;border-top:1px solid #67464f;display:flex;align-items:center;gap:4px}.copyright>a{margin-inline-start:auto;color:#f1d8e0}.floating-whatsapp{position:fixed;z-index:55;bottom:21px;left:22px;background:var(--ink);color:#fff7f7;border-radius:50px;display:flex;align-items:center;gap:10px;padding:13px;box-shadow:0 5px 20px #31172224;border:1px solid #c897a4}.floating-whatsapp>.icon{width:23px;height:23px}.floating-whatsapp>span{font-size:11px;max-width:0;overflow:hidden;white-space:nowrap;transition:max-width .3s}.floating-whatsapp:hover>span,.floating-whatsapp:focus-visible>span{max-width:160px}.toast{position:fixed;z-index:110;bottom:30px;left:50%;transform:translate(-50%,15px);background:var(--ink);color:var(--white);border:1px solid var(--rose-light);padding:10px 22px;font-size:12px;border-radius:30px;opacity:0;pointer-events:none;transition:transform .25s,opacity .25s}.toast.visible{opacity:1;transform:translate(-50%,0)}
/* Accessible media viewer. Only the selected high-resolution file or video is fetched. */
.art-dialog{width:min(1180px,94vw);max-height:92svh;padding:0;border:1px solid var(--border);background:var(--paper);color:var(--ink);overflow:auto;margin:auto}.art-dialog::backdrop{background:#231519cf;backdrop-filter:blur(5px)}.dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 22px;border-bottom:1px solid var(--border);font-size:10px}.dialog-bar>span{direction:ltr;letter-spacing:.12em}.view-switch{display:flex;gap:9px}.view-switch button{font-size:11px;display:flex;gap:8px;align-items:center;padding:6px 12px;border-bottom:1px solid transparent}.view-switch button[aria-pressed="true"]{border-color:var(--rose);color:var(--rose)}.view-switch .icon{width:13px;height:13px}.close-dialog{width:35px;height:35px;background:transparent;border:0}.dialog-layout{display:grid;grid-template-columns:1.35fr .8fr;direction:ltr;min-height:420px}.dialog-media{position:relative;min-height:400px;background:#ecdce0;display:grid;place-items:center;padding:28px 50px;overflow:hidden}.dialog-media>img,.dialog-media>video{width:100%;height:64svh;max-height:680px;object-fit:contain;display:block}.dialog-media>video{background:#241b1e;max-width:100%}.previous-art,.next-art{position:absolute;top:50%;transform:translateY(-50%);width:35px;height:35px;border:0;background:#fff9;font:28px Georgia,serif}.previous-art{left:9px}.next-art{right:9px}.dialog-copy{padding:50px 32px;direction:rtl;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.dialog-copy h2{font-size:42px;margin:18px 0}.dialog-copy>p:not(.overline){font-size:12px;color:var(--muted)}.dialog-copy .primary-link{font-size:12px;gap:15px}.dialog-save{display:flex;gap:10px;align-items:center;border:1px solid var(--border);font-size:11px;padding:10px 15px;margin-top:25px}.dialog-save[aria-pressed="true"] .icon{fill:var(--rose);color:var(--rose)}.dialog-save .icon{width:17px;height:17px}.media-error{margin-top:15px}
/* English is a separate page with its own natural reading order. */
html[lang="en"]{--sans:"Segoe UI",Arial,sans-serif;--serif:Georgia,"Times New Roman",serif}html[lang="en"] .overline{letter-spacing:.17em;font-size:9px}html[lang="en"] .intro-copy{top:29%;text-align:left}html[lang="en"] .intro-copy h1{font-size:clamp(36px,4.3vw,68px);line-height:1.12;letter-spacing:-.05em}html[lang="en"] .section-heading h2{font-size:clamp(39px,4.8vw,70px);line-height:1.12;letter-spacing:-.04em}html[lang="en"] .artwork,html[lang="en"] .idea-form,html[lang="en"] .preview-area,html[lang="en"] .dialog-copy{direction:ltr}html[lang="en"] .artwork-caption h3{font-size:24px}html[lang="en"] .how-intro h2{font-size:34px;line-height:1.25;letter-spacing:-.04em}html[lang="en"] .footer-intro h2{line-height:1.02;letter-spacing:-.04em}html[lang="en"] .ink-hint{direction:ltr}html[lang="en"] .preview-wording p{font-size:29px}html[lang="en"] .dialog-copy h2{font-size:34px}
@media(min-width:1600px){.opening{max-height:1050px}.lettering-field{width:66%;left:2%}.intro-copy{right:8%;width:25%}}
@media(max-width:1100px){.site-header{gap:25px}.main-nav{gap:17px}.header-end{gap:12px}.language-link{padding-inline-start:12px}.socials{gap:2px}.social-icon{width:37px;height:37px}.intro-copy{width:30%}.lettering-field{width:67%;left:-1%}.artwork-grid{gap:65px 95px;padding:0}.atelier-grid{gap:50px}.preview-art{width:280px;height:380px}.preview-art[data-shape="square"]{width:310px;height:310px}.preview-art[data-shape="horizontal"]{width:350px;height:250px}.preview-stage{height:460px}.steps li{grid-template-columns:25px 80px 1fr;gap:10px}.how-section,.faq-section{gap:45px;grid-template-columns:.8fr 1.2fr}.footer-socials{gap:18px}.social-link small{font-size:8px}.social-link{gap:7px}.social-link>.icon:last-child{display:none}.footer-bottom{gap:25px}.section-heading{gap:40px}}
@media(max-width:800px){:root{--gutter:25px}.site-header{height:78px;gap:17px}.header-brand svg{width:53px;height:43px}.main-nav{gap:15px}.main-nav a{font-size:11px}.main-nav a:last-child{display:none}.header-end{gap:10px}.social-icon{width:35px;height:35px}.social-icon .icon{width:20px;height:20px}.language-link{font-size:10px}.opening{height:780px;min-height:0}.intro-copy{right:25px;top:28%;width:29%}.intro-copy h1{font-size:40px}.intro-description{font-size:12px}.lettering-field{top:14%;height:64%;width:66%;left:-1%}.byline{bottom:-5%}.byline>span{font-size:11px}.byline svg{width:125px}.bloom-button{top:-7%}.ink-hint{left:20%;bottom:13%;font-size:8px}.opening-bottom>span:not(.edition){display:none}.opening-topline{padding-top:27px}.opening-arches{inset:50px 8% 0 3%}.section-heading h2{font-size:50px}.section-heading>p{max-width:260px}.artwork-grid{gap:45px 65px}.artwork-caption h3{font-size:27px}.artwork-index{font-size:8px}.artwork:nth-child(even){margin-top:75px}.architectural-ha{right:-80%;width:160%}.atelier-grid{grid-template-columns:1fr 1fr;gap:35px}.preview-stage{height:370px}.preview-art{width:220px;height:300px}.preview-art[data-shape="square"]{width:240px;height:240px}.preview-art[data-shape="horizontal"]{width:280px;height:200px}.preview-wording{padding:22px;gap:14px}.preview-wording p{font-size:27px}.preview-flower .tulip{width:20px;height:34px}.choice{padding:8px 15px}.palette-choices{gap:10px}.shape-choices{gap:5px}.shape-choice{padding:10px 4px;font-size:9px}.how-section,.faq-section{grid-template-columns:1fr;gap:30px}.steps li{grid-template-columns:30px 115px 1fr}.how-intro h2{font-size:43px}.footer-socials{grid-template-columns:repeat(2,1fr);gap:20px}.social-link{gap:14px}.social-link>.icon:last-child{display:block}.social-link small{font-size:10px}.footer-bottom>p{max-width:215px}.footer-bottom{gap:25px}.footer-brand span{display:none}.conversation-circle{width:130px;height:130px}}
@media(max-width:600px){:root{--gutter:20px}html{scroll-padding-top:85px}.site-header{height:76px;padding-inline:16px;gap:8px}.header-brand{gap:5px}.header-brand svg{width:51px;height:42px}.header-brand span{font-size:7px}.main-nav{display:none}.header-end{gap:12px}.socials{gap:1px}.social-icon{width:35px;height:37px}.social-icon.whatsapp{width:34px;height:34px;align-self:center}.social-tooltip{display:none}.language-link{font-size:10px;padding-inline-start:10px}.opening{height:850px;min-height:0;max-height:none}.opening-topline{padding:21px var(--gutter) 0;font-size:7px;letter-spacing:.12em}.opening-topline span:last-child{font-size:9px}.opening-arches{inset:52px 10px 0;opacity:.75}.lettering-field{top:45px;left:-1%;width:98%;height:410px}.main-lettering{height:95%;top:1%}.bloom-button{width:45px;height:58px;top:-8px;right:37%}.bloom-button .tulip{width:22px;height:37px}.byline{bottom:1%;left:35%;width:31%;gap:0}.byline>span{font-size:11px}.byline svg{width:118px;height:39px}.ink-hint{font-size:8px;bottom:18%;left:22%}.intro-copy{position:absolute;top:512px;width:auto;max-width:none;inset-inline:var(--gutter);text-align:center}.intro-copy .overline{display:none}.intro-copy h1{font-size:43px;line-height:1.32}.intro-description{font-size:12px;max-width:310px;margin:12px auto 0}.primary-link{margin-top:10px;gap:22px;font-size:12px;padding-block:12px 7px}.opening-bottom{bottom:21px;left:20px;right:20px}.opening-bottom>.edition{font-size:7px;letter-spacing:.07em}.scroll-link{font-size:10px;gap:8px}.scroll-arrow{width:29px;height:38px;font-size:20px}.collection-world{padding-top:75px;padding-bottom:45px}.collection-world:before{height:55px}.section-heading{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:29px}.section-heading .overline{margin-bottom:10px}.section-heading h2{font-size:45px;line-height:1.23}.section-heading>p{font-size:12px;max-width:340px;padding:0}.gallery-tools{margin-bottom:36px;padding-block:9px;gap:8px}.filters{gap:0;flex-wrap:nowrap}.filter{padding:8px;font-size:10px;white-space:nowrap}.gallery-count{font-size:9px}.gallery-count b{font-size:17px}.artwork-grid{column-gap:22px;row-gap:33px;grid-template-columns:1fr 1fr}.artwork-index{font-size:8px;flex-direction:column;align-items:flex-start;gap:1px;margin-bottom:9px;line-height:1.6}.artwork-index>span:first-child{font-size:7px;letter-spacing:.1em}.artwork:nth-child(even){margin-top:60px}.artwork:nth-child(3){margin-top:0}.artwork:nth-child(4){width:100%;margin-top:40px}.artwork:nth-child(5){margin-top:0}.artwork:nth-child(6){width:100%;margin-top:25px}.art-open img{box-shadow:6px 9px 16px #44222e1f,1px 1px 0 #44222e30}.artwork-caption{margin-top:11px;gap:6px;align-items:flex-start}.artwork-caption h3{font-size:23px;line-height:1.4}.art-enquire{width:31px;height:31px;flex-shrink:0}.art-enquire .icon{width:17px;height:17px}.save-art{width:30px;height:30px;top:7px;right:7px}.save-art .icon{width:16px;height:16px}.art-discover{width:30px;height:30px;bottom:7px;left:7px}.art-discover .icon{width:15px;height:15px}.art-discover>span{font-size:9px}.art-open:hover .art-discover,.art-open:focus-visible .art-discover{width:80px}.architectural-ha{top:190px;right:-120%;width:200%;height:calc(100% - 220px);opacity:.64}.collection-bottom{margin-top:35px;flex-direction:column;align-items:flex-start;gap:15px;padding-top:18px}.collection-bottom>span{font-size:10px;align-items:flex-start}.selection-link{font-size:11px}.atelier-section{padding-block:66px 55px}.atelier-contour{left:-230px;top:100px;width:650px;height:950px;opacity:.52}.atelier-grid{grid-template-columns:1fr;gap:45px}.preview-area{position:relative;top:0}.preview-stage{height:390px;margin-top:0}.preview-art{width:245px;height:330px}.preview-art[data-shape="square"]{width:290px;height:290px}.preview-art[data-shape="horizontal"]{width:calc(100vw - 70px);max-width:390px;height:240px}.preview-wording{padding:24px;gap:19px}.preview-wording p{font-size:30px}.preview-label{font-size:8px}.preview-caption{font-size:10px;max-width:310px}.privacy-note{font-size:9px}.photo-tools{margin-top:13px}.idea-form legend{font-size:13px}.choices{gap:10px}.choice{padding:10px 24px;font-size:12px;flex:1}.palette-choices{gap:25px}.swatch{font-size:10px}.shape-choice{font-size:11px;padding:13px 7px;gap:10px}.form-field input,.form-field textarea{font-size:13px}.form-field label{font-size:12px}.selection-summary p{font-size:11px}.send-brief{font-size:13px}.how-section{padding-top:60px;padding-bottom:40px;gap:32px}.how-intro h2{font-size:38px}.steps{gap:23px}.steps li{grid-template-columns:28px 1fr;gap:4px 10px;align-items:baseline}.steps p{grid-column:2;font-size:12px}.steps h3{font-size:14px}.step-number{font-size:13px}.faq-section{padding-top:13px;padding-bottom:60px;gap:16px}.faq-section>h2{font-size:33px}.faq-list summary{font-size:12px}.faq-list p{font-size:12px}.site-footer{padding-top:55px}.footer-intro{gap:20px;padding-bottom:35px;align-items:flex-end}.footer-intro p{font-size:10px;margin-bottom:15px}.footer-intro h2{font-size:44px}.conversation-circle{width:96px;height:96px;font-size:10px;gap:5px}.conversation-circle>.icon:first-child{width:23px;height:23px}.conversation-circle>.icon:last-child{width:12px;height:12px}.footer-curve{top:-60px;left:-410px;width:780px;height:1160px}.footer-socials{padding-block:22px;gap:22px 17px}.social-link{gap:9px}.social-link>.icon:first-child{width:21px;height:21px}.social-link b{font-size:11px}.social-link small{font-size:8px}.social-link>.icon:last-child{display:none}.footer-bottom{flex-wrap:wrap;padding-block:26px;gap:18px}.footer-brand svg{width:65px;height:47px}.footer-number{margin-inline-start:auto}.footer-bottom>p{order:3;max-width:100%;width:100%;font-size:10px}.footer-number>span{font-size:13px}.copyright{padding-bottom:70px;font-size:8px}.floating-whatsapp{left:13px;bottom:13px;padding:11px;gap:0}.floating-whatsapp>span{display:none}.toast{font-size:11px;max-width:85vw;white-space:nowrap;bottom:26px}.art-dialog{width:96vw;max-height:95svh}.dialog-bar{padding:10px;gap:7px}.dialog-bar>span{font-size:8px;letter-spacing:0}.view-switch{gap:0}.view-switch button{font-size:10px;padding:7px 8px;gap:4px}.view-switch .icon{width:12px;height:12px}.close-dialog{width:29px;height:29px}.dialog-layout{grid-template-columns:1fr;min-height:0}.dialog-media{min-height:200px;padding:19px 36px}.dialog-media>img,.dialog-media>video{height:49svh;max-height:470px}.previous-art,.next-art{width:29px;height:29px;font-size:24px}.previous-art{left:3px}.next-art{right:3px}.dialog-copy{padding:22px;display:block}.dialog-copy h2{font-size:34px;margin:7px 0}.dialog-copy .overline{font-size:8px}.dialog-copy>p:not(.overline){font-size:11px}.dialog-copy .primary-link{font-size:12px}.dialog-save{margin-top:17px;padding:9px 13px;font-size:10px}html[lang="en"] .intro-copy{top:510px;text-align:center}html[lang="en"] .intro-copy h1{font-size:44px;line-height:1.06}html[lang="en"] .intro-description{font-size:12px;margin-top:18px}html[lang="en"] .section-heading h2{font-size:42px;line-height:1.06}html[lang="en"] .artwork-caption h3{font-size:18px;line-height:1.25}html[lang="en"] .filter{font-size:9px;padding:8px 6px}html[lang="en"] .how-intro h2{font-size:33px}html[lang="en"] .footer-intro h2{font-size:42px}html[lang="en"] .footer-intro p{max-width:220px}html[lang="en"] .footer-intro{align-items:center}html[lang="en"] .dialog-copy h2{font-size:30px}}
@media(max-width:370px){.site-header{padding-inline:11px}.header-brand svg{width:45px}.header-end{gap:6px}.social-icon{width:32px}.language-link{font-size:9px;padding-inline-start:7px}.opening{height:830px}.lettering-field{height:385px}.intro-copy{top:475px}.intro-copy h1{font-size:39px}.intro-description{font-size:11px}.filters{gap:0}.filter{font-size:9px;padding:7px 6px}.gallery-count{font-size:8px}.artwork-grid{column-gap:18px}.artwork-caption h3{font-size:21px}.footer-intro h2{font-size:38px}.conversation-circle{width:87px;height:87px}.palette-choices{gap:18px}.choice{padding:10px 19px}html[lang="en"] .intro-copy{top:475px}html[lang="en"] .intro-copy h1{font-size:40px}html[lang="en"] .filter{font-size:8px;padding:8px 5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.main-lettering{transform:none!important}.art-open:hover img{transform:none}.preview-art{transform:none!important}}
@media print{.site-header,.floating-whatsapp,.gallery-tools,.save-art,.art-discover,.photo-tools,.idea-form,.socials,.footer-socials,.art-dialog{display:none!important}.opening{height:450px}.collection-world{padding-top:30px}.artwork-grid{gap:30px}.artwork:nth-child(n){margin-top:0}.site-footer{background:white;color:black}.atelier-grid{display:block}}
@media(min-width:601px){.ink-hint{bottom:31%;left:16%}}
