
:root { --ink: #1d1a16; --brown: #69432b; --brown-deep: #352116; --gold: #cf9b50; --gold-light: #ecd6a7; --cream: #fbf8f2; --paper: #fffdf9; --muted: #7f7568; --line: #e9e1d4; --green: #1d8b61; --radius: 1.15rem; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-family: 'DM Sans','Cairo',sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-shell { overflow: hidden; background: var(--cream); }
.hidden { display: none !important; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,249,.9); border-bottom: 1px solid rgba(233,225,212,.8); backdrop-filter: blur(18px); }
.header-inner { min-height: 94px; display: flex; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; border: 0; background: none; color: var(--ink); padding: 0; text-align: start; }
.brand-lockup span { display: grid; gap: 2px; letter-spacing: .08em; font-size: 11px; line-height: 1; }
.brand-lockup strong { font-weight: 800; }.brand-lockup small { color: var(--brown); font-size: 9px; letter-spacing: .23em; }
.brand-logo { width: 82px; height: 82px; object-fit: contain; mix-blend-mode: multiply; }.brand-logo.compact { width: 84px; height: 84px; }
.main-nav { display: flex; gap: 25px; margin-inline: auto; }.main-nav button, .language-button { border: 0; background: none; color: #6d6257; font-size: 13px; font-weight: 600; transition: color .18s ease; }.main-nav button:hover, .language-button:hover { color: var(--brown); }
.header-actions { display: flex; align-items: center; gap: 12px; }.language-button { display: inline-flex; gap: 6px; align-items: center; }.header-order, .primary-button, .secondary-button, .outline-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: 13px; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }.header-order:active, .primary-button:active, .secondary-button:active, .outline-button:active { transform: scale(.97); }.header-order { position: relative; color: #fff; background: var(--brown-deep); }.header-order b { position: absolute; top: -7px; inset-inline-end: -7px; background: var(--gold); color: var(--ink); width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.mobile-menu { display: none; border: 0; background: none; color: var(--ink); }
.hero { position: relative; background: #f4ecdf; min-height: 680px; display: grid; align-items: center; overflow: hidden; }.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(217,171,92,.18); filter: blur(4px); inset-inline-start: 52%; top: -150px; }.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr); align-items: center; gap: 55px; padding-block: 94px 115px; position: relative; z-index: 1; }.hero-copy { max-width: 650px; position: relative; }.hero-title-row { position: static; display: block; }.hero-title-logo { position: absolute; left: -190px; top: -94px; transform: none; display: grid; place-items: center; }.hero-title-logo .brand-logo { width: 168px; height: 168px; }.eyebrow, .section-kicker { color: var(--brown); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 23px; }.eyebrow-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(207,155,80,.14); }
h1 { font-family: 'Cairo','DM Sans',sans-serif; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.055em; line-height: 1.08; margin: 0 0 22px; max-width: 730px; }.hero-copy p { color: #6d6257; font-size: 17px; line-height: 1.95; max-width: 590px; margin: 0; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }.primary-button { background: var(--brown-deep); color: #fff; box-shadow: 0 12px 25px rgba(53,33,22,.16); }.primary-button:hover { background: #4a2d20; transform: translateY(-2px); }.secondary-button { background: #fffaf1; color: var(--brown-deep); border-color: #ead7b7; }.secondary-button:hover, .outline-button:hover { border-color: var(--gold); background: #fff7e8; }.flip { transform: scaleX(-1); }.hero-trust { display: flex; gap: 34px; margin-top: 61px; }.hero-trust div { display: grid; gap: 3px; border-inline-start: 1px solid #d9cbb8; padding-inline-start: 14px; }.hero-trust strong { font-size: 19px; letter-spacing: .04em; }.hero-trust span { font-size: 11px; color: #887c6d; }
.hero-art { min-height: 490px; position: relative; }.hero-logo-card { position: absolute; z-index: 3; inset-inline-start: auto; inset-inline-end: 4%; top: 4%; transform: none; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,253,249,.85); box-shadow: 0 25px 60px rgba(91,62,35,.15); display: grid; place-items: center; text-align: center; padding: 20px; backdrop-filter: blur(8px); }.hero-logo-card .brand-logo { width: 115px; height: 115px; }.hero-logo-card span { color: var(--brown); font-size: 11px; line-height: 1.5; max-width: 150px; }.hero-orbit { position: absolute; border: 1px solid rgba(128,91,42,.27); border-radius: 50%; inset: 8% 6%; transform: rotate(-18deg); }.orbit-two { inset: 20% -1% 7% 23%; transform: rotate(35deg); border-color: rgba(128,91,42,.17); }.hero-sample { position: absolute; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 35px rgba(72,45,23,.2); border: 8px solid rgba(255,253,249,.8); }.hero-sample img { width: 100%; height: 100%; object-fit: cover; display: block; }.sample-one { width: 180px; height: 220px; top: 20px; inset-inline-start: 5%; transform: rotate(-10deg); }.sample-two { width: 190px; height: 225px; bottom: 8px; inset-inline-end: 3%; transform: rotate(9deg); }.hero-stamp { position: absolute; bottom: 37px; inset-inline-start: 17%; background: var(--brown-deep); color: #fff; border-radius: 999px; padding: 10px 15px; display: flex; align-items: center; gap: 7px; font-size: 11px; box-shadow: 0 10px 20px rgba(53,33,22,.19); }
.section-pad { padding-block: 112px; }.about { background: var(--paper); }.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.about-intro h2, .section-heading h2, .contact-heading h2 { font-family: 'Cairo','DM Sans',sans-serif; font-size: clamp(30px, 3.5vw, 48px); letter-spacing: -.045em; line-height: 1.18; margin: 15px 0 22px; }.lead, .section-heading > p, .contact-heading > p { color: #756b5f; line-height: 1.95; font-size: 16px; }.about-quote { margin-top: 32px; padding: 18px 20px; border-radius: 12px; background: #f7f0e4; color: var(--brown); display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 13px; }.pillar-stack { display: grid; gap: 23px; }.pillar { display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-top: 1px solid var(--line); padding-top: 25px; }.pillar-num { color: var(--gold); font-weight: 800; font-size: 13px; letter-spacing: .08em; }.pillar h3 { margin: 0 0 8px; font-size: 17px; }.pillar p { margin: 0; color: #7a7166; font-size: 14px; line-height: 1.9; }
.products-section { background: var(--cream); }.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 72px; }.section-heading > p { margin: 0 0 5px; }.family-block { margin-top: 72px; }.family-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }.family-heading h3 { margin: 6px 0 0; font-family: 'Cairo'; font-size: 25px; }.family-heading p { color: #887c6d; font-size: 13px; margin: 0; max-width: 390px; }.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }.product-card { background: var(--paper); border: 1px solid #eee4d5; border-radius: var(--radius); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(91,62,35,.11); }.product-image-button { position: relative; display: block; width: 100%; border: 0; padding: 0; background: #f1eadf; aspect-ratio: 1 / 1; overflow: hidden; }.product-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.product-card:hover .product-image-button img { transform: scale(1.05); }.zoom-hint { position: absolute; bottom: 10px; inset-inline-end: 10px; background: rgba(255,253,249,.9); border-radius: 999px; padding: 6px 9px; font-size: 10px; color: var(--brown); display: inline-flex; align-items: center; gap: 4px; opacity: .8; }.product-card-body { padding: 17px; }.product-tag { color: var(--gold); font-size: 9px; letter-spacing: .15em; font-weight: 800; }.product-card h3 { font-size: 16px; line-height: 1.4; margin: 7px 0 6px; min-height: 45px; }.product-title-link { color: inherit; text-decoration: none; }.product-card p { color: #8a7d6e; font-size: 11px; line-height: 1.6; min-height: 36px; margin: 0 0 10px; }.pack-count { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #f7f0e4; color: var(--brown); font-size: 10px; font-weight: 800; margin-bottom: 14px; }.outline-button { color: var(--brown-deep); background: transparent; border-color: #d9c9b4; }.outline-button.full, .primary-button.full { width: 100%; }.contact-section { background: var(--brown-deep); color: #fff8ef; }.contact-heading { max-width: 670px; }.contact-heading h2 { color: #fff8ef; }.contact-heading > p { color: #cbbca9; }.contact-heading .section-kicker { color: var(--gold-light); }.contact-grid { margin-top: 51px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; }.contact-card, .map-card { border-radius: var(--radius); padding: 32px; }.contact-card { background: #fffaf1; color: var(--ink); }.contact-card .brand-logo { width: 75px; height: 75px; }.contact-card h3 { margin: 10px 0 3px; font-family: 'Cairo'; font-size: 19px; }.contact-card > p { color: var(--brown); font-size: 11px; letter-spacing: .16em; margin: 0 0 26px; }.contact-lines { display: grid; gap: 13px; padding-block: 21px; border-block: 1px solid var(--line); }.contact-lines a { display: flex; gap: 11px; align-items: center; color: var(--brown-deep); font-size: 13px; }.contact-lines a > span { display: grid; gap: 2px; }.contact-lines small { color: #988978; font-size: 10px; }.contact-buttons { display: grid; gap: 10px; margin-top: 23px; }.contact-buttons .primary-button { color: #fff; }.map-card { background: #442b1e; border: 1px solid rgba(236,214,167,.18); }.map-top { display: flex; justify-content: space-between; gap: 20px; }.map-top .section-kicker { color: var(--gold-light); }.map-top h3 { font-family: 'Cairo'; font-size: 22px; margin: 9px 0 5px; }.map-top p { color: #cbbca9; font-size: 13px; margin: 0; }.map-top > svg { color: var(--gold); }.map-frame { height: 280px; overflow: hidden; border-radius: 13px; margin-top: 25px; background: #ddcfbd; }.map-frame iframe { border: 0; width: 100%; height: 100%; filter: sepia(.18) saturate(.8); }.map-link { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); font-weight: 700; font-size: 12px; margin-top: 17px; }
.site-footer { background: #21150f; color: #cbbca9; padding-top: 65px; }.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }.footer-grid .brand-logo { width: 70px; height: 70px; filter: grayscale(1) brightness(2); }.footer-grid p { max-width: 270px; font-size: 12px; line-height: 1.8; }.footer-grid h4 { color: #fff8ef; margin: 14px 0 18px; font-size: 13px; }.footer-grid button, .footer-grid a { display: block; background: none; border: 0; color: #aa9886; padding: 0; margin: 0 0 10px; font-size: 12px; text-align: start; }.footer-grid button:hover, .footer-grid a:hover { color: var(--gold-light); }.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; color: #806f5e; font-size: 10px; letter-spacing: .08em; }
.floating-actions { position: fixed; z-index: 25; bottom: 18px; inset-inline-end: 18px; display: flex; gap: 8px; }.floating-actions a { display: inline-flex; align-items: center; gap: 7px; padding: 11px 14px; border-radius: 999px; color: white; font-size: 11px; font-weight: 800; box-shadow: 0 10px 23px rgba(0,0,0,.16); }.float-whatsapp { background: var(--green); }.float-phone { background: var(--brown-deep); }
.modal-backdrop, .lightbox-backdrop { position: fixed; z-index: 50; inset: 0; background: rgba(29,20,14,.62); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 18px; }.order-modal { background: var(--paper); color: var(--ink); border-radius: 20px; width: min(560px, 100%); max-height: min(760px, 92vh); overflow: auto; padding: 28px; box-shadow: 0 28px 80px rgba(0,0,0,.25); }.modal-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 24px; }.modal-header h2 { margin: 7px 0 0; font-family: 'Cairo'; font-size: 26px; }.icon-button, .lightbox-close { border: 0; background: #f3ebe0; color: var(--brown-deep); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }.cart-lines { display: grid; gap: 12px; margin-bottom: 22px; }.cart-line { display: flex; gap: 12px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; }.cart-line img { width: 65px; height: 65px; object-fit: cover; border-radius: 9px; }.cart-line > div { flex: 1; }.cart-line strong, .cart-line small { display: block; }.cart-line strong { font-size: 13px; }.cart-line small { color: #8a7d6e; font-size: 10px; margin-top: 3px; }.qty-control { display: flex; align-items: center; gap: 9px; margin-top: 9px; font-size: 11px; }.qty-control button { width: 24px; height: 24px; border: 1px solid var(--line); background: #fff; border-radius: 50%; display: grid; place-items: center; }.qty-control span { color: #998b7a; margin-inline-start: 4px; }.order-fields { display: grid; gap: 13px; margin-bottom: 20px; }.order-fields label { display: grid; gap: 6px; font-weight: 700; font-size: 12px; }.order-fields em { color: #9d8e7e; font-weight: 400; font-style: normal; }.order-fields input, .order-fields textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 11px 12px; outline: none; background: #fff; color: var(--ink); }.order-fields input:focus, .order-fields textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(207,155,80,.12); }.empty-cart { text-align: center; padding: 35px 10px; color: #817366; }.empty-cart p { font-size: 13px; }.lightbox-backdrop { grid-template-rows: 1fr auto; }.lightbox-backdrop img { max-width: min(800px, 94vw); max-height: 80vh; object-fit: contain; border-radius: 13px; box-shadow: 0 20px 80px rgba(0,0,0,.4); }.lightbox-backdrop p { color: white; font-weight: 700; margin: 11px 0 0; }.lightbox-close { position: absolute; top: 18px; inset-inline-end: 18px; }
@media (max-width: 980px) { .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }.hero-grid { padding-top: 70px; }.hero-copy { text-align: center; margin-inline: auto; }.hero-copy p { margin-inline: auto; }.hero-actions, .hero-trust { justify-content: center; }.hero-art { max-width: 590px; width: 100%; margin-inline: auto; }.about-grid { gap: 55px; }.product-grid { grid-template-columns: repeat(3, 1fr); }.section-heading { grid-template-columns: 1fr; gap: 10px; }.contact-grid { max-width: 700px; } }
@media (max-width: 720px) { .container { width: min(100% - 28px, 560px); }.header-inner { min-height: 84px; justify-content: space-between; gap: 10px; }.mobile-menu { display: grid; place-items: center; }.main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 74px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; padding: 12px; box-shadow: 0 16px 30px rgba(53,33,22,.12); }.main-nav.open { display: grid; }.main-nav button { padding: 12px; text-align: start; }.language-button { font-size: 0; padding: 8px; }.language-button svg { width: 18px; height: 18px; }.header-order { padding: 10px 12px; font-size: 11px; }.brand-lockup span { display: none; }.brand-logo.compact { width: 72px; height: 72px; }.hero { min-height: auto; }.hero-grid { gap: 25px; padding-block: 62px 74px; }.hero-copy { text-align: start; }.hero-title-row { position: static; display: block; }.hero-title-logo { left: 0; top: -60px; }.hero-title-logo .brand-logo { width: 94px; height: 94px; }.hero-copy p { font-size: 15px; }.hero-actions, .hero-trust { justify-content: flex-start; }.hero-trust { gap: 18px; margin-top: 42px; }.hero-art { min-height: 350px; transform: scale(.85); transform-origin: top center; margin-bottom: -48px; }.hero-logo-card { width: 150px; height: 150px; inset-inline-end: 3%; top: 2%; }.hero-logo-card .brand-logo { width: 75px; height: 75px; }.sample-one { width: 140px; height: 170px; }.sample-two { width: 145px; height: 170px; }.hero-stamp { inset-inline-start: 7%; bottom: 12px; }.section-pad { padding-block: 75px; }.about-intro h2, .section-heading h2, .contact-heading h2 { font-size: 31px; }.pillar { grid-template-columns: 36px 1fr; }.family-heading { display: grid; align-items: start; gap: 10px; }.product-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }.product-card-body { padding: 13px; }.product-card h3 { font-size: 14px; min-height: 40px; }.product-card p { font-size: 10px; min-height: 48px; }.contact-card, .map-card { padding: 22px; }.map-frame { height: 230px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.floating-actions { inset-inline: 12px; justify-content: center; bottom: 10px; }.floating-actions a { flex: 1; justify-content: center; }.order-modal { padding: 20px; }.lightbox-backdrop img { max-height: 68vh; } }
@media (max-width: 400px) { .product-grid { grid-template-columns: 1fr; }.product-image-button { aspect-ratio: 1.4 / 1; }.hero-trust { gap: 11px; }.hero-trust strong { font-size: 16px; }.hero-trust span { font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
