*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--pr-paper);color:var(--pr-ink);font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased}body,button,input,textarea,select{font-size:16px}a{color:inherit;text-decoration:none}img,svg{max-width:100%}.skip-link{position:fixed;left:16px;top:16px;z-index:1000;transform:translateY(-150%);background:var(--pr-white);padding:12px 16px}.skip-link:focus{transform:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--pr-cyan);outline-offset:4px}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.eyebrow{color:var(--pr-wine);font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.section-kicker{display:flex;align-items:center;gap:12px;color:var(--pr-wine);font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.section-kicker:before{content:"";width:36px;height:3px;background:var(--pr-wine)}.section-title{margin:18px 0 0;font-family:Georgia,serif;font-size:clamp(2.3rem,4.8vw,4.9rem);font-weight:400;line-height:.99;letter-spacing:-.04em}.section-intro{color:var(--pr-muted);font-size:1.05rem;line-height:1.7;max-width:600px}.site-header{position:relative;z-index:20;border-bottom:1px solid var(--pr-line);background:color-mix(in srgb,var(--pr-paper) 88%,transparent);backdrop-filter:blur(16px)}.navbar{display:flex;height:90px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px}.brand-logo{display:block;width:auto;max-width:180px;max-height:54px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;background:var(--pr-ink);color:var(--pr-paper);font-family:Georgia,serif;font-size:.86rem;line-height:.8;text-align:center}.brand-name{font-size:.83rem;font-weight:700;letter-spacing:.14em;line-height:.95;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:clamp(18px,3vw,40px);color:var(--pr-muted);font-size:.88rem}.nav-links a:hover{color:var(--pr-wine)}.nav-cta{display:inline-flex;align-items:center;gap:8px;border-bottom:2px solid var(--pr-wine);color:var(--pr-wine);font-weight:700;padding:7px 0}.menu-toggle{display:none;border:0;background:none;color:var(--pr-ink);padding:10px}.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:currentColor}.hero{padding:76px 0 112px;position:relative}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(400px,.78fr);align-items:center;gap:clamp(56px,8vw,120px)}.hero-copy{max-width:660px}.hero-copy h1{margin:18px 0 26px;font-family:Georgia,serif;font-size:clamp(3.6rem,7.2vw,7.2rem);font-weight:400;letter-spacing:-.06em;line-height:.9}.hero-copy h1 em{color:var(--pr-wine)}.hero-description{max-width:570px;margin:0 0 34px;color:var(--pr-muted);font-size:1.13rem;line-height:1.7}.action-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border:1px solid transparent;padding:0 22px;font-weight:700;cursor:pointer;transition:transform .22s ease,background .22s,color .22s}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--pr-cyan);color:var(--pr-ink)}.button-primary:hover{background:var(--pr-ink);color:var(--pr-paper)}.button-secondary{border-color:var(--pr-ink)}.button-secondary:hover{background:var(--pr-ink);color:var(--pr-paper)}.button-light{background:var(--pr-paper);color:var(--pr-ink)}.button-light:hover{background:var(--pr-cyan)}.hero-proof{display:flex;flex-wrap:wrap;gap:30px;border-top:1px solid var(--pr-line);margin-top:52px;padding-top:20px}.proof-item{display:grid;gap:5px}.proof-number{font-family:Georgia,serif;color:var(--pr-wine);font-size:1.75rem;line-height:1}.proof-label{color:var(--pr-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hero-art{position:relative}.hero-art:before{content:"";position:absolute;top:-24px;right:-24px;width:42%;height:42%;border-top:2px solid var(--pr-wine);border-right:2px solid var(--pr-wine)}.hero-image-wrap{position:relative;z-index:1;aspect-ratio:4/5;overflow:hidden;background:var(--pr-line)}.hero-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s ease}.hero-art:hover .hero-image{transform:scale(1.025)}.hero-caption{position:absolute;right:16px;bottom:16px;z-index:2;padding:10px 12px;background:color-mix(in srgb,var(--pr-white) 92%,transparent);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.placeholder-svg{background:var(--pr-line);fill:var(--pr-muted)}.ribbon{border-block:1px solid var(--pr-ink);background:var(--pr-wine);color:var(--pr-paper)}.ribbon-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:22px 0}.ribbon span{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.work-section{padding:130px 0 120px}.work-heading{display:grid;grid-template-columns:.8fr 1.2fr;align-items:end;gap:80px;margin-bottom:58px}.case-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:28px}.case-card{position:relative;overflow:hidden;border:1px solid var(--pr-line);background:var(--pr-white)}.case-card.featured{grid-row:span 2}.case-image{display:block;width:100%;height:330px;object-fit:cover;background:var(--pr-line);transition:transform .5s ease}.featured .case-image{height:590px}.case-card:hover .case-image{transform:scale(1.035)}.case-info{display:grid;gap:13px;padding:24px 26px 28px}.case-meta{display:flex;align-items:center;justify-content:space-between;color:var(--pr-wine);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.case-title{margin:0;font-family:Georgia,serif;font-size:2rem;font-weight:400}.case-copy{margin:0;color:var(--pr-muted);line-height:1.6}.case-result{display:inline-flex;align-items:baseline;gap:10px;border-top:1px solid var(--pr-line);margin-top:6px;padding-top:14px}.case-result strong{font-family:Georgia,serif;color:var(--pr-wine);font-size:2rem;font-weight:400}.case-result span{color:var(--pr-muted);font-size:.77rem}.problem-section{padding:110px 0;background:var(--pr-ink);color:var(--pr-paper)}.problem-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.problem-section .section-kicker{color:var(--pr-cyan)}.problem-section .section-kicker:before{background:var(--pr-cyan)}.problem-section .section-title{max-width:500px}.problem-section .section-intro,.problem-item p{color:#c8c0ba}.problem-section .section-intro{margin-top:26px}.problem-list{display:grid;border-top:1px solid rgba(252,250,246,.25)}.problem-item{display:grid;grid-template-columns:48px 1fr;gap:20px;border-bottom:1px solid rgba(252,250,246,.25);padding:24px 0}.problem-number{color:var(--pr-cyan);font-family:Georgia,serif;font-size:1.4rem}.problem-item h3{margin:0 0 7px;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.problem-item p{margin:0;line-height:1.6}.services-section{padding:130px 0}.services-header{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:60px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--pr-ink)}.service{min-height:300px;border-right:1px solid var(--pr-line);padding:26px 22px 30px;transition:background .2s,color .2s}.service:first-child{border-left:1px solid var(--pr-line)}.service:hover{background:var(--pr-wine);color:var(--pr-paper)}.service-number{font-family:Georgia,serif;color:var(--pr-wine);font-size:1.4rem}.service:hover .service-number,.service:hover .service-copy{color:var(--pr-paper)}.service h3{margin:80px 0 12px;font-family:Georgia,serif;font-size:1.75rem;font-weight:400;line-height:1}.service-copy{color:var(--pr-muted);font-size:.92rem;line-height:1.55}.service-link{display:inline-flex;margin-top:24px;font-weight:700;font-size:.75rem}.about-section{padding:30px 0 130px}.about-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:90px;align-items:center}.about-image{min-height:520px;background:var(--pr-line);position:relative;overflow:hidden}.about-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.about-monogram{position:absolute;left:26px;top:26px;color:var(--pr-wine);font-family:Georgia,serif;font-size:8rem;line-height:.8}.about-studio{position:absolute;right:22px;bottom:22px;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.about-copy p{color:var(--pr-muted);font-size:1.02rem;line-height:1.75}.about-signature{display:flex;align-items:center;gap:14px;margin-top:28px;color:var(--pr-wine);font-family:Georgia,serif;font-size:1.6rem}.about-signature span{color:var(--pr-muted);font-family:Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cta-section{padding:0 0 120px}.cta-box{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end;background:var(--pr-wine);color:var(--pr-paper);padding:60px}.cta-box .section-kicker{color:var(--pr-cyan)}.cta-box .section-kicker:before{background:var(--pr-cyan)}.cta-box h2{max-width:600px;margin:22px 0;font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:.98;letter-spacing:-.04em}.cta-box p{max-width:520px;color:#eadde1;line-height:1.7}.cta-form{display:grid;gap:12px}.cta-form label{color:#eadde1;font-size:.75rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.cta-form input,.cta-form textarea{width:100%;border:1px solid rgba(252,250,246,.55);border-radius:0;background:transparent;color:var(--pr-paper);padding:14px 15px;font:inherit}.cta-form textarea{min-height:100px;resize:vertical}.cta-form button{justify-self:start;margin-top:8px}.form-message{padding:12px;background:var(--pr-paper);color:var(--pr-ink)}.site-footer{border-top:1px solid var(--pr-line);padding:30px 0 40px}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;color:var(--pr-muted);font-size:.78rem}.footer-links{display:flex;flex-wrap:wrap;gap:22px}.footer-links a:hover{color:var(--pr-wine)}.page-width{width:min(1100px,calc(100% - 48px));margin:0 auto;padding:80px 0}.page-title{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:400}.page-content{max-width:800px;line-height:1.75}.collection-grid,.search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{display:grid;gap:12px}.product-card img,.product-card .placeholder-svg{aspect-ratio:4/5;width:100%;object-fit:cover;background:var(--pr-line)}.product-card h2,.product-card h3{margin:0;font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.price{font-weight:700;color:var(--pr-wine)}.pagination{display:flex;justify-content:center;gap:16px;margin-top:50px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.product-gallery{display:grid;gap:16px}.product-gallery img{width:100%;display:block}.product-info{position:sticky;top:30px;align-self:start}.product-info h1{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400}.product-form{display:grid;gap:16px;margin-top:30px}.product-form label{font-weight:700}.product-form select,.product-form input,.contact-page-form input,.contact-page-form textarea{width:100%;min-height:50px;border:1px solid var(--pr-line);background:var(--pr-white);padding:12px;font:inherit}.product-form .button{background:var(--pr-wine);color:var(--pr-paper)}.contact-page-form{display:grid;gap:14px;max-width:700px}.contact-page-form textarea{min-height:180px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid var(--pr-line);text-align:left}.cart-actions{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-top:30px}.empty-state{text-align:center;padding:80px 20px}.reveal{animation:reveal .75s ease both}@keyframes reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:900px){.hero-grid,.problem-grid,.about-grid,.cta-box,.product-layout{grid-template-columns:1fr}.hero-grid{gap:64px}.hero-art{max-width:560px}.work-heading{grid-template-columns:1fr;gap:20px}.case-grid{grid-template-columns:1fr}.case-card.featured{grid-row:auto}.featured .case-image,.case-image{height:420px}.services-grid{grid-template-columns:1fr 1fr}.service:nth-child(2){border-right:0}.cta-box{gap:40px;padding:40px 30px}.collection-grid,.search-grid{grid-template-columns:repeat(2,1fr)}.product-info{position:static}}@media(max-width:680px){.container,.page-width{width:min(100% - 32px,1180px)}.navbar{height:76px}.menu-toggle{display:block}.nav-links{position:absolute;top:76px;left:16px;right:16px;display:grid;gap:0;border:1px solid var(--pr-line);background:var(--pr-white);padding:12px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.nav-links.is-open{transform:none;opacity:1;pointer-events:auto}.nav-links a,.nav-cta{padding:13px 10px}.hero{padding:58px 0 88px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(3.15rem,16vw,5rem)}.hero-proof{gap:18px;margin-top:36px}.work-section,.services-section,.problem-section{padding:84px 0}.section-title{font-size:clamp(2.5rem,13vw,4rem)}.services-header{display:block}.services-grid{grid-template-columns:1fr}.service{min-height:0;border:1px solid var(--pr-line);border-top:0}.service h3{margin-top:38px}.about-section{padding:10px 0 84px}.about-grid{gap:38px}.about-image{min-height:330px}.cta-section{padding-bottom:84px}.cta-box h2{font-size:3rem}.footer-inner{align-items:flex-start;flex-direction:column}.collection-grid,.search-grid{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block}.cart-actions{align-items:flex-end;flex-direction:column}}
