/* Sedona afterglow: cinematic light, copper, rose, and plum. */
:root{--paper:#f5eadf;--ink:#39262b;--wine:#7b343e;--muted:#7c6566;--line:#d5bcb0;--copper:#c97f57;--cream:#fff3e0}
body{background:var(--paper)}.announcement{background:#281822;color:#ead2be;font-size:12px}.nav{background:#f5e8dfeb;backdrop-filter:blur(24px);border-color:#ae7c7038;height:90px}.nav .wordmark{color:#68333b}.nav nav{font-size:14px}.nav-visit{border:1px solid #ad847480;border-radius:40px;padding:11px 21px}.button{background:linear-gradient(115deg,#733139,#a95146);border:1px solid #b16b56;border-radius:50px;box-shadow:0 8px 25px #833b3020;padding:16px 28px;transition:transform .4s,box-shadow .4s}.button:hover{background:linear-gradient(115deg,#88434a,#ba7555);box-shadow:0 12px 40px #833b3045;transform:translateY(-4px)}
.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1.05fr 1fr;gap:4%;height:calc(100svh - 126px);min-height:670px;max-height:920px;padding:40px 7% 40px 7%;overflow:hidden;background:radial-gradient(ellipse at 68% 115%,#df9a6b 0%,#ae5d5250 33%,transparent 62%),radial-gradient(ellipse at 100% 5%,#694865 0,transparent 52%),linear-gradient(125deg,#281b29 10%,#612c3e 56%,#a15951);color:var(--cream)}
.hero:before{content:'';position:absolute;inset:-35%;z-index:-1;background:conic-gradient(from 80deg at 65% 60%,transparent,#eaab7b35,transparent 35%,#a1719540,transparent 70%);filter:blur(70px);animation:afterglow 18s ease-in-out infinite alternate;pointer-events:none}.hero:after{content:'';position:absolute;width:70vw;height:70vw;left:38%;top:5%;border:1px solid #edbd8f25;border-radius:50%;z-index:-1;box-shadow:0 0 0 70px #edbd8f06,0 0 0 140px #edbd8f04;pointer-events:none}
.hero-copy{padding:25px 0 10px;justify-content:center;position:relative;z-index:2}.hero .eyebrow{color:#efc8a3;letter-spacing:.19em;font-size:12px;display:flex;align-items:center;gap:15px}.hero .eyebrow:before{content:'';width:32px;height:1px;background:#e6ba8c}.hero h1{font-size:clamp(70px,7.3vw,116px);line-height:.98;letter-spacing:-.045em;margin:26px -50px 26px 0;text-shadow:0 3px 45px #29172b30}.hero h1 em{background:linear-gradient(105deg,#ffe6bc,#e9a782 45%,#f6d4e6);color:transparent;background-clip:text;-webkit-background-clip:text}.hero-description{color:#e6d1c5;font-size:16px;max-width:350px;line-height:1.85;margin-bottom:30px}.hero .button{background:linear-gradient(110deg,#ffecd1,#e8b897);color:#4b2933;border-color:#f5d6b2;box-shadow:0 5px 40px #e4aa7e20}.hero-foot{color:#e1bfa8;margin-top:36px;padding:0;font-size:12px;max-width:380px}.hero-foot a{font-size:11px}.hero-image{position:relative;width:100%;height:100%;min-height:0;aspect-ratio:auto;align-self:center;min-width:0;border-radius:48% 48% 8px 8px;overflow:hidden;outline:1px solid #fbd3ad70;outline-offset:12px;box-shadow:0 25px 80px #1f102c50;animation:portal-reveal 1.5s cubic-bezier(.2,.8,.2,1) both}.hero-image>img,.hero-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;animation:none}.hero-image.video-loaded>img{visibility:hidden}.hero-image:after{inset:65% 0 0;background:linear-gradient(transparent,#281b28ae)}.hero-image .heritage-seal{display:none}.hero-image .image-caption{left:25px;right:25px;bottom:22px;font-size:10px;letter-spacing:.13em}.hero-image .image-caption span:last-child{display:none}.video-toggle:not([hidden]){display:grid;place-items:center;bottom:62px;right:23px;border-color:#eed8bb;background:#3a283870;backdrop-filter:blur(12px)}
.visit-ribbon{background:linear-gradient(100deg,#e9c3a2,#f1dfc7 40%,#dec1c8);border:0;padding:20px 6%;color:#603844}.visit-ribbon>span:first-child{font-size:24px}.intro{max-width:none;background:radial-gradient(ellipse at 18% 70%,#e5b4a474,transparent 55%),radial-gradient(ellipse at 88% 10%,#bfb1d25c,transparent 60%),#f5eadf;position:relative;padding-top:105px;padding-bottom:95px}.intro h2{font-size:clamp(48px,5.8vw,88px)}.intro h2 em{background:linear-gradient(90deg,#9d5343,#6b3750,#a76152);background-clip:text;-webkit-background-clip:text;color:transparent}.intro>p:last-child{font-size:16px}
@keyframes afterglow{from{transform:translate(-3%,-3%) rotate(-10deg)}to{transform:translate(4%,5%) rotate(28deg)}}@keyframes portal-reveal{from{opacity:0;transform:translateY(60px) scale(.94);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}
@media(min-width:1500px){.hero{padding-left:10%;padding-right:10%;gap:8%}.hero-image{max-width:560px;justify-self:end}}
@media(max-width:1000px) and (min-width:761px){.hero{height:auto;min-height:670px;padding:40px 6%;gap:5%;grid-template-columns:1fr 1fr}.hero h1{font-size:67px;margin-right:-20px}.hero-image{height:570px;aspect-ratio:auto;min-height:0}.hero-copy{padding:0}.hero-description{font-size:14px}.hero-foot{display:none}}
@media(max-width:760px){.nav{height:80px}.nav-visit{display:none}.announcement{font-size:10px}.hero{grid-template-columns:1fr;height:auto;min-height:0;max-height:none;padding:45px 7% 40px;gap:38px}.hero-copy{padding:0}.hero h1{font-size:clamp(60px,15.6vw,90px);margin:23px 0;line-height:1}.hero .eyebrow{font-size:10px;letter-spacing:.14em}.hero-description{font-size:15px;max-width:330px}.hero-description br{display:none}.hero-image{width:100%;height:auto;aspect-ratio:3/4;min-height:0;border-radius:47% 47% 8px 8px;outline-offset:8px}.hero-video{object-fit:cover}.hero-foot{display:none}.hero:after{width:180vw;height:180vw;left:0;top:18%}.hero .button{padding:15px 25px}.visit-ribbon{font-size:11px;padding:18px 6%}.intro{padding:75px 7%}.intro h2{font-size:46px}.intro>p:last-child{font-size:15px}}
@media(prefers-reduced-motion:reduce){.hero:before{animation:none}.hero-image{animation:none}}
/* A floating collection of complete photographs. */
.treasure-gallery{position:relative;height:400vh;background:radial-gradient(ellipse at 5% 20%,#e4b99b 0,transparent 48%),radial-gradient(ellipse at 95% 55%,#c8b8ce 0,transparent 50%),linear-gradient(135deg,#f6e6d2,#ebd1c0 45%,#e7d5d6)}.treasure-sticky{height:calc(100svh - 90px);min-height:560px;position:sticky;top:90px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:34px 0 24px}.treasure-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;padding:0 6%;position:relative;z-index:2}.treasure-heading h2{font-size:clamp(40px,4.2vw,65px);margin-top:10px}.gallery-invitation{font-size:10px;letter-spacing:.12em;max-width:180px;text-align:right;color:#795b5d}.treasure-window{flex:1;min-height:0;display:flex;align-items:center;position:relative;outline-offset:-7px}.treasure-track{display:flex;align-items:center;gap:85px;min-width:max-content;padding:35px 0 25px;will-change:transform}.treasure-card{width:clamp(220px,24vw,350px);flex:none;transform-origin:center;will-change:transform;transition:filter .3s}.treasure-photo{height:clamp(280px,46svh,470px);padding:9px;background:linear-gradient(145deg,#fff9eec9,#ffffff48);border:1px solid #fff7eeb8;box-shadow:0 22px 45px #663b3c28,0 2px 3px #ffffff70 inset;border-radius:5px}.treasure-photo img{object-fit:contain;width:100%;height:100%;border-radius:2px}.treasure-card figcaption{display:flex;gap:18px;align-items:center;padding:15px 8px;font:22px/1.3 var(--serif);color:#69434d;letter-spacing:0}.treasure-card figcaption>span:first-child{font:11px/1 var(--sans);color:#9c6e65}.treasure-controls{display:flex;gap:22px;align-items:center;justify-content:center;padding:15px 6% 0;position:relative;z-index:2}.treasure-controls button{border:1px solid #956c6750;border-radius:50%;width:42px;height:42px;background:#fff7ed75;color:#744751;transition:.3s}.treasure-controls button:hover{background:#72414e;color:#fff0df}.treasure-controls button:disabled{opacity:.35;cursor:default}.treasure-progress{height:1px;background:#93736b40;width:min(250px,25vw);position:relative}.treasure-progress span{display:block;height:2px;position:absolute;top:-.5px;width:100%;background:#754550;transform-origin:left;transform:scaleX(.11)}.treasure-count{font-size:12px;letter-spacing:.08em;min-width:55px}.treasure-count i{font-style:normal;color:#a88b82;margin:0 6px}
.signature{position:relative;isolation:isolate;background:radial-gradient(ellipse at 12% 100%,#e0a078 0,transparent 50%),radial-gradient(ellipse at 85% 5%,#a96b88 0,transparent 55%),linear-gradient(115deg,#472132,#79374a,#a6635e);padding:120px 4% 110px;overflow:hidden}.signature:before{content:'';position:absolute;width:110%;height:140%;left:-5%;top:-20%;border:1px solid #fbd8ab40;transform:rotate(-12deg);border-radius:50%;z-index:-1;box-shadow:0 0 0 40px #f5c28d08,0 0 0 85px #f5c28d05}.signature:after{content:'✧';font-size:130px;line-height:1;position:absolute;right:12%;bottom:35px;color:#f2c39865;animation:star-breath 6s ease-in-out infinite alternate;z-index:-1}.signature-name{background:linear-gradient(105deg,#ffe9c6 15%,#fffaf0 45%,#e5afad 70%,#ffdfb4);color:transparent;background-clip:text;-webkit-background-clip:text;transform:translateY(var(--signature-y,0px)) rotate(-4deg) scale(var(--signature-scale,1));font-size:clamp(70px,12.5vw,200px);will-change:transform;padding:20px 0 28px}.signature>p:last-child{font-size:16px;color:#ffe5d3}.signature .eyebrow{color:#f2d1b5}
.collections{background:radial-gradient(ellipse at 95% 40%,#d6b7c170,transparent 60%),linear-gradient(160deg,#f5e4d2,#f1dfd3)}.collection:nth-child(1) img{border-radius:46% 46% 6px 6px}.collection:nth-child(2) img{border-radius:6px 6px 44% 6px}.collection:nth-child(3) img{border-radius:45% 6px 6px 6px}.collection img{box-shadow:0 20px 45px #63394620;transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .7s}.collection:hover img{transform:translateY(-8px) rotate(-1deg);filter:saturate(1.08)}.collection span{font-size:12px}.history{background:radial-gradient(ellipse at 100% 0,#bd928772,transparent 60%),linear-gradient(130deg,#dcbba0,#ecdac6 65%);border-radius:70px 70px 0 0;position:relative}.history-photos figure>img{border-radius:8px;box-shadow:0 25px 60px #6f4a3530}.history-inset{transform:rotate(7deg)}.history-copy .eyebrow{color:#88513b}.history-copy>p:not(.eyebrow){color:#70534b}.reviews{background:radial-gradient(ellipse at 5% 80%,#a4aaa54d,transparent 65%),linear-gradient(135deg,#eee4d5,#e5d4c9)}.review-image img{border-radius:50% 50% 5px 5px;box-shadow:0 25px 60px #67455226}.review-copy blockquote{color:#64444d}.review-image .script-caption{font-size:43px}.journal-preview{background:radial-gradient(ellipse at 100% 0,#d1b5ce66,transparent 70%),#f6eade}.journal-card .card-image{border-radius:8px}.journal-card:hover .card-image{box-shadow:0 15px 45px #75464c24}.card-meta{font-size:12px}.read-story{font-size:13px}.journal-card>p{font-size:14px}.visit-section{background:radial-gradient(ellipse at 100% 10%,#b17571,transparent 65%),linear-gradient(145deg,#442a3e,#753945 70%,#ae7257)}.visit-copy{position:relative}.visit-copy:before{content:'';position:absolute;inset:25px;border:1px solid #ffd9b127;border-radius:150px 150px 8px 8px;pointer-events:none}.visit-copy .eyebrow{color:#f4cca7}.visit-photo>span{border-radius:40px;background:#f9e7d5e8;font-size:11px}.visit-phone{font-size:12px}.faq-section{background:linear-gradient(140deg,#eedaca,#f6eadc 70%,#e8d7de)}.faq-list summary{transition:color .3s}.faq-list summary:hover{color:#b06056}.contact{background:radial-gradient(ellipse at 20% 100%,#d4b1ba70,transparent 70%),#f3e3d7}.contact .form-note{font-size:12px}.footer{background:linear-gradient(120deg,#2b1e2c,#5d3544 60%,#81544e);color:#f7e4d1;border:0}.footer .wordmark,.footer .eyebrow{color:#f8d1aa}.footer-top>div>p:not(.eyebrow){color:#d8b7a9}.footer-top>div>a:not(.wordmark){font-size:14px}.footer-bottom{color:#c9a899;border-color:#ffffff26}.footer .eyebrow{font-size:12px}.back-top{background:#fbe8d8d9;backdrop-filter:blur(12px);border-color:#c09884}.shop-hero-copy{background:radial-gradient(ellipse at 100% 90%,#c98764,transparent 60%),linear-gradient(145deg,#352436,#824554)}.shop-tour{background:radial-gradient(ellipse at 20% 0,#d5b4bc80,transparent 55%),#f4e4d5}.tour-image{border-radius:120px 8px 8px 8px;box-shadow:0 20px 50px #6e414122}.shop-feature{background:linear-gradient(130deg,#f4e3cf,#f3e6de)}.shop-feature.reverse{background:radial-gradient(ellipse at 100% 20%,#d3adc78c,transparent 70%),#ead2c1}.feature-photo{border-radius:48% 48% 8px 8px;overflow:hidden;box-shadow:0 20px 50px #6e414122}.shop-feature.reverse .feature-photo{border-radius:6px 45% 6px 6px}.team{background:linear-gradient(140deg,#e8d5c5,#ddd0d1)}.team-photo{border-radius:10px;overflow:hidden}.journal-heading{max-width:none;background:radial-gradient(ellipse at 15% 50%,#e0b39990,transparent 60%),radial-gradient(ellipse at 80% 0,#bca4c17d,transparent 65%),#f4e6d9}.journal-heading h1 em{background:linear-gradient(90deg,#a15645,#79475a,#b67471);background-clip:text;-webkit-background-clip:text;color:transparent}.journal-feature{background:linear-gradient(135deg,#e6c3a5,#e8cdd1);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #714e4520}.journal-library{background:linear-gradient(180deg,#f5eadf,#ebd6cd)}.filters button{background:#fff8ef60}.journal-invitation{background:radial-gradient(ellipse at 90% 100%,#d89d75,transparent 60%),linear-gradient(120deg,#422737,#975966)}.article-heading{max-width:none;padding-left:max(6%,calc((100% - 1050px)/2));padding-right:max(6%,calc((100% - 1050px)/2));background:radial-gradient(ellipse at 90% 0,#d5b9cf66,transparent 75%),radial-gradient(ellipse at 0 100%,#e8c7a777,transparent 65%),#f5eadf}.article-cover{border-radius:12px;overflow:hidden}.article-body .faq-section{background:none}.article-body .faq-list summary{font-size:16px}.article-sidebar .eyebrow,.article-byline{font-size:12px}.article-sidebar nav a{font-size:13px}.article-body{color:#594741}.motion-ready .reveal:not(.in-view){opacity:0;transform:translateY(65px) scale(.965);filter:blur(5px)}.reveal{transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1),filter 1.2s}.collection:nth-child(2).reveal{transition-delay:.12s}.collection:nth-child(3).reveal{transition-delay:.24s}@keyframes star-breath{from{opacity:.35;transform:scale(.85) rotate(-5deg)}to{opacity:.8;transform:scale(1.05) rotate(15deg)}}
html.lenis{scroll-behavior:auto!important}.table-scroll,.article-sidebar{overscroll-behavior:auto}
@media(max-width:760px){.treasure-gallery{height:auto!important}.treasure-sticky{position:relative;top:0;height:auto;min-height:0;padding:40px 0}.treasure-heading{padding:0 7%;display:block}.treasure-heading h2{font-size:43px;margin-top:15px;max-width:330px}.gallery-invitation{display:none}.treasure-window{display:block;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-top:10px}.treasure-window::-webkit-scrollbar{display:none}.treasure-track{width:max-content;gap:24px;padding:35px 13vw 20px;transform:none!important}.treasure-card{width:74vw;max-width:400px;scroll-snap-align:center;transform:none!important}.treasure-photo{height:420px;max-height:58svh}.treasure-card figcaption{font-size:23px}.treasure-controls{padding-top:0;gap:17px}.treasure-progress{width:27vw}.signature{padding:90px 4% 75px}.signature-name{font-size:14vw;transform:rotate(-4deg);padding:25px 0}.signature:after{font-size:70px;right:10%;bottom:20px}.signature>p:last-child{font-size:14px}.collection img{border-radius:40% 40% 5px 5px!important}.history{border-radius:35px 35px 0 0}.review-image .script-caption{font-size:36px}.card-meta{font-size:11px}.visit-copy:before{inset:17px;border-radius:100px 100px 8px 8px}.footer-top>div>a:not(.wordmark){font-size:12px}.footer .eyebrow{font-size:11px}.article-heading{padding-left:7%;padding-right:7%}.article-byline{font-size:10px}.article-sidebar nav a{font-size:12px}.article-cover{border-radius:0}.tour-image{border-radius:70px 8px 8px 8px}}
@media(prefers-reduced-motion:reduce){.treasure-gallery{height:auto!important}.treasure-sticky{position:relative;top:0;height:auto;min-height:0;padding:50px 0}.treasure-window{overflow:auto;display:block}.treasure-track{padding:35px 6%;transform:none!important}.treasure-card{transform:none!important}.signature-name{transform:rotate(-4deg)}.signature:after{animation:none}.motion-ready .reveal:not(.in-view){opacity:1;transform:none;filter:none}}
@media(min-width:761px){.treasure-card{width:calc((clamp(280px,46svh,470px) - 20px) * var(--photo-ratio,.6667) + 20px)}}
@media(max-width:760px){.treasure-photo{height:auto;max-height:none;aspect-ratio:var(--photo-ratio,.6667)}.treasure-track{min-height:480px}.treasure-photo img{object-fit:contain}.treasure-card{width:74vw}}
.hero-line{display:block;overflow:hidden;padding-bottom:.09em;margin-bottom:-.09em}.hero-line>span{display:block;animation:headline-arrive 1.25s cubic-bezier(.16,1,.3,1) both}.hero-line:nth-child(2)>span{animation-delay:.13s}@keyframes headline-arrive{from{transform:translateY(110%) rotate(3deg);opacity:.1}to{transform:translateY(0) rotate(0);opacity:1}}
@media(prefers-reduced-motion:reduce){.hero-line>span{animation:none}}
/* Revision 3: video woven into the scene, no frame or portal. */
.hero{display:block;height:calc(100svh - 126px);min-height:690px;max-height:980px;padding:0 7%;background:radial-gradient(ellipse at 12% 105%,#b76f56 0,transparent 48%),linear-gradient(115deg,#251e2e,#66364d 60%,#a17060)}
.hero:before{z-index:1;opacity:.3;inset:-50%;background:radial-gradient(ellipse at 15% 80%,#f0ad7870,transparent 45%);filter:blur(60px);mix-blend-mode:screen}
.hero:after{inset:0;width:auto;height:auto;border:0;border-radius:0;box-shadow:none;z-index:1;background:linear-gradient(90deg,#2a202ff5 0%,#382336d9 26%,#51304470 48%,transparent 76%),linear-gradient(0deg,#b57b6575 0,transparent 35%)}
.hero-copy{height:100%;width:60%;padding:55px 0;justify-content:center;z-index:3}.hero h1{font-size:clamp(76px,8.2vw,128px);margin:25px -30px 27px 0;line-height:1.02}.hero-description{max-width:340px;color:#f0dfd4;text-shadow:0 2px 15px #251e2e50}.hero-foot{margin-top:42px}.hero-image{position:absolute;inset:0 0 0 auto;width:72%;height:100%;max-width:none;min-height:0;aspect-ratio:auto;border:0;border-radius:0;outline:0;box-shadow:none;animation:scene-arrive 1.8s ease both;z-index:0;overflow:hidden}
.hero-image>img,.hero-video{border-radius:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;mask-image:linear-gradient(90deg,transparent 0,#000 27%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 27%)}
.hero-image:after{display:none}.hero-image .image-caption{left:auto;right:90px;bottom:30px;z-index:4;color:#fff0dc;font-size:11px}.hero-image .video-toggle:not([hidden]){z-index:5;bottom:25px;right:30px;background:#36273aad;border-color:#f4d6be90}.hero-image{z-index:2}.hero:after{z-index:2;pointer-events:none}.hero-image .heritage-seal{display:none}
@keyframes scene-arrive{from{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}
/* Compact two-row collection: normal page flow, native horizontal scrolling. */
.treasure-gallery{height:auto!important;background:radial-gradient(ellipse at 0 25%,#dfa58185,transparent 52%),radial-gradient(ellipse at 100% 80%,#bc98b88c,transparent 50%),linear-gradient(130deg,#f0d5b8,#eedbd0 50%,#d8bfcc)}
.treasure-sticky{position:relative;top:auto;height:auto;min-height:0;display:block;padding:58px 0 38px;overflow:hidden}.treasure-heading{align-items:center}.treasure-heading h2{font-size:clamp(40px,4.4vw,65px)}.gallery-invitation{font-size:11px;line-height:1.7;max-width:170px}.treasure-window{display:block;flex:none;width:100%;overflow-x:auto;overflow-y:hidden;touch-action:pan-x pan-y pinch-zoom;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9d6b6970 transparent;cursor:grab;user-select:none;padding-bottom:8px;margin-top:22px;scroll-snap-type:none}.treasure-window.is-dragging{cursor:grabbing;scroll-behavior:auto!important}.treasure-track{display:flex;align-items:stretch;gap:30px;width:max-content;min-width:100%;min-height:0;transform:none!important;padding:18px 6vw 24px;will-change:auto;box-sizing:border-box}.treasure-column{display:grid;grid-template-rows:1fr 1fr;gap:20px;flex:none;width:240px}.treasure-column:last-child{width:300px}.treasure-column:last-child .treasure-card{grid-row:1 / 3;display:flex;flex-direction:column;justify-content:center}.treasure-column:last-child .treasure-photo{height:100%;max-height:520px}
.treasure-card{width:100%!important;max-width:none;transform:none!important;will-change:auto;transition:transform .5s}.treasure-photo{height:205px;max-height:none;aspect-ratio:auto;padding:7px;border-radius:4px;box-shadow:0 12px 26px #63394420}.treasure-photo img{object-fit:contain;width:100%;height:100%;pointer-events:none}.treasure-card figcaption{font-size:19px;line-height:1.2;padding:11px 4px 0;gap:12px;white-space:nowrap}.treasure-card figcaption>span:first-child{font-size:10px}.treasure-column:nth-child(odd) .treasure-card:first-child{transform:rotate(-1deg)!important}.treasure-column:nth-child(even) .treasure-card:last-child{transform:rotate(1deg)!important}.treasure-controls{padding-top:15px;gap:22px}.treasure-count{font:18px/1.3 var(--serif);letter-spacing:0;white-space:nowrap}.treasure-progress{width:180px}.treasure-controls button{width:44px;height:44px;flex:none}
@media(min-width:1500px){.hero{padding-left:9%;padding-right:9%}.hero-image{width:70%}.treasure-column{width:280px}.treasure-column:last-child{width:320px}.treasure-photo{height:230px}.treasure-column:last-child .treasure-photo{max-height:575px}}
@media(min-width:761px) and (max-width:1000px){.hero{min-height:700px;height:75svh;max-height:850px;padding:0 6%}.hero-copy{width:68%;padding:50px 0}.hero h1{font-size:75px;margin-right:0}.hero-image{width:80%;height:100%;min-height:0}.hero:after{background:linear-gradient(90deg,#2a202ff2,#382336c9 32%,#5130444f 70%,transparent)}.hero-foot{display:flex}.hero-description{font-size:15px}}
@media(max-width:760px){.hero{height:calc(100svh - 110px);min-height:730px;max-height:900px;padding:0 7%;display:flex;align-items:end}.hero-copy{height:auto;width:100%;padding:0 0 85px;justify-content:flex-end}.hero h1{font-size:clamp(57px,15.5vw,86px);margin:20px 0 20px}.hero .eyebrow{font-size:10px}.hero-description{font-size:14px;line-height:1.8;max-width:300px;margin-bottom:23px}.hero-foot{display:none}.hero-image{width:100%;height:100%;inset:0;aspect-ratio:auto;border-radius:0;outline:0}.hero-image>img,.hero-video{mask-image:none;-webkit-mask-image:none;object-position:center 35%}.hero:after{inset:0;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,#281d2e10 0%,#33203525 18%,#372035b8 43%,#372035f2 76%,#8c5654ed 100%)}.hero:before{display:none}.hero-image .video-toggle:not([hidden]){right:22px;bottom:24px}.hero-image .image-caption{left:7%;right:auto;bottom:32px;font-size:9px}.hero .button{padding:14px 24px}.treasure-sticky{padding:38px 0 25px}.treasure-heading h2{font-size:39px;max-width:340px}.gallery-invitation{display:block;text-align:left;max-width:none;font-size:10px;margin-top:17px;letter-spacing:.08em}.treasure-heading{display:block}.treasure-window{margin-top:12px;scrollbar-width:none}.treasure-track{gap:19px;padding:15px 6vw 20px;min-height:0}.treasure-column{width:165px;gap:17px}.treasure-column:last-child{width:230px}.treasure-photo{height:204px;padding:5px}.treasure-column:last-child .treasure-photo{max-height:465px}.treasure-card figcaption{font-size:15px;white-space:normal;min-height:40px;gap:7px;padding-top:9px}.treasure-card figcaption>span:first-child{font-size:9px}.treasure-controls{gap:13px;padding:7px 6% 0}.treasure-progress{width:60px}.treasure-count{font-size:15px}.treasure-controls button{width:40px;height:40px}.treasure-window::-webkit-scrollbar{display:none}}
@media(prefers-reduced-motion:reduce){.hero-image{animation:none}.treasure-column .treasure-card{transform:none!important}.treasure-sticky{position:relative;top:auto}.treasure-track{transform:none!important}}
.treasure-track{--photo-height:225px;gap:38px}.treasure-column{width:calc(var(--photo-height) * var(--column-ratio,.667));justify-items:center}.treasure-card{width:calc(var(--photo-height) * var(--photo-ratio,.667))!important}.treasure-photo{height:auto;aspect-ratio:var(--photo-ratio);padding:5px}.treasure-column:last-child{width:300px}.treasure-column:last-child .treasure-card{width:100%!important}.treasure-column:last-child .treasure-photo{height:auto;max-height:none;aspect-ratio:var(--photo-ratio);flex:none}.treasure-card figcaption{white-space:normal;min-height:40px;font-size:18px}.treasure-column:last-child .treasure-card{justify-content:center}.treasure-sticky{padding-top:42px;padding-bottom:28px}
@media(max-width:760px){.treasure-track{--photo-height:190px;gap:24px}.treasure-column:last-child{width:250px}.treasure-card figcaption{font-size:15px;min-height:43px}.treasure-sticky{padding-top:34px;padding-bottom:23px}}
.treasure-photo{aspect-ratio:auto;height:auto!important;overflow:hidden}.treasure-photo img{height:auto;aspect-ratio:var(--photo-ratio);object-fit:contain;pointer-events:auto;user-select:none;-webkit-user-drag:none}.treasure-column:last-child .treasure-photo{aspect-ratio:auto}
@media(max-width:760px){.treasure-track{--photo-height:170px}.treasure-column:last-child{width:220px}.treasure-window{margin-top:6px}.treasure-sticky{padding-top:30px}.treasure-card figcaption{min-height:39px}}
.hero>.video-toggle:not([hidden]){position:absolute;display:grid;place-items:center;z-index:5;right:30px;bottom:25px;background:#302236b3;border-color:#f4d6bead;color:#fff3e2}.hero>.image-caption{left:auto;right:90px;bottom:34px;z-index:4;font-size:11px;letter-spacing:.12em;color:#fff0dc}.hero>.image-caption span:last-child{display:none}
@media(max-width:760px){.hero>.video-toggle:not([hidden]){right:22px;bottom:24px}.hero>.image-caption{left:7%;right:auto;bottom:36px;font-size:9px}}
/* Scroll-driven discovery: no nested scroll area or intercepted input. */
.discovery-scene{height:190svh;position:relative;background:radial-gradient(ellipse at 6% 25%,#d7a27bd9,transparent 55%),radial-gradient(ellipse at 100% 80%,#b694baab,transparent 55%),linear-gradient(125deg,#ecd1b2,#f1dfce 50%,#dec4cd)}
.discovery-stage{position:sticky;top:90px;height:calc(100svh - 90px);min-height:540px;display:flex;flex-direction:column;justify-content:space-between;padding:28px 0 24px;overflow:clip;touch-action:auto}
.discovery-heading{padding:0 6%;display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:24px}.discovery-heading h2{font-size:clamp(40px,4.2vw,64px);margin-top:9px}.discovery-heading .eyebrow{font-size:11px;letter-spacing:.16em}.discovery-cue{font-size:11px;letter-spacing:.12em;display:flex;align-items:center;gap:18px;color:#7a5558;padding-bottom:8px;white-space:nowrap}.discovery-cue span{font-size:20px;animation:scroll-hint 2s ease-in-out infinite}
.discovery-viewport{flex:1;min-height:0;width:100%;display:grid;grid-template-rows:1fr 1fr;gap:22px;overflow:visible;touch-action:auto}
.discovery-row{display:flex;gap:22px;padding:0 5vw;width:max-content;min-height:0;align-items:stretch;will-change:transform;touch-action:auto}
.discovery-card{position:relative;flex:none;width:clamp(290px,30vw,450px);height:100%;min-height:0;margin:0;border-radius:7px;overflow:hidden;background:#c09d87;box-shadow:0 12px 25px #67445025;transform-origin:center;will-change:transform}
.discovery-card img{width:100%;height:100%;object-fit:cover;object-position:var(--focus,center);display:block;user-select:none;-webkit-user-drag:none;transition:filter .45s}
.discovery-card:hover img{filter:saturate(1.1) brightness(1.03)}
.discovery-card:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#211c24b3);pointer-events:none}
.discovery-card figcaption{position:absolute;bottom:15px;left:20px;right:15px;z-index:1;padding:0;display:flex;align-items:center;gap:14px;font:23px/1.2 var(--serif);color:#fff2de;letter-spacing:0;text-shadow:0 1px 8px #0005}
.discovery-card figcaption>span{font:10px/1 var(--sans);color:#ffe2be;letter-spacing:.1em}
.discovery-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:25px 6% 0;color:#69464d}.discovery-footer>span:first-child{font:23px/1.3 var(--serif)}.discovery-progress{width:20vw;height:1px;background:#9b767747;flex:none}.discovery-progress span{display:block;width:100%;height:2px;background:#79464e;transform-origin:left;transform:scaleX(.06)}.discovery-number{font-size:10px;letter-spacing:.13em}
@keyframes scroll-hint{0%,100%{transform:translateY(-3px)}50%{transform:translateY(3px)}}
@media(max-width:760px){.discovery-scene{height:215svh}.discovery-stage{top:80px;height:calc(100svh - 80px);min-height:520px;padding:24px 0 20px}.discovery-heading{padding:0 7%;margin-bottom:22px;display:block}.discovery-heading h2{font-size:39px;max-width:350px;margin-top:12px}.discovery-heading .eyebrow{font-size:9px;letter-spacing:.13em}.discovery-cue{font-size:9px;margin-top:13px;padding:0;gap:12px}.discovery-cue span{font-size:16px}.discovery-viewport{gap:15px}.discovery-row{gap:15px;padding:0 7vw}.discovery-card{width:72vw;min-width:0;border-radius:5px}.discovery-card figcaption{left:14px;bottom:13px;font-size:21px;gap:10px}.discovery-card figcaption>span{font-size:9px}.discovery-footer{padding:20px 7% 0;gap:22px}.discovery-footer>span:first-child{font-size:19px;max-width:230px}.discovery-number{display:none}.discovery-progress{width:22vw}}
@media(max-height:700px) and (min-width:761px){.discovery-stage{min-height:430px;padding:20px 0}.discovery-heading h2{font-size:37px}.discovery-heading{margin-bottom:18px}.discovery-card{width:28vw}.discovery-footer{padding-top:18px}.discovery-footer>span:first-child{font-size:19px}}
@media(prefers-reduced-motion:reduce){.discovery-scene{height:auto}.discovery-stage{position:relative;top:auto;height:auto;min-height:0;padding:45px 0}.discovery-viewport{display:block;overflow:visible}.discovery-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;padding:12px 6%;transform:none!important;gap:18px}.discovery-card{width:100%;height:230px;transform:none!important}.discovery-cue{display:none}.discovery-progress{display:none}.discovery-card img{transition:none}}
@media(prefers-reduced-motion:reduce) and (max-width:760px){.discovery-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.discovery-card{height:190px}.discovery-card figcaption{font-size:17px;gap:6px;left:10px}}

.discovery-row,.discovery-card{will-change:auto}.discovery-card img{position:absolute;inset:0}
