:root{--green:#143e2c;--deep:#102e22;--brown:#a1774c;--ink:#26382e;--muted:#68736c;--paper:#f8f8f4;--line:#dce1d8;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}button{color:inherit}::selection{background:#c6d4ac;color:var(--deep)}:focus-visible{outline:3px solid #ad844d;outline-offset:5px}.skip-link{position:fixed;left:15px;top:-90px;background:white;padding:12px;z-index:200}.skip-link:focus{top:10px}.header{height:106px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4.2%;gap:28px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.brand img{width:86px;height:86px;object-fit:contain}.brand>span{font-weight:700;letter-spacing:.06em;font-size:15px;line-height:1.3}.brand small{display:block;font-size:9px;letter-spacing:.19em;margin-top:7px}.header nav{display:flex;align-items:center;gap:27px;font-size:14px}.header nav a{position:relative;white-space:nowrap}.header nav a:after{content:'';height:1px;background:var(--green);width:0;position:absolute;left:0;bottom:-6px;transition:width .2s}.header nav a:hover:after{width:100%}.button{background:var(--green);color:white;display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:17px 24px;border:1px solid var(--green);font-size:14px;line-height:1.4;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#22573c;transform:translateY(-2px)}.button span{font-size:20px}.header-cta{padding:13px 20px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:690px}.hero-copy{padding:76px 7% 35px 8%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;line-height:1.6;margin:0 0 25px}.hero .eyebrow{display:flex;gap:14px;align-items:center}.line{display:inline-block;width:27px;height:1px;background:var(--brown)}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:400;letter-spacing:-.045em;line-height:1.08}h1{font-size:clamp(50px,5vw,84px);margin:18px 0 30px}em{font-family:var(--serif);font-weight:400}h1 em{color:var(--brown)}.hero-description{max-width:430px;font-size:18px;color:var(--muted);line-height:1.75;margin-bottom:35px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.text-link{display:inline-flex;gap:30px;align-items:center;font-size:14px;font-weight:600;border:0;border-bottom:1px solid currentColor;padding:9px 0;background:transparent}.text-link:hover{color:var(--brown)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding-top:58px;font-size:11px;letter-spacing:.1em;line-height:1.6;color:var(--muted)}.hero-bottom a{border:1px solid var(--line);border-radius:50%;font-size:22px;width:44px;height:44px;text-align:center;line-height:42px}.hero-image{position:relative;overflow:hidden;min-height:690px;background:#4f3b29}.hero-image>img{position:absolute;width:100%;height:100%;object-position:50% 56%;}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#171c17b5)}.image-caption{position:absolute;bottom:42px;left:40px;color:#fff;z-index:1;display:flex;flex-direction:column}.image-caption>span:first-child{font-size:11px;letter-spacing:.18em}.image-caption strong{font-family:var(--serif);font-size:42px;font-weight:400}.image-caption>span:last-child{font-size:14px;color:#e9e8df}.vertical-caption{position:absolute;right:18px;top:35px;writing-mode:vertical-rl;font-size:10px;letter-spacing:.17em;color:#fff;z-index:2}.intro-strip{background:var(--green);color:#f5f6ee;display:grid;grid-template-columns:1.35fr 1fr 1.15fr 1.15fr;align-items:center;gap:30px;padding:35px 5.5%;font-size:14px}.intro-strip>span{font-size:16px;line-height:1.55}.intro-strip strong{font-weight:400;color:#b9c9b3}.intro-strip p{margin:0;border-left:1px solid #486451;padding:9px 0 9px 30px}.section{padding:100px 5.5%}.section-top{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:42px}h2{font-size:clamp(38px,4vw,60px);margin-bottom:0}.section-top>p{max-width:335px;color:var(--muted);font-size:16px;margin-bottom:5px}.filters{display:flex;gap:26px;border-bottom:1px solid var(--line);margin-bottom:30px;flex-wrap:wrap}.filter{background:none;border:0;border-bottom:2px solid transparent;padding:13px 0 17px;color:var(--muted);font-size:14px;margin-bottom:-1px}.filter.active{border-color:var(--green);color:var(--green);font-weight:700}.filter span{font-size:11px;margin-left:7px;color:var(--brown)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 25px}.product-card{animation:fade-in .4s ease both}.product-card[hidden]{display:none}.product-image{border:0;padding:0;width:100%;display:block;position:relative;overflow:hidden;background:#ddd;aspect-ratio:1.12}.product-image img{width:100%;height:100%;transition:transform .65s}.product-image:hover img{transform:scale(1.045)}.product-tag{position:absolute;left:16px;top:16px;background:#fffef4eb;padding:5px 10px;font-size:10px;letter-spacing:.1em}.product-open{position:absolute;right:16px;bottom:16px;width:37px;height:37px;line-height:37px;background:var(--paper);border-radius:50%;font-size:19px;transition:background .2s}.product-image:hover .product-open{background:#dbe6c9}.product-card h3{font-size:22px;letter-spacing:-.035em;font-weight:500;margin:16px 0 4px}.product-card p{color:var(--muted);font-size:14px;margin:0}.spec-note{font-size:13px;color:var(--muted);margin:33px 0 0}.process{background:#e9ede5}.process-layout{display:grid;grid-template-columns:1.18fr 1fr;gap:7%;align-items:start}.process-photo{position:relative;background:#bac5b5;aspect-ratio:1.3;overflow:hidden}.process-photo img{width:100%;height:100%;object-fit:cover;transition:opacity .15s}.process-photo>span{position:absolute;bottom:0;left:0;right:0;padding:17px 22px;background:#163e2ce8;color:white;font-size:11px;letter-spacing:.15em}.image-expand{position:absolute;right:15px;top:15px;background:white;border:0;width:38px;height:38px;font-size:20px}.process-steps{border-top:1px solid #bdc7b7}.process-tab{width:100%;text-align:left;display:grid;grid-template-columns:35px 1fr 25px;gap:15px;padding:21px 0;border:0;border-bottom:1px solid #bdc7b7;background:none;align-items:start}.process-tab>.step-no{font-size:12px;color:var(--muted);padding-top:5px}.process-tab strong{font-size:21px;font-weight:400}.process-tab p{font-size:14px;color:var(--muted);margin:9px 0 0;line-height:1.65;display:none}.process-tab[aria-selected=true] p{display:block}.process-tab[aria-selected=true] strong{color:var(--green)}.process-tab[aria-selected=true]>.step-no{color:var(--green)}.photo-credit{font-size:12px;color:var(--muted);margin:20px 0 0}.about{display:grid;grid-template-columns:1fr 1fr;gap:11%;align-items:center}.about-picture{position:relative;margin-right:35px}.about-picture>img{width:100%;height:560px;object-position:center}.since-tag{position:absolute;bottom:30px;right:-35px;background:var(--green);color:white;padding:30px 32px;display:flex;flex-direction:column;font-size:12px;letter-spacing:.04em}.since-tag strong{font-family:var(--serif);font-size:62px;line-height:1.3;font-weight:400}.about-copy h2{margin-bottom:28px}.about-copy p:not(.eyebrow){color:var(--muted)}.about-copy .lead{font-size:21px;color:var(--ink)!important;line-height:1.55}.about-copy .text-link{margin-top:9px}.buyer-section{padding-top:75px;border-top:1px solid var(--line)}.buyer-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.buyer-steps article{border-top:1px solid var(--line);padding-top:25px}.buyer-steps article>span{font-family:var(--serif);font-size:37px;color:var(--brown);display:block;margin-bottom:22px}.buyer-steps h3{font-size:21px;font-weight:500;margin-bottom:12px;letter-spacing:-.025em}.buyer-steps p{color:var(--muted);font-size:15px}.documentation{background:#edf0e9;padding:30px 35px;margin-top:35px;display:flex;align-items:center;justify-content:space-between;gap:40px}.documentation h3{font-size:18px;font-weight:500;margin-bottom:6px}.documentation p{font-size:14px;color:var(--muted);max-width:690px;margin:0}.documentation .text-link{white-space:nowrap}.enquiry{background:var(--deep);color:#fafbf6;display:grid;grid-template-columns:.85fr 1.15fr;gap:9%}.enquiry .eyebrow{color:#b9c9ad}.contact-copy h2{font-size:clamp(42px,4.2vw,66px);margin-bottom:27px}.contact-copy h2 em{color:#c8b190}.contact-copy>p:not(.eyebrow){max-width:345px;color:#b9c9bd}.contact-lines{margin:35px 0}.contact-lines>a,.contact-lines>div{display:block;padding:15px 0;border-bottom:1px solid #3a5344;font-size:16px}.contact-lines small{display:block;font-size:10px;letter-spacing:.13em;color:#b9c9bd;margin-bottom:5px}.contact-lines span{float:right}.contact-lines a:hover{color:#dac09e}.profile-download{border:1px solid #58705c;display:flex;align-items:center;justify-content:space-between;padding:18px 21px;max-width:390px;font-size:16px}.profile-download small{display:block;color:#b9c9bd;font-size:12px}.profile-download>span:last-child{font-size:26px}.enquiry-form{background:#fafbf6;padding:35px;color:var(--ink)}.form-heading{padding-bottom:24px}.form-heading h3{font-size:27px;font-weight:400;letter-spacing:-.03em;margin-bottom:6px}.form-heading p{font-size:14px;color:var(--muted);margin:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:12px;font-weight:600;margin-bottom:19px}input,select,textarea{width:100%;border:1px solid #cbd3c7;background:transparent;color:var(--ink);padding:12px 11px;font-size:14px;line-height:1.5;border-radius:0;margin-top:7px;min-width:0}input::placeholder,textarea::placeholder{color:#7c857c;font-size:13px}input:focus,select:focus,textarea:focus{outline:2px solid var(--brown);outline-offset:1px}textarea{resize:vertical}.extra-fields{margin:0 0 23px;border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-size:13px;padding:0 0 15px}summary::-webkit-details-marker{display:none}summary>span{float:right}details[open] summary{margin-bottom:10px}details[open] summary>span{transform:rotate(45deg)}.enquiry-form .button{width:100%}.form-note{font-size:12px;color:var(--muted);line-height:1.5;margin:14px 0 0}footer{padding:50px 5.5% 22px;background:#fff}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-bottom:36px}.footer-wordmark{font-size:63px;font-weight:700;line-height:1;letter-spacing:-.09em;color:var(--green)}.footer-wordmark span{display:block;font-size:10px;letter-spacing:.08em;margin-top:13px}.footer-top p{font-size:28px;line-height:1.25;margin:0 auto 0 12%;letter-spacing:-.03em}.back-top{border:1px solid var(--line);border-radius:50%;width:45px;height:45px;text-align:center;line-height:43px;font-size:24px}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:11px;color:var(--muted)}.footer-bottom>span:nth-child(2){letter-spacing:.07em}dialog{padding:0;border:0;color:var(--ink);background:var(--paper);max-height:90dvh;max-width:calc(100% - 32px);box-shadow:0 20px 80px #0004}dialog[open]{animation:dialog-in .25s ease}dialog::backdrop{background:#10251ddd;}.dialog-close{position:absolute;right:15px;top:15px;width:38px;height:38px;background:#fff;border:1px solid var(--line);border-radius:50%;font-size:25px;z-index:2;line-height:1}.product-dialog{width:900px}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr}.product-detail-layout>img{width:100%;height:100%;min-height:520px}.product-detail-copy{padding:55px 35px 35px}.product-detail-copy h2{font-size:39px;margin-bottom:24px}.product-detail-copy>p{font-size:15px;color:var(--muted)}.spec-table{border-collapse:collapse;width:100%;font-size:14px;margin:25px 0}.spec-table td{border-bottom:1px solid var(--line);padding:13px 0;vertical-align:top}.spec-table td:first-child{color:var(--muted);width:37%}.spec-table td:last-child{padding-left:12px}.photo-dialog{background:var(--deep);width:auto;color:white;max-width:95vw}.photo-dialog>img{max-height:78dvh;width:auto;min-width:280px;max-width:90vw;object-fit:contain}.photo-dialog>p{padding:12px 20px;margin:0;font-size:14px}.enquiry-dialog{width:740px;padding:40px}.enquiry-dialog h2{font-size:42px;margin-bottom:20px}.enquiry-dialog>p:not(.eyebrow){font-size:14px;color:var(--muted)}#enquiry-preview{font-family:Arial,sans-serif;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere;background:#e9ede4;padding:22px;max-height:37dvh;overflow:auto;line-height:1.6}.send-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.secondary{background:transparent;color:var(--green)}.secondary:hover{color:white}#send-status{font-size:12px}@keyframes fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes dialog-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(min-width:1600px){body{max-width:1920px;margin:auto}.hero{min-height:780px}.hero-image{min-height:780px}.hero-copy{padding-top:105px}}@media(max-width:1150px){.brand>span{display:none}.header nav{gap:20px}.hero-copy{padding-top:58px}.hero-actions{gap:18px}.hero,.hero-image{min-height:660px}.hero h1{font-size:56px}.section{padding:80px 5%}.process-layout{gap:5%}.process-tab{padding:18px 0}.about{gap:7%}.enquiry{gap:6%}.enquiry-form{padding:27px}.contact-lines>a{font-size:14px}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:760px){html{scroll-padding-top:80px}.header{height:80px;padding:0 5%;gap:15px}.brand img{width:65px;height:65px}.brand>span{display:block;font-size:11px}.brand small{font-size:7px}.header-cta{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;border:1px solid var(--line);background:white;padding:10px}.menu-toggle span{width:20px;height:1px;background:var(--green);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header nav{position:absolute;top:80px;left:0;right:0;display:none;background:white;padding:20px 6% 30px;border-bottom:1px solid var(--line);font-size:17px}.header nav.open{display:flex;flex-direction:column;align-items:flex-start}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:43px 6% 32px}.hero .eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:18px}.hero h1{font-size:clamp(44px,9vw,62px);margin:10px 0 23px}.hero-description{font-size:16px;max-width:95%;margin-bottom:25px}.hero-actions{gap:22px}.button{padding:15px 20px}.hero-bottom{display:none}.hero-image{min-height:410px;max-height:530px}.hero-image>img{object-position:50% 64%}.image-caption{bottom:28px;left:25px}.image-caption strong{font-size:35px}.intro-strip{grid-template-columns:1fr 1fr;gap:22px;padding:29px 6%;font-size:12px}.intro-strip>span{font-size:14px}.intro-strip p{padding:5px 0 5px 16px}.intro-strip p:nth-child(3){border-left:0;padding-left:0}.section{padding:65px 6%}.section-top{display:block;margin-bottom:27px}.eyebrow{font-size:10px;margin-bottom:20px}h2{font-size:39px}.section-top>p{margin:23px 0 0;max-width:100%;font-size:15px}.filters{gap:20px;margin-bottom:24px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.filter{white-space:nowrap;font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 16px}.product-card h3{font-size:18px;line-height:1.3;margin-top:13px}.product-card p{font-size:12px}.product-image{aspect-ratio:.8}.product-tag{font-size:8px;left:8px;top:8px;padding:4px 6px}.product-open{width:30px;height:30px;line-height:30px;bottom:9px;right:9px;font-size:17px}.spec-note{font-size:12px}.process-layout{grid-template-columns:1fr;gap:25px}.process-photo{aspect-ratio:1.2}.process-tab{padding:17px 0}.process-tab strong{font-size:19px}.process-tab p{font-size:14px}.about{grid-template-columns:1fr;gap:50px}.about-picture{margin-right:25px}.about-picture>img{height:430px}.since-tag{right:-25px;bottom:25px;padding:21px 25px}.since-tag strong{font-size:52px}.about-copy .lead{font-size:19px}.about-copy p{font-size:15px}.buyer-steps{grid-template-columns:1fr;gap:20px}.buyer-steps article{position:relative;padding-left:56px;padding-top:20px}.buyer-steps article>span{position:absolute;left:0;top:13px;font-size:30px}.buyer-steps h3{font-size:20px;margin-bottom:8px}.buyer-steps p{font-size:14px}.documentation{display:block;padding:25px}.documentation .text-link{margin-top:17px}.enquiry{grid-template-columns:1fr;gap:38px}.contact-copy h2{font-size:47px}.contact-copy h2 br:nth-of-type(2){display:none}.contact-lines>a{font-size:16px}.enquiry-form{padding:24px 20px}.form-row{gap:14px}label{font-size:12px}.form-heading h3{font-size:25px}.form-heading p{font-size:13px}input,select,textarea{font-size:16px}.footer-top{gap:15px}.footer-top p{margin:0;font-size:23px}.footer-wordmark{font-size:47px}.footer-wordmark span{font-size:8px}.footer-bottom{font-size:10px}.product-detail-layout{grid-template-columns:1fr}.product-detail-layout>img{height:270px;min-height:0}.product-detail-copy{padding:28px}.product-detail-copy h2{font-size:34px}.enquiry-dialog{padding:35px 22px}.enquiry-dialog h2{font-size:35px}.send-actions .button{flex:1;white-space:nowrap}.back-top{flex-shrink:0}.enquiry-dialog .eyebrow{padding-right:30px}}
@media(max-width:390px){.brand>span{font-size:10px}.hero-actions{gap:12px}.hero-actions .button{font-size:13px;gap:17px;padding:14px 16px}.hero-actions .text-link{font-size:12px;gap:10px}.hero-image{min-height:370px}.form-row{grid-template-columns:1fr;gap:0}.product-grid{gap:24px 12px}.product-tag{font-size:7px}.footer-top p{font-size:19px}.back-top{width:36px;height:36px;line-height:34px}.footer-bottom{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Brand, typography and motion refinement. */
:root{--ease-out:cubic-bezier(.22,1,.36,1)}
body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main,section,.hero-copy,.hero-image,.section-top>*,.about-copy,.contact-copy,.enquiry-form,.form-row>*{min-width:0}
h1,h2{text-wrap:balance}p{text-wrap:pretty}
.header{}
.header.scrolled{box-shadow:0 6px 30px #102e220a;background:#fff}
.brand{gap:16px}.brand img{width:72px;height:72px}.brand>span{font-size:14px;letter-spacing:.075em}.brand small{font-size:9px;letter-spacing:.14em}
.header nav a{padding:12px 0}.header nav a:after{bottom:7px;transition:width .35s var(--ease-out)}.header nav a[aria-current=location]:after{width:100%}
.hero-copy{background:linear-gradient(120deg,#fff 0%,#f8f8f4 72%)}
h1{letter-spacing:-.055em;line-height:1.12}.hero-description{line-height:1.8}
h2{letter-spacing:-.045em;line-height:1.14}h2 em{color:#8b6745}
.process h2 em{color:#6a775c}.contact-copy h2 em{color:#c8b190}
.eyebrow{line-height:1.8}.section-top .eyebrow,.about-copy>.eyebrow{display:flex;align-items:center;gap:14px}
.section-top .eyebrow:before,.about-copy>.eyebrow:before{content:'';flex:0 0 25px;height:1px;background:var(--brown);transform-origin:left}
.hero-image>img{}
.button{position:relative;overflow:hidden;transition:background .2s,transform .2s}
.button:hover{box-shadow:0 7px 20px #143e2c15}.button:active{transform:translateY(0);box-shadow:none}
.button span,.text-link span{display:inline-block;transition:transform .3s var(--ease-out)}.button:hover span,.text-link:hover span{transform:translate(3px,-2px)}
.product-image{transition:box-shadow .35s;isolation:isolate}.product-image:after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 0 1px #143e2c0a;pointer-events:none}
.product-card h3 a{transition:color .25s}.product-card h3 a:hover{color:var(--brown)}.product-card{animation-duration:.55s;animation-timing-function:var(--ease-out);animation-delay:calc(var(--card-index,0)*50ms)}
.product-tag{font-size:11px;letter-spacing:.075em;max-width:calc(100% - 32px);text-align:left}
.process-photo img{}
.process-tab{transition:padding .3s,background .3s}.process-tab[aria-selected=true]{padding-left:14px;padding-right:12px;background:#f8faf43b}
.process-tab p{}.step-symbol{font-size:21px;line-height:1.6}.process-photo>span{padding-right:30px}
.contact-lines a{overflow-wrap:anywhere;transition:color .2s}.contact-lines small{font-size:12px}
label{font-size:14px;font-weight:500}.form-heading p{font-size:15px}.enquiry-form{box-shadow:0 15px 50px #00170f1c}
input,select,textarea{transition:border-color .2s,background .2s;font-size:16px;min-height:48px}input:hover,select:hover,textarea:hover{border-color:#869d84}input:focus,select:focus,textarea:focus{background:#fff}
summary{font-size:14px;min-height:44px}select{padding-right:28px}.form-note{font-size:13px}
.dialog-close,.image-expand{width:44px;height:44px;line-height:42px;touch-action:manipulation}
dialog{overscroll-behavior:contain}dialog[open]{animation:dialog-in .35s var(--ease-out)}.product-detail-copy .product-enquire{margin-top:22px}
.footer-wordmark{display:flex;align-items:center;gap:16px;letter-spacing:normal;font-size:inherit;flex-shrink:0}.footer-wordmark img{width:72px;height:72px;object-fit:contain}.footer-wordmark>span{font-size:13px;letter-spacing:.06em;margin:0;line-height:1.4}.footer-wordmark small{display:block;font-size:9px;font-weight:400;letter-spacing:.11em;margin-top:6px}.footer-top p{margin-left:auto;margin-right:auto}.footer-bottom{font-size:12px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@keyframes soft-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media(min-width:961px) and (max-width:1280px){.header{gap:20px;padding-left:3%;padding-right:3%}.brand>span{display:none}.header nav{gap:22px}.header-cta{gap:17px}.hero h1{font-size:clamp(47px,4.7vw,60px)}}
@media(min-width:761px) and (max-width:960px){.hero{grid-template-columns:1.05fr 1fr}.hero-copy{padding:48px 8% 30px 9%}.hero h1{font-size:clamp(41px,5.2vw,50px);line-height:1.15}.hero-description{font-size:16px}.hero,.hero-image{min-height:620px}.hero-actions{align-items:flex-start;flex-direction:column;gap:13px}.intro-strip{gap:18px;padding:28px 5%;font-size:12px}.intro-strip p{padding-left:17px}.intro-strip>span{font-size:14px}.section-top{gap:30px}.section-top>p{max-width:270px;font-size:15px}.section-top h2{font-size:39px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-layout{grid-template-columns:1fr 1fr;gap:5%}.process-photo{aspect-ratio:.72}.process-tab{padding-top:16px;padding-bottom:16px;gap:6px;grid-template-columns:27px 1fr 19px}.process-tab strong{font-size:18px}.about{gap:8%}.about-picture>img{height:510px}.about-copy h2{font-size:45px}.about-copy p{font-size:15px}.buyer-steps{gap:23px}.buyer-steps h3{font-size:19px}.documentation{gap:24px;padding:27px}.enquiry{gap:5%;grid-template-columns:.83fr 1.17fr}.contact-copy h2{font-size:43px}.contact-lines>a{font-size:13px}.enquiry-form .form-row{grid-template-columns:1fr;gap:0}.enquiry-form{padding:25px}.footer-wordmark>span{font-size:11px}.footer-top p{font-size:26px}}
@media(max-width:960px){html{scroll-padding-top:95px}.header{height:88px;padding:0 5%;gap:15px}.brand img{width:66px;height:66px}.brand>span{display:block;font-size:13px}.brand small{font-size:9px}.header-cta{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:46px;height:46px;flex-shrink:0;border:1px solid var(--line);background:white;padding:10px}.menu-toggle span{width:21px;height:1px;background:var(--green);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header nav{position:absolute;top:88px;left:0;right:0;display:none;background:#fff;padding:20px 6% 30px;border-bottom:1px solid var(--line);box-shadow:0 16px 25px #102e2210;font-size:17px;max-height:calc(100dvh - 88px);overflow:auto}.header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px;animation:soft-arrive .25s var(--ease-out)}.header nav a{padding:11px 0}.header nav a:after{width:0;max-width:32px}.header nav a[aria-current=location]{color:var(--green);font-weight:600}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:760px){.header{height:80px}.header nav{top:80px;max-height:calc(100dvh - 80px)}.brand img{width:59px;height:59px}.brand{gap:11px}.brand>span{font-size:11px}.brand small{font-size:8px}.hero-copy{padding:44px 6% 37px}.hero h1{font-size:clamp(42px,8.1vw,61px);line-height:1.13;letter-spacing:-.05em}.hero-description{max-width:460px}.hero-image{min-height:430px}.eyebrow{font-size:11px;letter-spacing:.12em}.hero .eyebrow{font-size:11px}.section-top .eyebrow,.about-copy>.eyebrow{gap:11px}.section-top .eyebrow:before,.about-copy>.eyebrow:before{flex-basis:19px}.section{padding-top:67px;padding-bottom:67px}h2{font-size:clamp(35px,6.4vw,45px)}.product-tag{font-size:10px;left:10px;top:10px;max-width:calc(100% - 20px)}.product-open{width:38px;height:38px;line-height:38px}.product-card h3{font-size:20px}.product-card p{font-size:14px}.filter{font-size:14px;min-height:48px}.filters{gap:24px}.process-tab{min-height:64px;grid-template-columns:31px 1fr 22px}.process-tab strong{font-size:20px}.process-tab p{font-size:15px}.spec-note,.photo-credit{font-size:13px}.intro-strip{font-size:14px}.buyer-steps p,.documentation p,.about-copy p{font-size:16px}.buyer-steps h3{font-size:22px}.contact-copy h2{font-size:clamp(40px,8vw,54px)}.contact-copy>p:not(.eyebrow){font-size:16px;max-width:430px}.contact-lines>a{font-size:16px}.contact-lines small{font-size:12px}.form-heading p{font-size:15px}.form-row{gap:16px}.enquiry-form{padding:29px 24px}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:25px}.footer-wordmark{gap:10px}.footer-wordmark img{width:58px;height:58px}.footer-wordmark>span{font-size:11px}.footer-wordmark small{font-size:8px}.footer-top p{font-size:25px;order:3;width:100%;margin:0}.footer-top p br{display:none}.footer-top p em{margin-left:.2em}.back-top{width:44px;height:44px;line-height:42px}.footer-bottom{font-size:12px;flex-wrap:wrap;gap:12px}.send-actions{flex-direction:column}.send-actions>.button{justify-content:center}.send-actions>.text-link{align-self:flex-start;min-height:44px}.product-detail-copy{padding:30px}.product-detail-copy h2{font-size:35px}.product-detail-copy p{font-size:16px}.product-detail-layout>img{height:300px}.photo-dialog>img{max-height:72vh;max-height:72dvh}.dialog-close{right:10px;top:10px}}
@media(max-width:480px){.product-grid{grid-template-columns:minmax(0,1fr);gap:32px}.product-image{aspect-ratio:1.18}.product-image img{object-position:50% 55%}.product-tag{font-size:11px;left:14px;top:14px}.product-card h3{font-size:24px}.product-open{right:14px;bottom:14px;width:44px;height:44px;line-height:44px}.form-row{grid-template-columns:1fr;gap:0}.hero-image{min-height:385px}.enquiry-form{padding:27px 20px}.contact-lines>a{font-size:15px}.footer-wordmark>span{font-size:10px}.footer-wordmark small{font-size:7px}.footer-wordmark img{width:52px;height:52px}.footer-bottom{flex-direction:column;align-items:flex-start}.product-detail-copy{padding:27px 22px}.product-detail-copy h2{font-size:32px}.product-detail-layout>img{height:245px}}
@media(max-width:350px){.brand>span{font-size:10px}.brand small{font-size:7px}.brand img{width:50px;height:50px}.brand{gap:8px}.hero h1{font-size:38px}.hero .eyebrow{font-size:9px;gap:10px}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.hero-actions .button{font-size:14px;padding:15px 20px}.hero-actions .text-link{font-size:14px}.intro-strip{font-size:12px;gap:17px}.intro-strip>span{font-size:13px}.contact-lines>a{font-size:13px}.footer-wordmark>span{max-width:155px}.enquiry-dialog{padding:38px 20px 25px}.enquiry-dialog h2{font-size:31px}}
@media(hover:none),(pointer:coarse){.button:hover{transform:none;box-shadow:none}.product-image:hover img{transform:none}.button:hover span,.text-link:hover span{transform:none}.product-image:active img{transform:scale(1.015)}a.text-link{min-height:44px}.back-top,.hero-bottom a{min-width:44px;min-height:44px}}
@media(prefers-reduced-motion:reduce){.process-photo.changing img{opacity:1;transform:none}}
@media print{.header,.hero-actions,.hero-bottom,.filters,.product-open,.image-expand,.enquiry-form,.back-top,dialog{display:none!important}body{background:#fff;color:#000;font-size:12pt}.hero,.about,.enquiry{display:block}.hero-copy,.section{padding:20px 0}.hero-image{min-height:350px}.enquiry{background:white;color:black}.contact-copy,.contact-copy p,.contact-copy h2 em{color:black!important}.contact-copy h2 br{display:none}.contact-lines small{color:#333}.product-card{break-inside:avoid}.product-grid{grid-template-columns:1fr 1fr}.process{background:#fff}.footer-top p{display:none}}
body.dialog-open{overflow:hidden}
dialog.dialog-fallback[open]{display:block;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);margin:0;z-index:100;box-shadow:0 0 0 100vmax #10251ddd;animation:none;overflow:auto}
@supports not (height:100dvh){dialog{max-height:90vh}.header nav{max-height:calc(100vh - 88px)}}

/* Lightweight motion: one reveal per group, no persistent compositing layers. */
html{scrollbar-gutter:stable}
#header-sentinel{position:absolute;top:0;left:0;width:1px;height:16px;pointer-events:none}
.reveal-pending{opacity:0}
.entering{animation:group-arrive 1.2s cubic-bezier(.22,.7,.25,1) both}
@keyframes group-arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes photo-arrive{from{opacity:.65}to{opacity:1}}
.process-photo.photo-arriving img{animation:photo-arrive .24s ease-out}
.process-photo>span.photo-status{position:absolute;top:15px;bottom:auto;left:15px;right:auto;max-width:calc(100% - 75px);padding:9px 12px;background:#143e2c;color:white;font-size:12px;letter-spacing:0;line-height:1.5;z-index:1}
.photo-status[hidden]{display:none}
.process-photo,.process-photo img{min-height:0}
.quality-feature{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;border-top:1px solid #bdc7b7;margin-top:65px;padding-top:65px}
.quality-figure{margin:0;min-width:0}.quality-photo{position:relative;display:block;width:100%;padding:0;border:0;background:#dac8a7;overflow:hidden;cursor:zoom-in;aspect-ratio:3/4}
.quality-photo img{width:100%;height:100%;object-fit:contain}
.quality-photo-zoom{position:absolute;right:18px;bottom:18px;width:44px;height:44px;line-height:44px;font-size:23px;background:white;color:var(--green);border-radius:50%}
.quality-figure figcaption{font-size:11px;letter-spacing:.11em;color:var(--muted);padding-top:14px}
.quality-copy{min-width:0}.quality-copy h2{margin-bottom:27px}.quality-copy .lead{font-size:22px;line-height:1.5;letter-spacing:-.02em;color:var(--ink)}.quality-copy>p:not(.lead):not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.75}
.quality-specs{margin:28px 0}.quality-specs>div{border-top:1px solid #c4cdbc;padding:12px 0;font-size:14px}.quality-specs>div:last-child{border-bottom:1px solid #c4cdbc}.quality-specs span{display:inline-block;width:35px;color:var(--brown);font-size:12px}
.quality-copy .text-link{gap:20px;font-size:14px}
@media(min-width:961px){.process-photo{align-self:stretch;aspect-ratio:auto;min-height:470px}.process-photo img{position:absolute;inset:0}}
@media(min-width:761px) and (max-width:960px){.quality-feature{gap:7%}.quality-copy h2{font-size:39px}.quality-copy .lead{font-size:20px}.quality-copy>p:not(.lead):not(.eyebrow){font-size:15px}.quality-specs{margin:20px 0}.quality-specs>div{font-size:13px}.quality-copy .text-link{font-size:13px;gap:12px}}
@media(max-width:760px){.quality-feature{grid-template-columns:1fr;gap:32px;margin-top:43px;padding-top:43px}.quality-copy h2{font-size:43px;margin-bottom:22px}.quality-copy .lead{font-size:21px}.quality-photo{max-width:520px;margin:auto}.quality-figure figcaption{max-width:520px;margin:auto;font-size:10px}.quality-specs>div{font-size:15px}.quality-specs{margin:24px 0}.quality-copy .text-link{font-size:15px}.process-photo>span.photo-status{font-size:12px;left:12px;top:12px}.process-photo{aspect-ratio:1.1}}
@media(max-width:350px){.quality-copy h2{font-size:38px}}
@media(hover:none),(pointer:coarse){html{scroll-behavior:auto}.product-card{animation:none}.button:hover{box-shadow:none}.entering{animation-duration:1.2s}}
@media(prefers-reduced-motion:reduce){.reveal-pending{opacity:1}.entering{opacity:1;transform:none;animation:none}.process-photo.photo-arriving img{animation:none}}
@media print{.reveal-pending{opacity:1}.quality-feature{break-inside:avoid}.quality-photo-zoom{display:none}.quality-feature{gap:30px;margin-top:25px;padding-top:25px}}
.recipient-field input{background:#e9ede4;border-color:transparent;font-size:14px;font-weight:500;color:var(--green);overflow:hidden;text-overflow:ellipsis}
.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form-status{font-size:14px;line-height:1.6;margin:13px 0 0;color:var(--green)}.form-status:empty{display:none}.form-status.error{color:#8b352e}.button:disabled{opacity:.7;cursor:wait;transform:none;box-shadow:none}#preview-enquiry{font-size:12px;text-align:left;gap:8px;margin-top:10px}#submit-enquiry{min-height:55px}
@media(max-width:480px){.recipient-field input{font-size:12px}}

/* Structured enquiry brief: clear groups, units and accessible error messages. */
.brief-section{padding:25px 0 8px;border:0;border-top:1px solid var(--line);margin:24px 0 0;min-width:0}.brief-section legend{padding:0 12px 0 0;font-size:18px;font-weight:500;letter-spacing:-.025em}.brief-section legend span{font-size:11px;color:var(--brown);letter-spacing:.1em;margin-right:10px}.enquiry-form label small,.brief-extras summary small{display:block;font-size:12px;font-weight:400;line-height:1.5;color:var(--muted);margin-top:7px}.enquiry-form .form-heading .eyebrow{font-size:10px;letter-spacing:.11em;color:var(--brown);margin-bottom:12px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{font-size:16px;min-height:48px}.enquiry-form select{padding-right:28px}.enquiry-form [hidden]{display:none!important}.brief-extras{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.brief-extras summary{font-size:16px}.brief-extras summary small{margin-top:3px}.before-send{margin:0 0 20px}.form-errors{padding:15px 17px;border:1px solid #a14632;background:#fff2ed;color:#793825;font-size:14px;scroll-margin-top:120px}.form-errors a{text-decoration:underline;display:block;padding:5px 0}.field-error{color:#963a28!important;font-weight:500!important}.enquiry-form [aria-invalid=true]{border-color:#a14632;background:#fff8f4}.enquiry-form :disabled{cursor:not-allowed}.form-heading h3{font-family:var(--serif);font-size:34px}.brief-section .form-row{grid-template-columns:repeat(2,minmax(0,1fr))}.enquiry-form{align-self:start}.recipient-field input{font-size:13px;background:#eef2e9;min-width:0}.form-status{overflow-wrap:anywhere}.brief-section input,.brief-extras input{font-variant-numeric:tabular-nums}@media(min-width:761px) and (max-width:1100px){.brief-section .form-row{grid-template-columns:1fr;gap:0}}@media(max-width:520px){.brief-section .form-row,.brief-extras .form-row{grid-template-columns:1fr;gap:0}.brief-section legend{font-size:17px}.recipient-field input{font-size:12px}.form-heading h3{font-size:31px}}

/* Botanical identification remains readable without overpowering product names. */
.botanical{font-size:.9em;font-weight:400;letter-spacing:normal;text-transform:none}.botanical i{font-family:inherit;font-style:italic}.product-card h3 .botanical,.product-detail-copy h2 .botanical{display:block;font-size:1rem;line-height:1.5;margin-top:.35rem;color:var(--muted)}.image-caption strong .botanical{display:block;font-size:1.15rem;line-height:1.5}.footer-top p .botanical{font-size:.65em}.eyebrow .botanical{font-size:1em}.image-caption{right:30px}.intro-strip .botanical{font-size:1em}

/* Factory photography: a calm editorial gallery, with native scrolling on mobile. */
.factory-journal{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.gallery-filters{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 32px;padding:0 0 22px;border-bottom:1px solid var(--line)}
.gallery-filter{display:inline-flex;align-items:center;gap:12px;min-height:46px;padding:10px 17px;border:1px solid #d5ddd2;background:transparent;font-size:14px;line-height:1.4;transition:background .25s,color .25s,border-color .25s}
.gallery-filter span{font-size:12px;font-variant-numeric:tabular-nums;opacity:.7}
.gallery-filter:hover{border-color:var(--green);background:#f1f4ed}
.gallery-filter[aria-pressed=true]{color:#fff;background:var(--green);border-color:var(--green)}
.factory-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 24px}
.factory-scene{margin:0;min-width:0;animation:gallery-arrive .7s var(--ease-out) both;animation-delay:calc(var(--card-index,0)*55ms)}
.factory-scene[hidden],.gallery-bottom [hidden],.photo-navigation[hidden]{display:none}
.factory-image,.about-photo{display:block;position:relative;width:100%;padding:0;border:0;background:#d7d7c9;overflow:hidden;cursor:zoom-in;isolation:isolate}
.factory-image{aspect-ratio:4/3}
.factory-image img{width:100%;height:100%;transition:transform 1s var(--ease-out)}
.scene-zoom{position:absolute;bottom:16px;right:16px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fffffff2;color:var(--green);font-size:24px;transition:transform .35s,background .35s}
.factory-image:hover img,.about-photo:hover img{transform:scale(1.035)}
.factory-image:hover .scene-zoom,.about-photo:hover .scene-zoom{background:#fff;transform:translateY(-3px)}
.factory-scene figcaption{padding-top:17px}
.factory-scene figcaption>span{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.factory-scene figcaption strong{display:block;font-size:21px;line-height:1.4;font-weight:500;letter-spacing:-.025em}
.gallery-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:36px;padding-top:23px;border-top:1px solid var(--line)}
.gallery-bottom p{font-size:14px;color:var(--muted);margin:0;font-variant-numeric:tabular-nums}
.gallery-bottom .text-link{font-size:15px;min-height:44px;text-align:left}
.photo-credit a{display:inline-block;text-decoration:underline;text-underline-offset:4px;margin-left:8px;padding:8px 0}
.about-photo{aspect-ratio:4/4.5}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:45% 50%;transition:transform 1s var(--ease-out)}
.about-photo .scene-zoom{bottom:auto;top:18px;right:18px}
.about-picture .since-tag{pointer-events:none}
.footer-documents{display:flex;gap:24px;flex-wrap:wrap}
.footer-documents a:hover{text-decoration:underline;text-underline-offset:4px}
.profile-download{max-width:none;transition:background .25s,border-color .25s}
.profile-download:hover{background:#254737;border-color:#8ca086}
.profile-download small{font-size:12px;margin-top:5px}
.documentation{border-left:3px solid var(--brown);gap:28px}
.documentation .text-link{white-space:normal;flex-shrink:0;max-width:240px;font-size:15px}
/* Slower, once-only heading entrances. No blur filters or permanent GPU layers. */
.motion-word{display:inline-block}
.entering .motion-word{animation:word-arrive 1.35s cubic-bezier(.2,.65,.25,1) both;animation-delay:var(--word-delay,0ms)}
@keyframes word-arrive{from{opacity:0;transform:translateY(.22em)}to{opacity:1;transform:translateY(0)}}
@keyframes gallery-arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.process-photo.photo-arriving img{animation-duration:.55s}
.process-tab{transition:background .35s,padding .35s}
.process-tab[aria-selected=true] p{animation:soft-arrive .65s var(--ease-out)}
.product-image img{transition-duration:.9s}
.text-link{text-underline-offset:6px;transition:color .25s,border-color .25s}
.dialog-close:hover{background:#e9ede5;border-color:#869d84}
.photo-dialog{width:min(1100px,94vw);background:#112d22}
.photo-dialog>img{width:100%;max-width:100%;height:70vh;height:70dvh;min-width:0;object-fit:contain;background:#0b2118}
.photo-dialog>p{font-size:14px;line-height:1.6;padding:15px 24px}
.photo-navigation{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #496151;padding:12px 20px}
.photo-navigation button{background:transparent;color:#fff;border:1px solid #6b8172;min-height:44px;padding:9px 16px;font-size:14px;transition:background .25s}
.photo-navigation button:hover:not(:disabled){background:#2c4c3c}
.photo-navigation button:disabled{opacity:.35;cursor:default}
.photo-navigation span{font-size:14px;font-variant-numeric:tabular-nums}
.contact-copy .eyebrow{margin-bottom:25px}
.brief-section legend{line-height:1.5}
#preview-enquiry{font-size:14px;min-height:44px}
input::placeholder,textarea::placeholder{font-size:14px}
.form-note,.spec-note{line-height:1.7}
@media(min-width:1281px){.header nav{gap:22px}.header{gap:20px}}
@media(max-width:1000px){.factory-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 22px}.gallery-filters{gap:10px}.gallery-filter{padding:10px 14px}.about-photo{aspect-ratio:4/5}}
@media(max-width:760px){.factory-journal .section-top{margin-bottom:30px}.gallery-filters{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;padding-bottom:15px;margin-bottom:26px;gap:9px}.gallery-filter{flex:0 0 auto;font-size:14px}.factory-gallery{gap:28px 18px}.factory-scene figcaption strong{font-size:19px}.factory-scene figcaption>span{font-size:12px}.about-photo{aspect-ratio:4/3}.about-picture{margin-right:20px}.photo-credit a{margin-left:0;display:block}.gallery-bottom{margin-top:26px}.photo-dialog>img{height:60vh;height:60dvh}.photo-dialog>p{padding:12px 17px}.photo-navigation{padding:12px;gap:12px}.documentation .text-link{max-width:none}.footer-documents{gap:16px}}
@media(max-width:600px){.factory-gallery{grid-template-columns:minmax(0,1fr);gap:30px}.factory-image{aspect-ratio:4/3}.factory-scene figcaption{display:flex;flex-direction:column;gap:2px}.factory-scene figcaption strong{font-size:21px}.gallery-bottom{align-items:flex-start;flex-direction:column;gap:10px}.about-photo{aspect-ratio:1}.scene-zoom{right:14px;bottom:14px}.photo-navigation button{font-size:13px;padding:8px 11px}.photo-navigation span{font-size:13px}}
@media(hover:none),(pointer:coarse){.factory-image:hover img,.about-photo:hover img{transform:none}.factory-image:hover .scene-zoom,.about-photo:hover .scene-zoom{transform:none}.factory-scene{animation:none}}
@media(prefers-reduced-motion:reduce){.motion-word,.entering .motion-word{animation:none;opacity:1;transform:none}.factory-scene{animation:none}}
.limited-motion *,.limited-motion *:before,.limited-motion *:after{animation:none!important;transition:none!important}
@media print{.gallery-filters,.gallery-bottom,.scene-zoom,.photo-navigation{display:none!important}.factory-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-scene{break-inside:avoid;animation:none}.motion-word{animation:none!important;opacity:1!important;transform:none!important}.factory-journal{padding:25px 0}.about-photo{aspect-ratio:4/3}}
