:root{--bg:#faf8f2;--panel:#f5f2e9;--gold:#987323;--bright:#89651d;--text:#896a28;--line:#ad873947}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,select,a{touch-action:manipulation}a,select,summary{outline-offset:6px}a:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--bright)}header{min-height:100px;display:flex;align-items:center;gap:38px;padding:18px 6%;border-bottom:1px solid var(--line);background:#faf8f2f5;position:sticky;top:0;z-index:20}.brand{margin-inline-end:auto;display:flex}.brand img{width:153px;height:64px;object-fit:contain}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.text-link:hover{color:var(--bright)}select{background:transparent;color:var(--gold);border:1px solid var(--line);border-radius:0;padding:9px;font:inherit;font-size:14px}option{background:var(--bg)}.hero{position:relative;min-height:600px;padding:75px 6%;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;overflow:hidden;background:radial-gradient(ellipse at 80% 45%,#d7bd7e22,transparent 55%)}.eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:0 0 24px;display:flex;align-items:center;gap:15px}.eyebrow:before{content:'';width:27px;height:1px;background:var(--gold)}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--bright);line-height:1.12;margin:0}h1{font-size:clamp(48px,5.8vw,88px);letter-spacing:-.045em;max-width:760px}h1 em{display:block;color:var(--gold);font-weight:400}h2{font-size:clamp(34px,3.6vw,54px);letter-spacing:-.025em}p{max-width:650px}.intro{font-size:17px;max-width:460px;margin:30px 0 35px;color:#896a28}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{background:var(--gold);color:#89651d;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;font-size:14px;font-weight:600;border:1px solid var(--gold);transition:.2s}.button:hover{background:var(--bright);transform:translateY(-2px)}.text-link{font-size:14px;border-bottom:1px solid var(--gold);padding-bottom:5px}.hero-art{position:relative;min-height:390px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-art img{width:100%;max-width:620px;position:relative;filter:drop-shadow(0 24px 30px #a9842522)}.orbit{position:absolute;border:1px solid var(--line);border-radius:50%;width:90%;aspect-ratio:1;opacity:.65}.art-caption{position:relative;display:flex;justify-content:space-between;width:90%;gap:10px;font-size:10px;letter-spacing:.18em;margin-top:50px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;font-size:12px;letter-spacing:.13em;margin-top:60px}.section{padding:95px 6%;scroll-margin-top:15px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}.section-heading>p{max-width:360px;margin-bottom:0;color:#896a28}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-inline-start:1px solid var(--line)}.service{border-bottom:1px solid var(--line);border-inline-end:1px solid var(--line);padding:30px;min-height:210px;transition:background .2s}.service:hover{background:#f0ebdd}.service .num{font-size:12px;letter-spacing:.1em;color:#896a28}.service h3{font-size:23px;font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--bright);margin:28px 0 10px}.service p{font-size:14px;margin:0;color:#896a28}.service:last-child{grid-column:1/-1;min-height:150px;display:grid;grid-template-columns:70px 1fr 1fr;align-items:center;background:var(--panel)}.service:last-child h3{margin:0}.story{background:var(--panel);display:grid;grid-template-columns:1fr 1fr;gap:8%;border-block:1px solid var(--line)}.story-year{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.story-year span{font-size:12px;letter-spacing:.2em}.story-year strong{font:normal clamp(100px,13vw,185px)/1.2 Georgia,serif;color:var(--gold);letter-spacing:-.06em}.gold-line{height:1px;width:75%;background:var(--line);margin:20px 0}.story p:not(.eyebrow){color:#896a28;line-height:1.9}.story .text-link{display:inline-block;margin-top:16px}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:9%}.faq>div>p:not(.eyebrow){color:#896a28;max-width:330px}details{border-bottom:1px solid var(--line)}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;padding:24px 36px 24px 0;position:relative;list-style:none;font-size:17px;color:var(--bright)}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;inset-inline-end:4px;font-size:24px;top:19px}details[open] summary:after{content:'−'}details p{margin:0 0 25px;color:#896a28;font-size:15px}.contact{background:#f5f2e9;border-top:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:7%;border-top:1px solid var(--line);padding-top:30px}.contact h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:400;color:var(--gold);margin-bottom:20px}.contact-grid p,.contact-grid a{font-size:15px}.contact-grid>div:nth-child(2)>a{display:block;margin-bottom:8px;overflow-wrap:anywhere}.muted{color:#896a28}footer{padding:26px 6%;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#896a28}html[dir=rtl] h1,html[dir=rtl] h2{letter-spacing:0;line-height:1.45}html[dir=rtl] .eyebrow{letter-spacing:0}html[dir=rtl] summary{padding:24px 0 24px 36px}@media(min-width:1600px){header,.hero,.section,footer{padding-inline:max(6%,calc((100vw - 1480px)/2))}}@media(max-width:850px){header{gap:18px;padding:14px 5%;flex-wrap:wrap}.brand img{width:125px;height:52px}nav{order:3;width:100%;justify-content:space-between;gap:10px;font-size:13px}.hero{padding:65px 6% 28px;grid-template-columns:1fr;gap:25px;min-height:0}.hero-art{min-height:250px;max-width:470px;width:100%;justify-self:center}.hero-art img{max-width:390px}.orbit{width:65%}.art-caption{margin-top:25px}.hero-bottom{margin-top:20px;font-size:10px;letter-spacing:.04em;gap:20px}.section{padding:65px 6%}.section-heading{display:block}.section-heading>p{margin-top:25px}.section-heading>.button{margin-top:25px}.services{grid-template-columns:1fr 1fr}.service{padding:22px}.service:last-child{display:block}.service:last-child h3{margin:20px 0 10px}.story{grid-template-columns:1fr;gap:45px}.story-year strong{font-size:110px}.gold-line{width:100%}.faq{grid-template-columns:1fr;gap:25px}.contact-grid{grid-template-columns:1fr 1fr;gap:25px}footer{flex-wrap:wrap}footer>span:nth-child(2){display:none}}@media(max-width:440px){h1{font-size:49px}.hero-art{min-height:210px}.services,.contact-grid{grid-template-columns:1fr}.service{min-height:160px}.hero-bottom span{max-width:190px}.intro{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Centered service cards */
.service,.service:last-child{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:32px 26px;min-height:230px}.service h3,.service:last-child h3{font-size:28px;line-height:1.3;margin:0}.service p{font-size:17px;line-height:1.7;margin:0;max-width:440px}.service:last-child{min-height:180px}@media(max-width:440px){.service,.service:last-child{min-height:200px;padding:28px 22px}.service h3,.service:last-child h3{font-size:26px}}

.instagram-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border:1px solid var(--line);color:var(--gold);margin-inline-start:-22px;transition:background .2s,color .2s}.instagram-button:hover{background:var(--gold);color:var(--bg)}@media(max-width:850px){.instagram-button{margin-inline-start:-8px}}

/* Saku Gold identity */
.wordmark{display:flex;flex-direction:column;align-items:center;font-family:Georgia,serif;font-size:32px;line-height:1.05;letter-spacing:.13em;color:var(--gold);width:153px}.wordmark>span{font-family:Arial,sans-serif;font-size:13px;letter-spacing:.45em;padding-left:.4em;margin-top:7px}.hero-wordmark{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gold);font-family:Georgia,serif;line-height:1.05;letter-spacing:.1em;font-size:clamp(68px,8.5vw,130px);padding-left:.1em}.hero-wordmark>span+span{font-family:Arial,sans-serif;font-size:.23em;letter-spacing:.57em;padding-left:.47em;margin-top:24px}.button{background:var(--bg);color:var(--gold)}.button:hover{background:#eee6d3;color:var(--bright)}.story-year strong.story-brand{font-size:clamp(70px,8vw,120px);line-height:1.05;letter-spacing:.02em}.hero-art{min-height:390px}nav{font-size:14px}footer{font-size:14px}.contact h3{font-size:14px}.story-year span{font-size:14px}@media(max-width:850px){.wordmark{width:125px;font-size:28px}.hero-art{min-height:280px}.hero-wordmark{font-size:90px}nav{font-size:14px}}@media(max-width:440px){nav{flex-wrap:wrap;justify-content:flex-start;gap:12px 20px}.hero-wordmark{font-size:76px}.hero-art{min-height:260px}.story-year strong.story-brand{font-size:80px}}

/* Original supplied Saku logo */
.brand img.saku-logo{width:170px;height:70px;object-fit:cover;object-position:center 53%}.hero-art img.saku-logo{width:100%;max-width:620px;filter:none;object-fit:contain}@media(max-width:850px){.brand img.saku-logo{width:140px;height:58px}.hero-art img.saku-logo{max-width:440px}}

/* Photographic service backgrounds, ivory surfaces and gold typography. */
.service.service-photo{position:relative;isolation:isolate;overflow:hidden;min-height:280px;background:var(--bg)}.service-photo .service-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.service-photo:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(250,248,242,.48),rgba(250,248,242,.92) 35%,rgba(250,248,242,.92) 70%,rgba(250,248,242,.5));z-index:-1}.service-photo h3,.service-photo p{color:#765310}.service.service-photo:last-child{min-height:250px}.service-photo:last-child .service-image{object-position:center 55%}@media(max-width:440px){.service.service-photo{min-height:260px}}

/* Kalze product collection */
.products-section{border-top:1px solid var(--line);background:var(--bg)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-frame{margin:0;padding:9px;border:2px solid #b18a35;background:var(--bg);min-width:0}.product-frame img{display:block;width:100%;height:auto;object-fit:contain}header nav{gap:24px}@media(max-width:1100px){header{gap:22px}header nav{gap:16px}}@media(max-width:850px){header nav{flex-wrap:wrap;gap:12px 20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:520px){.product-grid{grid-template-columns:1fr;gap:24px}.product-frame{padding:7px}}

/* Gentle motion and accessible full-size product viewing. */
@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes logo-light{0%,15%{filter:brightness(1)}45%{filter:brightness(1.5) drop-shadow(0 0 8px #d9b85c55)}100%{filter:brightness(1)}}
.hero-copy>*,.hero-art,header .brand{animation:arrive .85s ease-out both}.hero-copy .intro{animation-delay:.12s}.hero-copy .actions{animation-delay:.24s}.hero-art{animation-delay:.15s}.hero-art .saku-logo{animation:logo-light 1.8s ease-in-out .7s 1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease var(--delay,0ms),transform .7s ease var(--delay,0ms)}.reveal.revealed{opacity:1;transform:none}.product-frame{transition:border-color .35s,box-shadow .35s,opacity .7s,transform .7s;overflow:hidden}.product-open{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.product-open img{transition:transform .65s ease}.product-open:focus-visible{outline:2px solid var(--gold);outline-offset:-3px}@media(hover:hover){.product-frame:hover{border-color:#d1a844;box-shadow:0 8px 25px #98732318}.product-open:hover img{transform:scale(1.025)}}
nav a,.text-link,.button{position:relative}nav a:after,.text-link:after,.button:after{content:'';position:absolute;bottom:0;inset-inline-start:0;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}nav a:hover:after,nav a:focus-visible:after,.text-link:hover:after,.button:hover:after{transform:scaleX(1)}
.gallery-open{overflow:hidden}.photo-dialog{width:min(1100px,96vw);max-width:96vw;max-height:95dvh;padding:14px;border:1px solid var(--gold);background:var(--bg);color:var(--gold)}.photo-dialog[open]{animation:arrive .25s ease-out}.photo-dialog::backdrop{background:#17120cdc;backdrop-filter:blur(5px)}.photo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 4px 10px}.photo-dialog button{width:48px;height:48px;flex-shrink:0;border:1px solid var(--line);background:var(--bg);color:var(--gold);font-size:30px;cursor:pointer}.photo-dialog button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.photo-stage{display:flex;align-items:center;justify-content:center;gap:12px;direction:ltr}.photo-large{display:block;width:calc(100% - 120px);height:min(77dvh,900px);object-fit:contain;min-width:0}.photo-count{font-size:16px;direction:ltr}@media(max-width:520px){.photo-dialog{padding:8px}.photo-stage{gap:4px}.photo-dialog button{width:44px;height:44px}.photo-large{width:calc(100% - 96px);height:72dvh}}
@media(prefers-reduced-motion:reduce){.hero-copy>*,.hero-art,header .brand,.hero-art .saku-logo,.photo-dialog[open]{animation:none!important}.reveal{opacity:1;transform:none;transition:none}.product-open img{transition:none}.product-open:hover img{transform:none}html{scroll-behavior:auto}}
@keyframes gold-sweep{from{background-position:150% 0}to{background-position:-50% 0}}.hero-art:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 43%,#fff9d8cc 49%,transparent 55%);background-size:300% 100%;mask:url('saku-logo.png') center/contain no-repeat;-webkit-mask:url('saku-logo.png') center/contain no-repeat;opacity:1;background-position:150% 0;animation:gold-sweep 1.8s ease-in-out .7s 1 forwards}@media(prefers-reduced-motion:reduce){.hero-art:after{display:none}}

/* Edge-to-edge product viewer with bottom-centered product counter. */
.photo-dialog{position:fixed;inset:0;margin:0;width:100vw;max-width:none;height:100vh;height:100dvh;max-height:none;box-sizing:border-box;border:0;padding:0;background:var(--bg)}.photo-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.photo-toolbar{justify-content:flex-end;padding:calc(10px + env(safe-area-inset-top)) 16px 6px;margin:0}.photo-stage{position:relative;width:100%;height:100%;min-height:0;padding:0 72px;gap:0}.photo-large{width:100%;height:100%;max-height:100%;object-fit:contain}.photo-prev,.photo-next{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.photo-prev{left:16px}.photo-next{right:16px}.photo-footer{display:flex;align-items:center;justify-content:center;padding:14px 16px calc(14px + env(safe-area-inset-bottom));text-align:center}.photo-count{display:block;font-size:16px;letter-spacing:.08em;color:var(--gold)}@media(max-width:520px){.photo-dialog{padding:0}.photo-toolbar{padding-inline:10px}.photo-stage{padding:0 8px}.photo-prev{left:8px}.photo-next{right:8px}.photo-dialog .photo-prev,.photo-dialog .photo-next{background:#faf8f2e8}.photo-large{width:100%;height:100%}}
