@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/manrope-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/manrope-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/manrope-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/manrope-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/manrope-4.ttf) format('truetype');
}

:root{--ink:#232824;--muted:#667068;--paper:#fff;--silver:#f2f4f2;--green:#009f7f;--line:#dfe4df;--radius:22px;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:105px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #009f7f;outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}button,a{touch-action:manipulation}button{color:inherit}.header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 4.5%;background:#fff;position:relative;z-index:10;border-bottom:1px solid var(--line)}.wordmark{font-size:37px;font-weight:800;letter-spacing:-2px;line-height:1}.wordmark span{font-size:12px;vertical-align:top;letter-spacing:0;margin-left:3px}.header nav{display:flex;gap:34px}.header nav a,.header-link{font-size:14px;font-weight:650}.header nav a:hover,.footer-bottom a:hover{color:#007b64}.header-link{display:flex;gap:24px;align-items:center;border-bottom:1px solid var(--ink);padding:11px 0}.header-link span{font-size:22px}.menu-toggle{display:none;background:none;border:0;padding:12px}.hero{min-height:640px;display:grid;grid-template-columns:49% 51%;background:var(--silver);overflow:hidden}.hero-copy{padding:82px 8.5% 38px 9.2%;display:flex;align-items:flex-start;flex-direction:column;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.65}.hero h1{font-size:clamp(48px,4.55vw,77px);letter-spacing:-.055em;font-weight:600;line-height:1.08;margin:27px 0 23px}.hero h1 em,.about h2 em{font-style:normal;position:relative;z-index:0}.hero h1 em:after{content:'';position:absolute;z-index:-1;left:0;right:-5px;bottom:3px;height:.18em;background:var(--green)}.hero-description{font-size:16px;line-height:1.8;max-width:380px;color:var(--muted)}.button{min-height:52px;display:inline-flex;justify-content:center;align-items:center;gap:45px;padding:15px 24px;border-radius:100px;font-size:14px;font-weight:700;border:0;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#3b443d}.button span{font-size:22px}.hero .button{margin-top:28px}.hero-note{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:700;letter-spacing:.1em;margin-top:auto;padding-top:45px}.mini-line{width:28px;height:2px;background:var(--ink)}.hero-visual{position:relative;min-height:640px;overflow:hidden}.hero-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-caption{position:absolute;bottom:25px;left:28px;right:28px;padding:17px 19px;background:#ffffffeb;backdrop-filter:blur(15px);border-radius:12px;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600}.hero-caption a{color:white;height:32px;width:32px;display:grid;place-items:center;border-radius:50%;background:var(--green);font-size:21px}.intro-strip{margin:0 4.5%;padding:34px 0;display:grid;grid-template-columns:1fr 1.35fr 1.35fr;gap:45px;border-bottom:1px solid var(--line)}.intro-strip>span{font-size:19px;line-height:1.5;color:var(--muted)}.intro-strip strong{font-weight:600;color:var(--ink)}.intro-strip>a{display:flex;align-items:center;gap:22px;border-left:1px solid var(--line);padding-left:32px;font-size:17px;font-weight:600}.strip-number{font-size:12px;align-self:flex-start;margin-top:7px;color:var(--muted)}.intro-strip small{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-top:7px}.intro-strip>a>span:last-child{font-size:25px;margin-left:auto;transition:transform .2s}.intro-strip a:hover>span:last-child{transform:translate(3px,-3px)}.catalog{padding:0 4.5%}.collection{padding:90px 0}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:40px}.section-heading h2{font-size:clamp(34px,3.3vw,54px);line-height:1.15;letter-spacing:-.05em;font-weight:500;margin-top:17px}.section-heading>p{max-width:330px;font-size:16px;line-height:1.8;color:var(--muted);padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;display:flex;flex-direction:column}.product-image{height:270px;background:var(--silver);border-radius:var(--radius);position:relative;overflow:hidden;display:grid;place-items:center;border:0;width:100%;padding:30px}.product-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-image:hover img{transform:scale(1.045)}.product-tag{position:absolute;top:16px;left:16px;z-index:1;display:inline-flex;gap:5px;font-size:12px;font-weight:600;padding:6px 10px;background:white;border-radius:100px}.product-info{padding:22px 3px 0;display:flex;flex:1;flex-direction:column}.product-range{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.product-card h3{font-size:20px;font-weight:650;letter-spacing:-.04em;line-height:1.35}.product-summary{color:var(--muted);font-size:14px;line-height:1.65;margin-top:9px;min-height:44px}.product-specs{display:grid;grid-template-columns:1fr 1fr;margin-top:20px;border-top:1px solid var(--line);padding-top:16px;gap:10px}.product-specs strong{font-size:19px;font-weight:600;display:block;letter-spacing:-.04em}.product-specs small{font-size:12px;color:var(--muted)}.detail-button{margin-top:22px;width:100%;border:1px solid var(--line);border-radius:100px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:12px 17px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.detail-button:hover{color:white;background:var(--green);border-color:var(--green)}.detail-button span{font-size:20px}.lifestyle{min-height:490px;border-radius:var(--radius);position:relative;overflow:hidden;background:#2f372e;color:white;display:flex;align-items:center}.lifestyle>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.lifestyle:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#111b16ba,transparent 90%)}.lifestyle>div{padding:65px 5%;z-index:1;position:relative;max-width:640px}.lifestyle .eyebrow{color:var(--green)}.lifestyle h2{font-size:clamp(32px,3.7vw,54px);line-height:1.17;letter-spacing:-.045em;font-weight:500;margin:18px 0 32px}.text-link{display:inline-flex;align-items:center;gap:33px;border-bottom:1px solid currentColor;padding-bottom:10px;font-size:14px;font-weight:650}.text-link span{font-size:21px}.technical-note{font-size:12px;line-height:1.8;color:var(--muted);margin-top:25px;max-width:850px}.about{padding:80px 4.5%;background:var(--silver);display:grid;grid-template-columns:1fr 1fr;gap:8%}.about h2{font-size:clamp(39px,4.5vw,68px);font-weight:500;line-height:1.14;letter-spacing:-.05em;margin-top:24px}.about h2 em{color:#007b64}.about-copy{max-width:490px}.brand-sign{color:white;width:46px;height:46px;display:grid;place-items:center;background:var(--green);border-radius:12px;font-weight:800;font-size:29px;margin-bottom:27px}.about-copy p{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:19px}.about-copy .about-lead{font-size:24px;color:var(--ink);font-weight:500;line-height:1.4;letter-spacing:-.035em}.about-copy .text-link{margin-top:9px}footer{padding:60px 4.5% 25px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:center}footer>p{font-size:16px;color:var(--muted)}footer>div:not(.footer-bottom){display:flex;justify-content:flex-end;gap:26px;font-size:13px}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:30px;padding-top:24px;font-size:12px;color:var(--muted)}dialog{border:0;border-radius:24px;padding:0;width:min(960px,calc(100% - 32px));max-height:calc(100dvh - 48px);overflow:auto;color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#151d1966;backdrop-filter:blur(8px)}.dialog-close{position:absolute;top:14px;right:16px;background:white;border:1px solid var(--line);border-radius:50%;width:42px;height:42px;font-size:27px;z-index:2}.dialog-layout{display:grid;grid-template-columns:45% 55%}.dialog-image{padding:40px;display:flex;align-items:center;background:var(--silver)}.dialog-image img{width:100%;max-height:500px;object-fit:contain;mix-blend-mode:multiply}.dialog-info{padding:55px 35px 35px}.dialog-info h2{font-size:33px;line-height:1.2;letter-spacing:-.05em;margin:12px 0 15px;font-weight:600}.dialog-description{font-size:15px;line-height:1.7;color:var(--muted)}.dialog-specs{margin:25px 0;display:grid;grid-template-columns:1fr 1fr;gap:20px 15px}.dialog-specs div{border-top:1px solid var(--line);padding-top:13px}.dialog-specs dt{font-size:12px;color:var(--muted);margin-bottom:5px}.dialog-specs dd{margin:0;font-size:21px;font-weight:600}.dialog-note{background:var(--silver);border-radius:12px;padding:15px;font-size:12px;line-height:1.75;margin-bottom:20px}.mobile-nav[hidden]{display:none}.mobile-nav{padding:10px 5% 25px;background:#fff;display:flex;flex-direction:column;gap:0;border-bottom:1px solid var(--line)}.mobile-nav a{padding:15px 0}.no-scroll{overflow:hidden}.empty-message{color:var(--muted)}
@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-copy{padding-top:95px}.hero{min-height:710px}}@media(max-width:1100px){.header nav{gap:20px}.hero-copy{padding-top:70px}.hero h1{font-size:55px}.hero-visual{min-height:610px}.product-image{height:230px;padding:23px}.product-card h3{font-size:18px}.intro-strip{gap:22px}.intro-strip>a{padding-left:20px;gap:13px;font-size:15px}.intro-strip>span{font-size:17px}.product-specs strong{font-size:17px}}@media(max-width:850px){.header{height:80px}.header nav{display:none}.header-link{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;gap:6px}.menu-toggle span{display:block;width:23px;height:2px;background:var(--ink)}.wordmark{font-size:32px}.hero{grid-template-columns:1fr 1fr;min-height:570px}.hero h1{font-size:44px}.hero-copy{padding:50px 8% 30px 9%}.hero-description{font-size:16px}.hero-note{font-size:12px;line-height:1.7}.hero-visual{min-height:570px}.hero-caption{left:15px;right:15px;bottom:15px;padding:12px;font-size:12px}.hero-caption span{max-width:160px}.intro-strip{grid-template-columns:1fr 1fr}.intro-strip>span{display:none}.intro-strip>a:first-of-type{padding-left:0;border:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 20px}.product-image{height:310px;padding:38px}.product-card h3{font-size:23px}.product-summary{font-size:14px;min-height:46px}.product-specs strong{font-size:22px}.section-heading h2{font-size:40px}.section-heading>p{max-width:250px;font-size:14px}.collection{padding:70px 0}.lifestyle{min-height:410px}.about{gap:5%}.about-copy .about-lead{font-size:22px}footer{grid-template-columns:1fr 1fr}footer>p{text-align:right}footer>div:not(.footer-bottom){justify-content:flex-start;grid-column:1/-1}.footer-bottom{margin-top:5px}.dialog-layout{grid-template-columns:40% 60%}.dialog-image{padding:20px}.dialog-info{padding:55px 25px 30px}}
@media(max-width:600px){:root{scroll-padding-top:25px}.header{height:75px;padding:0 5%;gap:18px}.header-link{font-size:12px;gap:9px}.wordmark{font-size:30px}.menu-toggle{padding:10px 0 10px 8px}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6% 32px}.eyebrow{font-size:12px;letter-spacing:.11em}.hero h1{font-size:52px;line-height:1.08;margin:20px 0}.hero-description{font-size:16px;max-width:330px}.hero .button{margin-top:24px;min-height:50px}.hero-note{display:none}.hero-visual{min-height:360px;height:360px}.hero-visual>img{object-position:center}.hero-caption{left:20px;right:20px;bottom:16px;font-size:12px}.hero-caption span{max-width:none}.intro-strip{padding:25px 0;gap:16px;margin:0 6%}.intro-strip>a{font-size:13px;gap:8px;padding-left:16px;align-items:flex-start}.strip-number{display:none}.intro-strip small{font-size:12px;line-height:1.5}.intro-strip>a>span:last-child{font-size:18px}.catalog{padding:0 6%}.collection{padding:52px 0}.section-heading{display:block;margin-bottom:27px}.section-heading h2{font-size:37px;margin-top:14px}.section-heading>p{max-width:330px;margin-top:20px;font-size:14px}.product-grid{gap:28px 12px}.product-image{height:190px;padding:27px 13px 15px;border-radius:16px}.product-tag{font-size:12px;top:11px;left:10px;padding:4px 7px}.product-info{padding:16px 0 0}.product-range{font-size:12px}.product-card h3{font-size:17px;letter-spacing:-.035em}.product-summary{font-size:14px;min-height:70px;line-height:1.6}.product-specs{margin-top:13px;padding-top:12px;gap:5px}.product-specs strong{font-size:16px}.product-specs small{font-size:12px}.detail-button{margin-top:15px;padding:10px 12px;font-size:14px}.lifestyle{min-height:450px;border-radius:17px;align-items:flex-end}.lifestyle:after{background:linear-gradient(0deg,#121f17e3,transparent 95%)}.lifestyle>img{object-position:60% center}.lifestyle>div{padding:28px 7%}.lifestyle h2{font-size:33px;margin:13px 0 24px}.technical-note{font-size:12px}.about{display:block;padding:52px 6%}.about h2{font-size:46px}.about-copy{margin-top:35px}.brand-sign{color:white;display:none}.about-copy p{font-size:14px}.about-copy .about-lead{font-size:23px}footer{padding:40px 6% 23px;gap:25px}footer>p{font-size:12px}footer>div:not(.footer-bottom){gap:25px;font-size:13px}.footer-bottom{display:block;font-size:12px;line-height:1.8}.footer-bottom span{display:block}.dialog-layout{display:block}.dialog-image{height:260px;padding:25px}.dialog-image img{height:100%}.dialog-info{padding:27px}.dialog-info h2{font-size:29px}.dialog-specs dd{font-size:20px}.dialog-description{font-size:14px}.dialog-specs dt{font-size:12px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.wordmark img{width:160px;height:auto}.hero-visual>img{object-position:30% center}.lifestyle>img{object-position:50% center}.lifestyle>div{margin-left:auto;max-width:620px}.lifestyle:after{background:linear-gradient(270deg,#101c17e8,transparent 100%)}.lifestyle .eyebrow{color:#70e3c7}.hero-note{font-size:12px;letter-spacing:.035em}.product-specs{grid-template-columns:1fr 1.55fr}.product-specs strong{white-space:nowrap}.about-copy p{font-size:16px}.intro-strip small{font-size:14px}.intro-strip>a{font-size:17px}.section-heading>p{font-size:16px}.dialog-description{font-size:16px}.dialog-note{font-size:14px}.footer-bottom{font-size:12px}.technical-note{font-size:12px}.product-tag{font-size:12px}.header-link{font-size:14px}

.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.footer-legal a{transition:color .2s}.footer-legal a:hover{color:#007b64}@media(max-width:600px){.footer-legal{justify-content:flex-start;margin-top:8px;gap:4px 14px}.footer-legal a{display:inline-block}}
@media(max-width:1100px) and (min-width:851px){.product-specs{grid-template-columns:1fr;gap:12px}.product-summary{min-height:70px}}
@media(max-width:600px){.wordmark img{width:130px}.header{gap:14px}.header-link{font-size:14px}.product-specs{grid-template-columns:1fr;gap:12px}.product-specs strong{font-size:20px}.product-summary{min-height:92px}.product-image{height:200px;padding-top:40px}.intro-strip>a{font-size:14px}.intro-strip small{font-size:12px}.hero-caption{font-size:12px}.lifestyle>div{padding-top:180px;margin-left:0}.lifestyle:after{background:linear-gradient(0deg,#101c17f0,transparent 100%)}.lifestyle>img{object-position:25% center}.hero-visual>img{object-position:22% center}.dialog-description{font-size:16px}.about-copy p{font-size:16px}.about-copy .about-lead{font-size:23px}}
@media(max-width:365px){.header-link{display:none}.menu-toggle{margin-left:auto}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.product-summary{min-height:0}.product-specs{grid-template-columns:1fr 1.5fr}.product-card h3{font-size:22px}.hero h1{font-size:46px}}

/* Product detail gallery */
.dialog-image{padding:30px;background:var(--silver);display:block}
.gallery-main{height:420px;display:flex;align-items:center;justify-content:center}
.gallery-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:18px}
.gallery-thumb{height:72px;padding:5px;background:#fff;border:1px solid transparent;border-radius:10px;display:grid;place-items:center;overflow:hidden}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gallery-thumb.is-active{border-color:var(--green);box-shadow:0 0 0 2px #009f7f33}
@media(max-width:850px){.gallery-main{height:360px}}
@media(max-width:600px){.dialog-image{padding:22px}.gallery-main{height:245px}.gallery-thumbs{gap:7px;margin-top:12px}.gallery-thumb{height:57px;border-radius:8px}}
/* Gallery layout fixes */
.dialog-layout{align-items:start}
.dialog-image{align-self:start;min-width:0;height:auto;overflow:hidden}
.gallery-main{min-height:0}
.gallery-caption{margin:10px 0 0;text-align:center;font-size:12px;line-height:1.4;color:var(--muted);min-height:17px}
@media(max-width:600px){.dialog-image{height:auto;min-height:0;overflow:hidden}.gallery-main{height:235px}.gallery-caption{margin-top:8px}}

.dialog-specs dd{overflow-wrap:anywhere}.dialog-specs div:last-child dd{font-size:18px}.dialog-specs dd{line-height:1.4}
.detail-sections{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:4px 0 14px}
.detail-sections section{padding:16px;background:var(--silver);border-radius:12px}
.detail-sections h3{font-size:14px;margin:0 0 7px;font-weight:700}
.detail-sections p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.runtime-example{margin:0 0 17px;padding:17px;border:1px solid #009f7f42;border-radius:13px;background:#009f7f0a}
.runtime-example p{font-size:14px;line-height:1.6;margin:0 0 7px}
.runtime-example .runtime-title{font-size:15px;font-weight:750;color:var(--green);margin-bottom:9px}
.runtime-example .runtime-result{font-size:16px;margin-top:10px;color:var(--ink)}
.runtime-example small{display:block;font-size:12px;line-height:1.55;color:var(--muted);margin-top:8px}
@media(max-width:600px){.detail-sections{grid-template-columns:1fr}.detail-sections section{padding:14px}.runtime-example{padding:15px}}

/* Six portable models, kept in two balanced desktop rows. */
#portable-products{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:38px}
@media(max-width:850px){#portable-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:365px){#portable-products{grid-template-columns:1fr}}

.brand-gallery{grid-column:1/-1;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:10px}
.brand-gallery figure{margin:0;min-width:0;background:#fff;border-radius:var(--radius);overflow:hidden}
.brand-gallery figure:first-child{grid-row:span 2}
.brand-gallery img{width:100%;height:100%;min-height:210px;object-fit:cover}
.brand-gallery figure:first-child img{min-height:438px}
.brand-gallery figcaption{padding:14px 17px 16px;font-size:12px;line-height:1.5;color:var(--muted)}
.contact{padding:84px 4.5%;display:grid;grid-template-columns:1fr 1fr;gap:8%;background:var(--ink);color:#fff}
.contact .eyebrow{color:#70e3c7}
.contact h2{font-size:clamp(42px,4.8vw,72px);font-weight:500;line-height:1.1;letter-spacing:-.055em;margin-top:24px}
.contact-card{max-width:500px;padding:32px 0 0;border-top:1px solid #ffffff36}
.contact-card>p{font-size:16px;line-height:1.8;color:#cbd2cc;margin-bottom:19px}
.contact-card .contact-lead{font-size:27px;line-height:1.35;color:#fff;font-weight:500;letter-spacing:-.035em}
.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:32px 0 15px;padding:0}
.contact-details div{border-top:1px solid #ffffff36;padding-top:13px}
.contact-details dt{font-size:12px;color:#9da9a0;margin-bottom:7px}
.contact-details dd{margin:0;font-size:21px;font-weight:600}
.contact-note{font-size:13px!important;color:#9da9a0!important;margin:0!important}
.service-card{margin-top:24px;padding:22px;border:1px solid #70e3c766;border-radius:16px;background:#ffffff0a;display:flex;flex-direction:column;align-items:flex-start}
.service-label{margin:0 0 12px!important;color:#70e3c7!important;font-size:12px!important;font-weight:750;letter-spacing:.12em}
.service-phone{font-size:27px;font-weight:650;letter-spacing:-.03em;color:#fff}
.service-phone:hover,.service-email:hover{color:#70e3c7}
.service-email{margin-top:4px;font-size:16px;color:#cbd2cc;border-bottom:1px solid #ffffff45;padding-bottom:3px}
.service-hours{width:100%;display:flex;justify-content:space-between;gap:16px;margin-top:19px;padding-top:15px;border-top:1px solid #ffffff26;font-size:14px}
.service-hours span{color:#9da9a0}
.service-hours strong{color:#fff;font-weight:650}
.service-note{margin:16px 0 0!important;padding:14px 15px;border-radius:10px;background:#70e3c712;color:#cbd2cc!important;font-size:14px!important;line-height:1.65!important}
@media(max-width:600px){.service-card{padding:19px}.service-phone{font-size:25px}.service-hours{display:block}.service-hours strong{display:block;margin-top:5px}}
@media(max-width:850px){.brand-gallery{grid-template-columns:1fr 1fr}.brand-gallery figure:first-child{grid-row:auto;grid-column:1/-1}.brand-gallery figure:first-child img{min-height:260px}.brand-gallery img{min-height:180px}.contact{gap:5%}}
@media(max-width:600px){.brand-gallery{display:block;margin-top:38px}.brand-gallery figure{margin-top:14px;border-radius:16px}.brand-gallery figure:first-child img,.brand-gallery img{min-height:0;height:220px}.brand-gallery figcaption{padding:12px 14px 14px}.contact{display:block;padding:57px 6%}.contact h2{font-size:46px}.contact-card{margin-top:38px;padding-top:27px}.contact-card>p{font-size:15px}.contact-card .contact-lead{font-size:25px}.contact-details{gap:12px;margin-top:27px}.contact-details dd{font-size:19px}}

/* Prices and direct contact actions */
.header-contact{display:flex;align-items:center;gap:14px;margin-left:auto}
.header-cta{margin-left:auto;display:inline-flex;align-items:center;gap:18px;padding:12px 18px;border:1px solid var(--ink);border-radius:100px;font-size:14px;font-weight:700;white-space:nowrap;transition:background .2s,color .2s}
.header-cta span{font-size:18px}
.header-cta:hover{background:var(--ink);color:#fff}
.header-contact-text{display:flex;flex-direction:column;align-items:flex-end;gap:3px}
.header-phone{font-size:16px;font-weight:750;white-space:nowrap;letter-spacing:-.02em}
.header-phone:hover{color:var(--green)}
.header-email{font-size:12px;color:var(--muted);white-space:nowrap}
.header-email:hover{color:var(--green)}
.messenger-links{display:flex;gap:8px}
.messenger-links a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;transition:transform .2s}
.messenger-links a:hover{transform:translateY(-2px)}
.messenger-links img{width:36px;height:36px}
.product-price{display:flex;align-items:baseline;gap:7px;margin-top:15px;color:var(--ink)}
.product-price strong{font-size:25px;line-height:1;font-weight:750;letter-spacing:-.045em}
.product-price span{font-size:13px;font-weight:650;color:var(--muted)}
.dialog-price{display:flex;align-items:baseline;gap:8px;margin:-2px 0 17px;color:var(--green)}
.dialog-price strong{font-size:31px;line-height:1;font-weight:750;letter-spacing:-.045em}
.dialog-price span{font-size:14px;font-weight:700;color:var(--ink)}
.contact-phone{display:inline-block;font-size:31px;font-weight:650;letter-spacing:-.035em;margin:8px 0 18px;color:#fff}
.contact-phone:hover{color:#70e3c7}
.contact-direct{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:18px}
.contact-direct .contact-phone{margin-bottom:4px}
.contact-email{font-size:18px;color:#cbd2cc;border-bottom:1px solid #ffffff45;padding-bottom:3px}
.contact-email:hover{color:#70e3c7;border-color:#70e3c7}
.contact-messengers{display:flex;gap:12px;margin-bottom:30px}
.contact-messengers a{display:flex;align-items:center;gap:9px;padding:8px 14px 8px 8px;border:1px solid #ffffff36;border-radius:100px;font-size:14px;font-weight:650}
.contact-messengers a:hover{border-color:#70e3c7}
.contact-messengers img{width:36px;height:36px}
@media(max-width:1100px){.header nav{gap:14px}.header nav a{font-size:13px}.header-contact{gap:10px}.header-phone{font-size:14px}.messenger-links a,.messenger-links img{width:32px;height:32px}}
@media(max-width:850px){.header-contact{margin-left:auto}.header-phone{font-size:14px}.header-cta{margin-left:auto}}
@media(max-width:600px){.header{padding:0 4%;gap:9px}.wordmark img{width:105px}.header-contact{gap:6px}.header-phone{font-size:12px}.header-email{font-size:10px}.header-cta{padding:10px 12px;font-size:12px;gap:8px}.header-cta span{font-size:16px}.messenger-links{gap:5px}.messenger-links a,.messenger-links img{width:30px;height:30px}.menu-toggle{padding-left:4px}.product-price{margin-top:12px}.product-price strong{font-size:22px}.dialog-price strong{font-size:27px}.contact-phone{font-size:28px}.contact-messengers a{padding-right:12px}}
@media(max-width:370px){.wordmark img{width:90px}.header-phone{font-size:11px}.header-email{display:none}.messenger-links a,.messenger-links img{width:28px;height:28px}.menu-toggle span{width:20px}}
