@font-face{font-family:Plex;src:url("../fonts/ibm-plex-arabic-400.9f6d9849a6ac.woff2") format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Plex;src:url("../fonts/ibm-plex-arabic-500.66c4e62ec470.woff2") format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Plex;src:url("../fonts/ibm-plex-arabic-600.e46174184bd5.woff2") format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Plex;src:url("../fonts/ibm-plex-arabic-700.a25e1fc727cb.woff2") format('woff2');font-weight:700;font-display:swap}

/* Brand tokens. Layers: header 20, mobile navigation 30, native dialog top layer. */
:root{color-scheme:light;--page:#f7f9fb;--surface:#fcfdfe;--tint:#edf2f7;--text:#172e46;--muted:#586b7c;--accent:#467aa4;--accent-light:#95bad9;--button:#204969;--button-text:#f8fbfe;--border:#d7e0e8;--input:#fcfdfe;--error:#a23136;--error-bg:#fcf0f0;--shadow:0 18px 65px #173d6010;--radius:16px;--ease:cubic-bezier(.16,1,.3,1)}
:root[data-theme='dark']{color-scheme:dark;--page:#101d2b;--surface:#162536;--tint:#142232;--text:#edf4fa;--muted:#b1c0ce;--accent:#a1c7e6;--accent-light:#95bad9;--button:#9fc6e5;--button-text:#12283e;--border:#33475b;--input:#142232;--error:#ffb8bc;--error-bg:#39272e;--shadow:0 18px 65px #070e181a}
@media(prefers-color-scheme:dark){:root:not([data-theme='light']){color-scheme:dark;--page:#101d2b;--surface:#162536;--tint:#142232;--text:#edf4fa;--muted:#b1c0ce;--accent:#a1c7e6;--accent-light:#95bad9;--button:#9fc6e5;--button-text:#12283e;--border:#33475b;--input:#142232;--error:#ffb8bc;--error-bg:#39272e;--shadow:0 18px 65px #070e181a}}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:102px}
body{margin:0;background:var(--page);color:var(--text);font-family:Plex,Arial,sans-serif;font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
[x-cloak], [hidden]{display:none!important}
button,input,textarea,select{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
button:disabled{cursor:wait;opacity:.65}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
::selection{background:#b2d1e8;color:#172e46}
img{display:block;max-width:100%;object-fit:cover}
svg{display:block;flex-shrink:0}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:600}
h2{font-size:clamp(34px,3.4vw,49px);line-height:1.5;letter-spacing:-1.1px}
h3{line-height:1.6}
p{color:var(--muted)}
ul{padding:0;margin:0;list-style:none}
input,textarea,select{min-width:0;max-width:100%}
textarea{resize:vertical;min-height:135px}
.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.section{padding-block:110px}
.icon{width:23px;height:23px}
.accent-text{display:block;color:var(--accent)}
.eyebrow{font-size:13px;font-weight:500;color:var(--accent);margin-bottom:18px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:54px;padding:12px 25px;background:var(--button);border:1px solid var(--button);border-radius:999px;color:var(--button-text);font-size:14px;font-weight:500;line-height:1.6;white-space:nowrap;transition:transform .25s var(--ease),background .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #163a5520}
.button:active{transform:translateY(0)}
.button .icon{width:20px;height:20px}
.button-small{min-height:43px;padding:10px 19px;font-size:13px;gap:14px}
.button-outline{color:var(--text);border-color:var(--border);background:transparent}
.button-outline:hover{background:var(--tint)}
.icon-button{display:inline-flex;width:43px;height:43px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;background:transparent;flex-shrink:0;transition:background .2s,transform .25s var(--ease)}
.icon-button:hover{background:var(--tint);transform:translateY(-2px)}
.icon-button .icon{width:20px;height:20px}
.text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;font-weight:500;color:var(--text);padding-block:8px}
.text-link::after{content:none}
.text-link .icon{width:20px;height:20px;transition:transform .25s var(--ease)}
.text-link:hover .icon{transform:translate(-3px,-3px)}
.skip-link{position:fixed;inset-block-start:8px;inset-inline-start:20px;z-index:100;padding:12px 20px;border-radius:8px;background:var(--button);color:var(--button-text);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}

/* Navigation */
.header{position:sticky;top:0;z-index:20;background:var(--page);border-bottom:1px solid var(--border)}
.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand img{width:57px;height:47px;object-fit:contain}
.brand-wordmark{display:flex;flex-direction:column;line-height:1.5}
.brand-wordmark strong{font-size:23px;font-weight:600;letter-spacing:-.6px}
.brand-wordmark>span{font-size:10px;color:var(--muted)}
.desktop-nav{display:flex;align-items:center;gap:30px;font-size:13px}
.desktop-nav a{padding:10px 0;position:relative}
.desktop-nav a::after{content:'';position:absolute;bottom:3px;inset-inline:0;height:1px;background:var(--accent);transform:scaleX(0);transition:transform .25s var(--ease)}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-actions{display:flex;gap:16px;align-items:center}
.language-link{font-size:13px;font-weight:500;padding:8px 0}
.theme-button{border:0;width:32px;height:32px}
.theme-button .icon{width:18px;height:18px}
.menu-button{display:none}
.mobile-nav{position:absolute;top:80px;inset-inline:0;background:var(--page);z-index:30;border-bottom:1px solid var(--border);padding:16px 24px 24px;box-shadow:var(--shadow)}
.mobile-nav a{display:block;padding:13px 10px;border-bottom:1px solid var(--border)}

/* Asymmetric photographic introduction */
.hero{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:55px;padding-block:46px 32px;min-height:610px}
.hero-copy{padding-block:25px}
.hero .eyebrow{margin-bottom:21px}
h1{font-size:clamp(47px,4.85vw,70px);letter-spacing:-1.9px;line-height:1.43;margin-bottom:20px}
h1>span{display:block;color:var(--accent)}
.hero-description{font-size:17px;line-height:1.95;max-width:400px;margin-bottom:31px}
.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.hero-actions .button{padding:14px 23px;gap:20px}
.text-button{display:inline-flex;align-items:center;gap:10px;font-size:13px;white-space:nowrap}
.play-small{display:grid;place-items:center;width:33px;height:33px;border:1px solid var(--border);border-radius:50%;transition:background .2s}
.play-small .icon{width:14px;height:14px}
.text-button:hover .play-small{background:var(--tint)}
.hero-visual{position:relative;min-width:0;padding-inline-start:17px;padding-block-start:17px}
.hero-images{position:relative;height:462px;border-radius:var(--radius);overflow:hidden;background:var(--tint);isolation:isolate}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease;object-position:50% 50%}
.hero-photo.is-active{opacity:1}
.hero-image-frame{position:absolute;inset-inline-start:0;inset-inline-end:21px;top:0;height:calc(100% - 78px);border:1px solid var(--accent-light);border-radius:var(--radius);z-index:-1}
.slider-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px}
.slider-pages{display:flex;align-items:center;gap:3px}
.slide-dot{height:32px;width:30px;padding:0;background:transparent;border:0;position:relative}
.slide-dot::after{content:'';position:absolute;inset-inline:5px;top:15px;height:2px;background:var(--border);transition:background .2s,transform .2s}
.slide-dot.active::after{background:var(--accent);transform:scaleX(1.2)}
.slider-buttons{display:flex;align-items:center;gap:8px}
.slider-buttons .icon-button{width:35px;height:35px}
.slider-buttons .slider-pause{border:0;width:28px}
.slide-count{display:flex;align-items:center;gap:8px;font-size:12px;margin-inline-end:10px;font-variant-numeric:tabular-nums}
.slide-count>span:last-child{color:var(--muted)}
.trust-strip{border-block:1px solid var(--border);display:grid;grid-template-columns:1fr 1.15fr 1fr;padding-block:27px}
.trust-item{display:flex;align-items:center;justify-content:center;gap:20px;font-size:17px;line-height:1.5}
.trust-item+.trust-item{border-inline-start:1px solid var(--border)}
.trust-item:first-child{justify-content:flex-start}
.trust-item:last-child{justify-content:flex-end}
.trust-item .icon{width:35px;height:35px;color:var(--accent)}
.trust-item small{display:block;color:var(--muted);font-size:12px;margin-top:6px}
.trust-number{font-size:59px;font-weight:500;line-height:1;letter-spacing:-3px;color:var(--accent)}

/* Story */
.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:center}
.about-image{position:relative;max-width:435px;padding-inline-start:35px;padding-bottom:40px}
.about-image>img{height:445px;width:100%;border-radius:var(--radius);object-position:center 52%}
.about-year{position:absolute;bottom:0;inset-inline-start:0;background:var(--page);font-size:87px;line-height:1.15;font-weight:500;letter-spacing:-5px;padding:14px 28px 0 8px;border-start-end-radius:16px;color:var(--text)}
.about-copy h2{margin-bottom:24px}
.about-copy>p:not(.eyebrow){font-size:16px;line-height:2.05;margin-bottom:17px}
.about-signoff{font-size:13px;display:flex;align-items:center;gap:17px;margin-top:28px;color:var(--accent);font-weight:500}
.signoff-line{display:inline-block;width:42px;height:1px;background:var(--accent)}

/* Product selector doubles as a keyboard-accessible carousel. */
.products-section{background:var(--tint)}
.section-heading{max-width:760px;margin-bottom:40px}
.section-heading h2{margin-bottom:12px}
.section-heading>p:not(.eyebrow){font-size:16px;max-width:590px;line-height:1.9}
.product-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border);gap:16px;margin-bottom:36px}
.product-tabs button{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:19px 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:500;transition:color .2s,border-color .2s}
.product-tabs button.selected{color:var(--text);border-bottom-color:var(--accent)}
.product-tabs button:hover{color:var(--accent)}
.product-tabs .icon{width:25px;height:25px}
.product-panel{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;align-items:stretch;position:relative}
.product-picture{position:relative;min-width:0}
.product-picture img{width:100%;height:450px;object-fit:cover;border-radius:var(--radius)}
.product-copy{position:relative;padding:17px 0 0;display:flex;flex-direction:column;align-items:flex-start}
.product-number{font-size:14px;color:var(--accent);font-variant-numeric:tabular-nums;border-bottom:1px solid var(--accent);margin-bottom:16px;padding-bottom:5px}
.product-copy h3{font-size:30px;margin-bottom:16px;letter-spacing:-.5px}
.product-copy>p{line-height:2;max-width:445px;font-size:15px}
.product-features{display:flex;flex-wrap:wrap;gap:12px 20px;margin-block:22px;font-size:12px;color:var(--muted)}
.product-features li{display:flex;align-items:center;gap:8px}
.product-features .icon{width:17px;height:17px;color:var(--accent)}
.product-copy>.text-link{border-bottom:1px solid var(--border);margin-bottom:20px}
.product-pagination{margin-top:auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:15px;font-size:13px}
.product-pagination>span>span{color:var(--muted);margin-inline-start:5px}
.product-pagination>div{display:flex;gap:8px}

/* Plain, open quality statements */
.quality{display:grid;grid-template-columns:1fr 1.05fr;gap:110px}
.quality-heading h2{font-size:43px;max-width:430px;margin-bottom:18px}
.quality-heading p{max-width:360px;font-size:16px;line-height:1.9}
.quality-items{display:grid;gap:25px}
.quality-item{display:flex;gap:25px;align-items:flex-start}
.quality-item>.icon{width:29px;height:29px;color:var(--accent);margin-top:6px}
.quality-item h3{font-size:20px;font-weight:500;margin-bottom:6px}
.quality-item p{font-size:14px;line-height:1.9;max-width:410px}

/* Gallery */
.gallery-section{background:var(--tint)}
.gallery-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px}
.gallery-filters{display:flex;flex-wrap:wrap;gap:8px}
.gallery-filters button{padding:8px 20px;border:1px solid transparent;background:transparent;color:var(--muted);font-size:13px;border-radius:999px;transition:background .2s,color .2s}
.gallery-filters button.selected{background:var(--button);color:var(--button-text)}
.gallery-filters button:not(.selected):hover{border-color:var(--border);color:var(--text)}
.gallery-total{font-size:12px;color:var(--muted);white-space:nowrap}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;align-items:start}
.gallery-item{min-width:0}
.gallery-image-link{display:block;position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface)}
.gallery-image-link img{width:100%;height:260px;transition:transform .65s var(--ease);object-position:center}
.gallery-item:nth-child(4n + 2) .gallery-image-link img{height:320px}
.gallery-item:nth-child(4n + 3) .gallery-image-link img{height:290px}
.gallery-image-link:hover img{transform:scale(1.045)}
.gallery-item figcaption{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:11px;line-height:1.8;margin-top:13px;color:var(--muted)}
.gallery-item figcaption .icon{width:16px;height:16px;flex-shrink:0}
.gallery-open{position:absolute;inset-inline-end:13px;bottom:13px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#f4f8fc;color:#172e46;opacity:0;transform:translateY(10px);transition:transform .3s var(--ease),opacity .3s}
.gallery-image-link:hover .gallery-open,.gallery-image-link:focus-visible .gallery-open{opacity:1;transform:none}
.video-play{display:grid;place-items:center;position:absolute;inset:0;margin:auto;width:55px;height:55px;border:1px solid #e1ebf6a0;border-radius:50%;color:#f9fcff;background:#17374f9c;backdrop-filter:blur(5px)}
.video-play .icon{width:23px;height:23px}
.gallery-more{display:flex;justify-content:center;margin-top:43px}
.gallery-more .button{font-size:13px;min-width:165px;gap:30px}
.gallery-more .rotated{transform:rotate(180deg)}
.gallery-empty{text-align:center;padding:40px}

/* The native dialog handles focus containment, escape, and the top layer. */
.lightbox{max-width:none;max-height:none;width:100%;height:100dvh;inset:0;margin:0;padding:0;border:0;background:#0b1621f5;color:#f0f6fa}
.lightbox::backdrop{background:#0b1621ed}
.lightbox-inner{width:min(1280px,100%);height:100%;margin:auto;display:flex;flex-direction:column;padding:20px 30px}
.lightbox-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;margin-bottom:14px}
.lightbox-counter{font-size:13px;color:#c0d0df}
.lightbox .icon-button{border-color:#526273;color:#f0f6fa}
.lightbox .icon-button:hover{background:#304254}
.lightbox-stage{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:24px;align-items:center;flex:1;min-height:0}
.lightbox-media{display:flex;align-items:center;justify-content:center;min-width:0;height:100%;min-height:0;position:relative}
.lightbox-media img,.lightbox-media video{display:block;max-width:100%;max-height:calc(100dvh - 150px);height:auto;object-fit:contain;border-radius:8px}
.lightbox-media video{width:auto;max-height:calc(100dvh - 150px);background:#0b1621}
#lightbox-caption{flex-shrink:0;text-align:center;color:#d9e5ed;font-size:14px;padding:15px 0 0;min-height:38px}
.media-error{position:absolute;inset:auto 15px 20px;text-align:center;background:#20354c;padding:12px;border-radius:8px;color:#f0f6fa}

/* Contact */
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:105px;align-items:start}
.contact-copy h2{font-size:51px;line-height:1.48;margin-bottom:22px}
.contact-intro{max-width:380px;font-size:16px;line-height:2}
.contact-address{display:flex;align-items:flex-start;gap:16px;margin-top:36px}
.contact-address>.icon{color:var(--accent);margin-top:3px}
.contact-address h3{font-size:15px;font-weight:500;margin-bottom:5px}
.contact-address address{font-style:normal;font-size:13px;color:var(--muted)}
.contact-address .text-link{font-size:12px;color:var(--accent);margin-top:9px;gap:9px}
.contact-address .text-link .icon{width:17px;height:17px}
.contact-photo{margin-top:34px;max-width:360px}
.contact-photo img{width:100%;height:155px;border-radius:var(--radius);object-position:50% 58%}
.contact-form-panel{background:var(--surface);padding:37px 36px 28px;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.form-title{font-size:23px;font-weight:500;margin-bottom:7px}
.form-note{font-size:11px;margin-bottom:26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px}
.form-field-full{grid-column:1/-1}
.form-field label{font-size:12px;font-weight:500;display:block;margin-bottom:8px}
.optional{font-size:10px;font-weight:400;color:var(--muted)}
.form-input{width:100%;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--input);padding:11px 13px;font-size:13px;min-height:46px;line-height:1.65;transition:border-color .2s,box-shadow .2s}
.form-input::placeholder{color:var(--muted);opacity:.9;font-size:12px}
.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent);outline:none}
.form-input[dir='ltr']{text-align:start}
select.form-input{padding-inline-end:25px}
.submit-button{width:100%;margin-top:23px;justify-content:space-between;padding-inline:23px;min-height:50px;font-size:13px}
.submit-loading{display:none}
.htmx-request .submit-label{display:none}
.htmx-request .submit-loading{display:inline}
.privacy-note{font-size:10px;display:flex;align-items:flex-start;gap:8px;margin-top:15px;line-height:1.8}
.privacy-note .icon{width:15px;height:15px;margin-top:1px}
.form-success{padding:17px;border:1px solid var(--accent-light);background:var(--tint);display:flex;gap:13px;border-radius:8px;margin-bottom:25px}
.form-success>.icon{color:var(--accent);margin-top:4px}
.form-success h3{font-size:16px;margin-bottom:5px}
.form-success p{font-size:12px}
.form-error-summary,.network-error{padding:14px;border-radius:8px;background:var(--error-bg);color:var(--error);margin-block:15px;font-size:12px}
.form-error-summary p{color:var(--error)}
.errorlist{list-style:none;padding:0;margin:5px 0 0}
.has-error .form-input{border-color:var(--error)}
.field-error p{font-size:11px;margin-top:5px;color:var(--error)}

/* Footer */
.footer{border-top:1px solid var(--border);padding-top:40px}
.footer-main{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:38px}
.footer-statement{font-size:15px;color:var(--text)}
.top-link{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}
.top-link .icon{width:17px;height:17px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:19px;border-top:1px solid var(--border);font-size:10px;color:var(--muted)}

/* Latin type and physical arrow direction are adjusted independently of RTL layout. */
[dir='ltr'] .directional{scale:-1 1}
[dir='ltr'] h1{font-size:clamp(43px,4.3vw,62px);line-height:1.25;letter-spacing:-2.5px}
[dir='ltr'] .hero-description{font-size:16px;line-height:1.8}
[dir='ltr'] .brand-wordmark strong{font-size:25px;letter-spacing:-.8px}
[dir='ltr'] .brand-wordmark>span{font-size:9px}
[dir='ltr'] h2{line-height:1.3;letter-spacing:-1.5px}
[dir='ltr'] .hero-actions{gap:15px}
[dir='ltr'] .hero-actions .button{font-size:12px;padding-inline:18px;gap:13px}
[dir='ltr'] .text-button{font-size:12px;gap:7px}
[dir='ltr'] .about-copy>p:not(.eyebrow){line-height:1.9;font-size:15px}
[dir='ltr'] .product-copy h3{line-height:1.35;font-size:29px;max-width:390px}
[dir='ltr'] .contact-copy h2{font-size:48px}
[dir='ltr'] .trust-item{font-size:15px}

/* Entrance motion communicates reading order; content remains visible without JS. */
@media(prefers-reduced-motion:no-preference){
  .hero-entry{animation:enter .8s var(--ease) both}
  .hero-entry:nth-child(2){animation-delay:.08s}.hero-entry:nth-child(3){animation-delay:.16s}.hero-entry:nth-child(4){animation-delay:.24s}
  .reveal.is-waiting{opacity:0;transform:translateY(24px)}
  .reveal{transition:opacity .75s var(--ease),transform .75s var(--ease)}
  @keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.is-waiting{opacity:1;transform:none}}
@media(prefers-reduced-transparency:reduce){.video-play{background:#17374f;backdrop-filter:none}.lightbox{background:#0b1621}}

/* Tablet */
@media(min-width:1600px){.hero{gap:70px;padding-block:55px 38px}.hero-images{height:490px}.hero{min-height:650px}}
@media(max-width:1199px){
  .container{width:calc(100% - 64px)}.header-inner{gap:18px}.desktop-nav{gap:20px}.header-actions{gap:11px}
  .hero{gap:32px;min-height:560px}.hero-images{height:420px}h1{font-size:55px}.hero-description{font-size:16px}.hero-actions{gap:15px}.hero-actions .button{font-size:12px;padding-inline:19px;gap:14px}
  .hero-actions .text-button{font-size:12px}.section{padding-block:88px}.about{gap:65px}.about-image>img{height:405px}.quality{gap:60px}.quality-heading h2{font-size:38px}.product-panel{gap:42px}.product-copy h3{font-size:26px}.product-picture img{height:450px}
  .contact{gap:55px;grid-template-columns:.85fr 1.15fr}.contact-copy h2{font-size:46px}.contact-form-panel{padding:29px 25px}.gallery-image-link img{height:230px}.gallery-item:nth-child(4n + 2) .gallery-image-link img{height:280px}.gallery-item:nth-child(4n + 3) .gallery-image-link img{height:250px}
  [dir='ltr'] .hero-actions{align-items:flex-start;flex-direction:column}[dir='ltr'] .contact-copy h2{font-size:41px}
}
@media(max-width:1023px){
  .desktop-nav{display:none}.menu-button{display:flex}.header-contact{display:none}.header-actions{gap:15px}.hero{gap:25px}.hero-images{height:390px}h1{font-size:48px}.hero-description{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.hero{padding-block:35px 25px;min-height:540px}.trust-item{gap:13px;font-size:14px}.trust-item small{font-size:11px}.trust-item .icon{width:26px;height:26px}.trust-number{font-size:48px}
  .about{gap:45px}.about-image{padding-inline-start:20px}.about-image>img{height:400px}.about-copy>p:not(.eyebrow){font-size:14px}h2{font-size:35px}.about-year{font-size:72px}.product-tabs{gap:5px}.product-tabs button{font-size:13px;gap:10px;padding-inline:7px}.product-panel{gap:35px}.product-picture img{height:460px}.product-copy>p{font-size:14px}.product-features{display:grid}.quality{gap:40px}.quality-heading h2{font-size:35px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:23px 17px}.gallery-image-link img,.gallery-item:nth-child(n) .gallery-image-link img{height:260px}.gallery-item:nth-child(3n+2) .gallery-image-link img{height:310px}.contact{gap:35px}.contact-copy h2{font-size:40px}.contact-intro{font-size:14px}.contact-form-panel{padding:25px 22px}.form-grid{grid-template-columns:1fr;gap:17px}.footer-statement{font-size:13px}
}

/* Mobile: one reading column, touch targets, no horizontal page overflow. */
@media(max-width:767px){
  html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.header-inner{height:72px;gap:12px}.brand{gap:9px}.brand img{width:46px;height:38px}.brand-wordmark strong{font-size:20px}.brand-wordmark>span{font-size:9px}.header-actions{gap:11px}.language-link{font-size:11px}.theme-button{width:28px}.menu-button{width:35px;height:35px;border:0}.mobile-nav{top:72px}.menu-is-open{overflow:hidden}
  .hero{grid-template-columns:1fr;gap:22px;padding-block:29px 25px;min-height:0}.hero-copy{padding-block:6px 0}.hero .eyebrow{font-size:12px;margin-bottom:13px}h1{font-size:clamp(42px,10vw,64px);line-height:1.4;letter-spacing:-1.2px;margin-bottom:15px}.hero-description{font-size:15px;line-height:1.9;max-width:400px;margin-bottom:23px}.hero-actions{flex-direction:row;align-items:center;gap:20px}.hero-actions .button{font-size:12px;min-height:49px;padding-inline:18px;gap:13px}.hero-visual{padding-inline-start:12px;padding-block-start:12px}.hero-images{height:330px}.hero-image-frame{height:calc(100% - 63px);inset-inline-end:17px}.slider-controls{margin-top:10px}.slider-buttons{gap:5px}.slider-buttons .icon-button{width:32px;height:32px}.slide-count{font-size:11px}
  .trust-strip{grid-template-columns:1fr 1fr;padding-block:23px;row-gap:21px}.trust-item{justify-content:flex-start!important;gap:13px;font-size:13px}.trust-item:first-child{grid-column:1/-1;border-bottom:1px solid var(--border);padding-bottom:20px}.trust-item+.trust-item{border-inline-start:0}.trust-item:last-child{border-inline-start:1px solid var(--border);padding-inline-start:17px}.trust-item small{font-size:9px;margin-top:4px}.trust-item .icon{width:25px;height:25px}.trust-number{font-size:50px}.trust-experience>span:last-child{display:flex;align-items:center;gap:16px;font-size:16px}.trust-experience small{font-size:12px}
  .section{padding-block:64px}.about{grid-template-columns:1fr;gap:35px}.about-copy{order:-1}.about-copy h2{margin-bottom:20px}.about-copy>p:not(.eyebrow){font-size:15px;line-height:1.95}.about-image{max-width:100%;padding-inline-start:22px;padding-bottom:28px}.about-image>img{height:320px;object-position:50% 42%}.about-year{font-size:76px;padding-inline-end:25px}.about-signoff{font-size:12px;margin-top:20px}.eyebrow{margin-bottom:12px}h2{font-size:35px;line-height:1.45}.section-heading{margin-bottom:27px}.section-heading>p:not(.eyebrow){font-size:14px;line-height:1.9}
  .product-tabs{grid-template-columns:repeat(2,1fr);gap:4px 12px;border:0;margin-bottom:26px}.product-tabs button{border-bottom:1px solid var(--border);padding:15px 7px;font-size:13px}.product-tabs button.selected{border-bottom:2px solid var(--accent)}.product-tabs .icon{width:22px;height:22px}.product-panel{grid-template-columns:1fr;gap:24px}.product-picture img{height:310px}.product-copy{padding:0}.product-number{font-size:12px;margin-bottom:11px}.product-copy h3{font-size:26px;margin-bottom:11px}.product-copy>p{font-size:14px;max-width:none}.product-features{display:flex;flex-wrap:wrap;gap:12px 20px;margin-block:18px;font-size:11px}.product-pagination{margin-top:10px;padding-top:3px}.product-copy>.text-link{font-size:13px;margin-bottom:0}
  .quality{grid-template-columns:1fr;gap:30px}.quality-heading h2{font-size:34px;max-width:400px;margin-bottom:13px}.quality-heading p{font-size:14px;max-width:none}.quality-items{gap:25px}.quality-item{gap:20px}.quality-item h3{font-size:18px}.quality-item p{font-size:13px;max-width:none}.quality-item>.icon{width:26px;height:26px}
  .gallery-toolbar{display:block;margin-bottom:24px}.gallery-filters{gap:6px}.gallery-filters button{padding:7px 15px;font-size:12px}.gallery-total{display:none}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 13px}.gallery-image-link{border-radius:12px}.gallery-image-link img,.gallery-item:nth-child(n) .gallery-image-link img{height:220px}.gallery-item:nth-child(2n) .gallery-image-link img{height:250px}.gallery-item figcaption{font-size:10px;margin-top:9px;gap:5px}.gallery-item figcaption .icon{width:13px;height:13px}.video-play{width:43px;height:43px}.video-play .icon{width:18px;height:18px}.gallery-open{display:none}.gallery-more{margin-top:30px}
  .contact{grid-template-columns:1fr;gap:34px}.contact-copy h2{font-size:43px;margin-bottom:17px}.contact-intro{font-size:15px;max-width:420px}.contact-address{margin-top:25px}.contact-photo{display:none}.contact-form-panel{padding:25px 23px}.form-grid{grid-template-columns:1fr 1fr;gap:18px 14px}.form-field label{font-size:11px}.form-input{font-size:12px;padding-inline:10px}.form-title{font-size:22px}.privacy-note{font-size:10px}.footer{padding-top:30px}.footer-main{flex-wrap:wrap;gap:25px;padding-bottom:28px}.footer-statement{order:3;width:100%;font-size:15px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:7px;padding-block:17px;font-size:10px}
  .lightbox-inner{padding:15px}.lightbox-stage{gap:7px;grid-template-columns:30px minmax(0,1fr) 30px}.lightbox-stage>.icon-button{width:30px;height:38px;border:0}.lightbox-media img,.lightbox-media video{max-height:calc(100dvh - 170px)}#lightbox-caption{font-size:12px}.lightbox-header{margin-bottom:10px}
  [dir='ltr'] .brand-wordmark strong{font-size:22px}[dir='ltr'] .brand-wordmark>span{font-size:7px}[dir='ltr'] h1{font-size:clamp(39px,8.3vw,60px);letter-spacing:-1.7px;line-height:1.25}[dir='ltr'] .hero-description{font-size:14px;max-width:400px}[dir='ltr'] .hero-actions{flex-direction:row;align-items:center;gap:15px}[dir='ltr'] .hero-actions .button{font-size:11px;padding-inline:16px;gap:10px}[dir='ltr'] .text-button{font-size:11px;gap:6px}[dir='ltr'] .trust-item{font-size:11px}[dir='ltr'] .trust-experience>span:last-child{font-size:15px}[dir='ltr'] h2{font-size:35px;line-height:1.25}[dir='ltr'] .contact-copy h2{font-size:41px}[dir='ltr'] .product-copy h3{font-size:26px}[dir='ltr'] .quality-heading h2{font-size:33px}[dir='ltr'] .product-tabs button{font-size:12px}
}
@media(max-width:399px){
  .container{width:calc(100% - 32px)}.brand-wordmark strong{font-size:18px}.brand img{width:40px;height:33px}.header-actions{gap:7px}.header-inner{gap:6px}.theme-button{display:none}.hero-actions{gap:13px}.hero-actions .button{font-size:11px;padding-inline:15px;gap:10px}.text-button{font-size:11px!important}.hero-images{height:285px}.trust-item{gap:8px;font-size:11px}.trust-item:last-child{padding-inline-start:12px}.trust-item .icon{width:21px;height:21px}.trust-experience>span:last-child{font-size:14px;gap:12px}.trust-experience small{font-size:10px}.form-grid{grid-template-columns:1fr}.contact-form-panel{padding:25px 19px}.gallery-image-link img,.gallery-item:nth-child(n) .gallery-image-link img{height:195px}.gallery-item:nth-child(2n) .gallery-image-link img{height:230px}.gallery-filters{gap:1px}.gallery-filters button{font-size:11px;padding-inline:12px}.gallery-item figcaption .icon{display:none}[dir='ltr'] .trust-experience>span:last-child{font-size:12px}[dir='ltr'] .hero-actions{gap:11px}[dir='ltr'] .hero-actions .button{font-size:10px;padding-inline:13px}[dir='ltr'] .text-button{font-size:10px!important}
}
@media print{.header,.hero-visual,.gallery-section,.contact-form-panel,.theme-button,.footer,.hero-actions{display:none}.section{padding-block:25px}.container{width:100%}body{background:#fff;color:#172e46}.about,.contact,.quality{display:block}.about-image{display:none}}
