@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300..400&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&family=DM+Serif+Display:ital@0;1&family=Bebas+Neue&family=Oswald:wght@200;300;400&display=swap");:root{--gold:#c9a96e;--dark:#0c0b09;--text:#d6d0c8;--muted:#7a7470;--border:rgba(201,169,110,0.12);--bg-section:#0e0d0b;--bg-card:#111009;--text-strong:#f0ebe3;--nav-bg-scrolled:rgba(9,8,6,0.62);--nav-mobile-bg:rgba(10,9,7,0.97);--footer-bg:#080706;--hc-ease:cubic-bezier(0.76,0,0.24,1)}[data-theme=light]{--gold:#b8872c;--dark:#f6f5f2;--text:#1c1c22;--muted:#6b6b78;--border:rgba(184,135,44,0.16);--bg-section:#edece8;--bg-card:#e8e7e2;--text-strong:#0e0e12;--nav-bg-scrolled:rgba(246,245,242,0.90);--nav-mobile-bg:rgba(246,245,242,0.98);--footer-bg:#13131a}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Serif+Display:ital@0;1&family=Bebas+Neue&family=Oswald:wght@200;300&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{background:var(--dark);color:var(--text);font-family:Cormorant Garamond,serif;font-size:16px;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 3rem;background:transparent;transition:background .8s ease,-webkit-backdrop-filter .8s ease;transition:background .8s ease,backdrop-filter .8s ease;transition:background .8s ease,backdrop-filter .8s ease,-webkit-backdrop-filter .8s ease}nav.scrolled{background:var(--nav-bg-scrolled);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-logo{font-family:Lexend,sans-serif;font-weight:350;font-size:1.1rem;letter-spacing:.06em;color:rgba(240,235,225,.9);text-decoration:none;transition:color .5s ease}.nav-logo span{font-family:Cormorant Garamond,serif;font-weight:700;font-style:italic;color:var(--gold);letter-spacing:0}.nav-logo:hover{color:rgba(235,226,210,1)}.nav-links{display:flex;align-items:center;gap:2.8rem}.nav-links a{font-family:Cormorant Garamond,serif;font-weight:300;font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.88);text-decoration:none;white-space:nowrap;transition:color .45s ease}.nav-links a:hover{color:#fff}.nav-links a.active{color:var(--gold)}.nav-right{display:flex;align-items:center;gap:1.2rem}.nav-lang{font-family:Oswald,sans-serif;font-size:.62rem;font-weight:300;letter-spacing:.2em;color:rgba(210,200,185,.28);text-decoration:none;transition:color .5s ease}.nav-lang:hover{color:rgba(201,169,110,.65)}.nav-search{background:none;border:none;cursor:pointer;padding:4px 2px;color:rgba(210,200,185,.32);transition:color .5s ease;display:flex;align-items:center}.nav-search:hover{color:rgba(228,218,200,.8)}.nav-search svg{width:15px;height:15px}.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.nav-burger__line{display:block;width:20px;height:1px;background:rgba(210,200,185,.65);border-radius:1px;transform-origin:center;transition:transform .52s cubic-bezier(.76,0,.24,1),opacity .32s ease,width .32s ease}.nav-burger--open .nav-burger__line:first-child{transform:translateY(6px) rotate(45deg)}.nav-burger--open .nav-burger__line:nth-child(2){opacity:0;width:0}.nav-burger--open .nav-burger__line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-mobile{position:fixed;inset:0;z-index:190;background:var(--nav-mobile-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .46s cubic-bezier(.76,0,.24,1),transform .46s cubic-bezier(.76,0,.24,1)}.nav-mobile--open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile__links{display:flex;flex-direction:column;align-items:center;gap:.1rem}.nav-mobile__links a{font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,7vw,2.2rem);font-weight:300;font-style:normal;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.88);text-decoration:none;line-height:1.4;white-space:nowrap;transition:color .4s ease}.nav-mobile__links a.active,.nav-mobile__links a:hover{color:var(--gold)}.nav-mobile__bottom{margin-top:2.8rem}@media (max-width:900px){nav{padding:1.1rem 1.8rem}.nav-links{gap:1.8rem}.nav-links a{font-size:.95rem}}@media (max-width:600px){nav{padding:.9rem 1.2rem}.nav-links,.nav-search{display:none}.nav-burger{display:flex}}[data-theme=light] .nav-logo{color:rgba(14,14,20,.88)}[data-theme=light] .nav-logo:hover{color:rgba(14,14,20,1)}[data-theme=light] .nav-links a{color:rgba(28,28,38,.75)}[data-theme=light] .nav-links a:hover{color:rgba(14,14,20,1)}[data-theme=light] .nav-lang,[data-theme=light] .nav-search{color:rgba(80,78,96,.44)}[data-theme=light] .nav-search:hover{color:rgba(28,28,38,.88)}[data-theme=light] .nav-burger__line{background:rgba(28,28,38,.62)}[data-theme=light] .nav-mobile__links a{color:rgba(14,14,20,.85)}.site-footer{background:var(--footer-bg);position:relative;overflow:hidden;padding:0}.site-footer:before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,.18) 20%,rgba(201,169,110,.65) 50%,rgba(201,169,110,.18) 80%,transparent)}.footer-map{position:absolute;right:0;top:0;bottom:0;width:55%;opacity:.12;background-image:radial-gradient(circle,rgba(201,169,110,.8) 1px,transparent 0);background-size:18px 18px;mask-image:radial-gradient(ellipse 80% 80% at 60% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 60% 50%,black 30%,transparent 100%);animation:footer-map-drift 28s ease-in-out infinite alternate}@keyframes footer-map-drift{0%{background-position:0 0}to{background-position:18px 9px}}.footer-map-tip{position:absolute;right:30%;top:30%;z-index:2;background:rgba(18,16,12,.9);border:1px solid rgba(201,169,110,.2);padding:.5rem .8rem;font-family:Cormorant Garamond,serif;font-size:.75rem;font-weight:300;color:rgba(210,200,180,.85);line-height:1.5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-map-tip:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:var(--gold);opacity:.8;animation:map-pin-pulse 2.4s cubic-bezier(.76,0,.24,1) infinite}@keyframes map-pin-pulse{0%,to{box-shadow:0 0 0 0 rgba(201,169,110,.45)}50%{box-shadow:0 0 0 6px rgba(201,169,110,0)}}.footer-inner-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 280px;grid-gap:0;gap:0}@keyframes footer-col-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.footer-contact{animation:footer-col-in .9s cubic-bezier(.76,0,.24,1) .1s both}.footer-nav{animation:footer-col-in .9s cubic-bezier(.76,0,.24,1) .22s both}.footer-sunset{animation:footer-col-in .9s cubic-bezier(.76,0,.24,1) .36s both}.footer-contact,.footer-nav{padding:2.5rem 3rem}.footer-eyebrow{font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);opacity:.65;margin-bottom:1.4rem;display:flex;align-items:center;gap:.7rem}.footer-eyebrow:after{content:"";flex:1 1;height:1px;background:linear-gradient(90deg,rgba(201,169,110,.3),transparent)}.footer-heading{font-family:Playfair Display,serif;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:400;color:#fff;margin-bottom:1.2rem;line-height:1.18;letter-spacing:-.01em;text-shadow:0 0 30px rgba(201,169,110,.12)}.footer-heading em{font-style:italic;color:var(--gold);text-shadow:0 0 20px rgba(201,169,110,.3)}.footer-info{font-family:Cormorant Garamond,serif;font-size:.86rem;font-weight:300;line-height:1.9;color:rgba(180,170,155,.82);margin-bottom:1rem}.footer-info a{color:rgba(201,169,110,.7);text-decoration:none;transition:color .3s}.footer-info a:hover{color:var(--gold)}.footer-social{display:flex;gap:.75rem;margin-bottom:2.2rem}.footer-social a{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:rgba(201,169,110,.45);text-decoration:none;transition:color .45s ease,transform .45s cubic-bezier(.76,0,.24,1),filter .45s ease}.footer-social a:hover{color:var(--gold);transform:scale(1.2) translateY(-2px);filter:drop-shadow(0 0 6px rgba(201,169,110,.5))}.footer-social a:first-child{transition-delay:0s}.footer-social a:nth-child(2){transition-delay:.04s}.footer-social a:nth-child(3){transition-delay:.08s}.footer-social a:nth-child(4){transition-delay:.12s}.footer-social a svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.2;fill:none}.footer-form-label{font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.16em;text-transform:uppercase;color:rgba(150,140,125,.82);margin-bottom:.6rem}.footer-form{display:flex;gap:0;max-width:300px;border-bottom:1px solid rgba(201,169,110,.18);transition:border-color .45s ease}.footer-form:focus-within{border-bottom-color:rgba(201,169,110,.55)}.footer-input{flex:1 1;min-width:0;background:transparent;border:none;padding:.6rem .15rem;font-family:Cormorant Garamond,serif;font-size:.82rem;font-weight:300;color:rgba(200,190,175,.85);outline:none}.footer-input::placeholder{color:rgba(110,100,88,.45)}.footer-subscribe{flex-shrink:0;padding:.6rem;border:none;background:transparent;cursor:pointer;color:rgba(201,169,110,.6);display:inline-flex;align-items:center;transition:color .45s ease,transform .45s cubic-bezier(.76,0,.24,1),filter .45s ease}.footer-subscribe:hover{color:var(--gold);transform:translateX(6px);filter:drop-shadow(0 0 4px rgba(201,169,110,.4))}.footer-subscribe svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.4;fill:none}.footer-nav-title{font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem}.footer-nav-links{display:flex;flex-direction:column;gap:.1rem}.footer-nav-links a{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:300;text-transform:uppercase;letter-spacing:.1em;color:rgba(218,208,192,.72);text-decoration:none;padding:.32rem 0;white-space:nowrap;transition:color .45s ease,letter-spacing .45s cubic-bezier(.76,0,.24,1)}.footer-nav-links a:hover{color:rgba(255,255,255,.92);letter-spacing:.18em}.footer-nav-links a.active{color:var(--gold)}.footer-sunset{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative;z-index:2}.footer-sunset:before{content:"";position:absolute;top:2rem;left:50%;transform:translateX(-50%);width:1px;height:20px;background:linear-gradient(180deg,rgba(201,169,110,.5),transparent)}.sunset-clock-wrap{position:relative;width:160px;height:160px;margin-bottom:1rem;flex-shrink:0;animation:clock-breathe 5s ease-in-out infinite}@keyframes clock-breathe{0%,to{filter:drop-shadow(0 0 8px rgba(201,169,110,.08))}50%{filter:drop-shadow(0 0 18px rgba(201,169,110,.2))}}.sunset-svg{width:100%;height:100%;transform:rotate(-90deg)}.sunset-ring-track{fill:none;stroke:rgba(201,169,110,.22);stroke-width:6}.sunset-ring-fill{fill:none;stroke:var(--gold);stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .9s cubic-bezier(.76,0,.24,1)}.sunset-ring-dot{fill:var(--gold)}.sunset-ring-dot,.sunset-ring-dot-glow{transition:cx .9s cubic-bezier(.76,0,.24,1),cy .9s cubic-bezier(.76,0,.24,1)}.sunset-ring-dot-glow{fill:rgba(201,169,110,.22);animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:.22}50%{opacity:.6}}.sunset-clock-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.sunset-time-value{font-family:"DM Serif Display",serif;font-size:2.2rem;font-weight:400;color:#fff;line-height:1;letter-spacing:-.02em;text-shadow:0 0 20px rgba(201,169,110,.18)}.sunset-colon{animation:colon-breathe 2s ease-in-out infinite;display:inline-block;font-size:.75em;vertical-align:middle;position:relative;top:-.08em;letter-spacing:0}@keyframes colon-breathe{0%,to{opacity:1}50%{opacity:.08}}.sunset-footer-text{text-align:center}.sunset-footer-location{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;letter-spacing:.04em;color:rgba(228,218,202,.92);margin-bottom:.2rem;line-height:1.2}.sunset-footer-label{font-style:italic;font-size:.72rem;letter-spacing:.06em;color:rgba(140,130,115,.65);margin-bottom:0}.sunset-footer-day,.sunset-footer-label{font-family:Cormorant Garamond,serif;font-weight:300}.sunset-footer-day{font-size:.68rem;color:rgba(201,169,110,.5);letter-spacing:.08em;margin-top:.08rem}.sunset-location-wrap{position:relative}.sunset-location-form{display:flex;align-items:center;gap:.3rem;margin-top:.45rem;border-bottom:1px solid rgba(201,169,110,.12)}.sunset-suggestions{position:absolute;bottom:calc(100% + 6px);left:0;right:0;list-style:none;margin:0;padding:.25rem 0;background:#161209;border:1px solid rgba(201,169,110,.22);z-index:10;animation:suggestions-in .2s cubic-bezier(.76,0,.24,1)}@keyframes suggestions-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.sunset-suggestion-item{display:block;width:100%;background:transparent;border:none;padding:.48rem .75rem;text-align:left;font-family:Cormorant Garamond,serif;font-size:.8rem;font-weight:400;letter-spacing:.03em;color:rgba(230,222,210,.92);cursor:pointer;transition:color .2s ease,background .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sunset-suggestion-item:hover{color:#fff;background:rgba(201,169,110,.1)}.sunset-location-input{flex:1 1;min-width:0;background:transparent;border:none;padding:.25rem .1rem;font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.08em;color:rgba(210,200,185,.8);outline:none}.sunset-location-input::placeholder{color:rgba(130,120,105,.38)}.sunset-location-btn{background:transparent;border:none;padding:.25rem .3rem;color:rgba(201,169,110,.5);cursor:pointer;line-height:1;display:flex;align-items:center;transition:color .45s ease,transform .45s cubic-bezier(.76,0,.24,1),filter .45s ease}.sunset-location-btn:hover{color:var(--gold);transform:translateX(4px);filter:drop-shadow(0 0 3px rgba(201,169,110,.4))}.sunset-location-btn svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.4;fill:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.04);padding:1.3rem 4rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:2;background:rgba(0,0,0,.2)}.footer-copy{font-size:.7rem;color:rgba(130,120,105,.75);letter-spacing:.06em}.footer-copy,.footer-legal{font-family:Cormorant Garamond,serif;font-weight:300}.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:.65rem;letter-spacing:.08em;color:rgba(110,100,88,.55)}.footer-legal a{color:inherit;text-decoration:none;transition:color .4s ease}.footer-legal a:hover{color:rgba(201,169,110,.6)}.footer-legal span{opacity:.4}.footer-bottom-logo{font-family:Lexend,sans-serif;font-size:.8rem;font-weight:350;color:rgba(222,210,192,.38);letter-spacing:.05em}.footer-bottom-logo span{font-family:Cormorant Garamond,serif;font-weight:700;font-style:italic;letter-spacing:0}@keyframes footer-spin{to{transform:rotate(1turn)}}.f-sub-ok{color:var(--gold)}.f-sub-err,.f-sub-ok{font-size:.82rem;margin-top:.5rem}.f-sub-err{color:#c0392b}@media (max-width:900px){.footer-inner-wrap{grid-template-columns:1fr 1fr}.footer-sunset:before{display:none}.footer-contact,.footer-nav{padding:2rem}.footer-sunset{grid-column:1/3;border-left:none;border-top:1px solid rgba(201,169,110,.07);flex-direction:row;gap:3rem;padding:2.5rem}.sunset-clock-wrap{width:130px;height:130px;margin-bottom:0}.sunset-time-value{font-size:1.8rem}.sunset-footer-text{text-align:left}}@media (max-width:600px){.footer-inner-wrap{grid-template-columns:1fr 1fr}.footer-contact{padding:1.8rem 1.4rem}.footer-nav{padding:1.8rem 1.2rem}.footer-map{width:100%;opacity:.06}.footer-map-tip{display:none}.footer-bottom{padding:1rem 1.4rem;grid-template-columns:1fr;gap:.4rem;text-align:center}.footer-bottom .footer-legal{justify-content:center}.footer-sunset{grid-column:1/3;flex-direction:row;align-items:center;gap:2rem;padding:2rem 1.4rem;border-left:none;border-top:1px solid rgba(201,169,110,.07)}.sunset-clock-wrap{width:110px;height:110px;margin-bottom:0;flex-shrink:0}.sunset-time-value{font-size:1.6rem}.sunset-footer-text{text-align:left}}.coming-soon{min-height:60svh;display:flex;align-items:center;justify-content:center;background:var(--dark);padding:6rem 1.5rem 4rem}.coming-soon-inner{max-width:560px;width:100%;text-align:center}.coming-soon-eyebrow{display:inline-block;font-family:Oswald,sans-serif;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.coming-soon h1{font-family:"DM Serif Display",serif;font-style:italic;font-size:clamp(2.8rem,8vw,5rem);color:var(--text);line-height:1.1;margin:0 0 1.25rem}.coming-soon-sub{font-size:1rem;color:var(--muted);line-height:1.65;margin:0 auto 2rem;max-width:400px}.coming-soon-line{width:40px;height:1px;background:var(--gold);margin:0 auto 2rem;opacity:.5}.coming-soon-back{font-family:Oswald,sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.coming-soon-back:hover{color:var(--gold)}.page-hero{position:relative;min-height:54vh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:linear-gradient(145deg,#1a150e,#0c0b09 55%,#0e0c0a)}.page-hero__grain{position:absolute;inset:0;z-index:0;opacity:.38;mix-blend-mode:overlay;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='.07'/%3E%3C/svg%3E")}.page-hero__glow{z-index:1;background:radial-gradient(ellipse 70% 55% at 72% 32%,rgba(110,78,34,.22) 0,transparent 60%),radial-gradient(ellipse 50% 50% at 20% 75%,rgba(60,40,15,.28) 0,transparent 55%)}.page-hero__fog,.page-hero__glow{position:absolute;inset:0;pointer-events:none}.page-hero__fog{z-index:2}.page-hero__fog:after,.page-hero__fog:before{content:"";position:absolute;border-radius:50%;background:radial-gradient(ellipse,rgba(188,162,118,.05) 0,transparent 70%);animation:pageHeroFog 16s ease-in-out infinite alternate}.page-hero__fog:before{width:75%;height:65%;top:6%;right:-14%;animation-delay:-5s}.page-hero__fog:after{width:55%;height:55%;bottom:10%;left:2%;animation-delay:-11s}@keyframes pageHeroFog{0%{transform:translateX(0) scale(1);opacity:.35}to{transform:translateX(5%) scale(1.07);opacity:.8}}.page-hero__deco-circle{position:absolute;right:14%;top:14%;width:340px;height:340px;z-index:2;border-radius:50%;border:1px solid rgba(201,169,110,.09);animation:pageHeroPulse 9s ease-in-out infinite;pointer-events:none}.page-hero__deco-circle:after{content:"";position:absolute;inset:28px;border-radius:50%;border:1px solid rgba(201,169,110,.04)}@keyframes pageHeroPulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.06);opacity:.8}}.page-hero__decoration{position:absolute;right:8%;top:50%;transform:translateY(-50%);z-index:3;opacity:.12;pointer-events:none}.page-hero__decoration svg{width:120px;height:120px}.page-hero__content{position:relative;z-index:5;padding:0 4rem 3.5rem;max-width:620px}.page-hero__eyebrow{font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.22em;text-transform:uppercase;color:rgba(201,169,110,.75);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}.page-hero__eyebrow:before{content:"";width:28px;height:1px;background:rgba(201,169,110,.4)}.page-hero__title{font-family:"DM Serif Display",serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:400;font-style:italic;line-height:1.04;letter-spacing:-.015em;color:#fff;margin-bottom:1rem}.page-hero__title em{color:var(--gold);font-style:italic}.page-hero__subtitle{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:300;line-height:1.78;color:var(--muted);max-width:400px}.page-hero__cta{margin-top:2rem}.page-hero--centered .page-hero__cta{margin-top:1.4rem}.page-hero--centered{justify-content:center;align-items:center;text-align:center;min-height:unset;height:340px}.page-hero--centered .page-hero__content{max-width:700px;padding:0 2rem;margin:0;display:flex;flex-direction:column;align-items:center}.page-hero--centered .page-hero__eyebrow:before{display:none}.page-hero--centered .page-hero__title{white-space:nowrap;font-size:clamp(1.4rem,3.2vw,2.6rem)}@media (max-width:700px){.page-hero--centered .page-hero__title{white-space:normal;font-size:clamp(1.3rem,5.5vw,1.9rem)}}.page-hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:.35;animation:pageHeroScrollBounce 2.4s ease-in-out infinite}.page-hero__scroll-hint span{font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.page-hero__scroll-hint svg{width:14px;height:14px;stroke:var(--gold);stroke-width:1.5;fill:none}@keyframes pageHeroScrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(5px)}}@media (max-width:900px){.page-hero__content{padding:0 2rem 4rem}.page-hero__deco-circle{width:220px;height:220px}}@media (max-width:600px){.page-hero__content{padding:0 1.4rem 3.5rem}}.scripture-verse{background:#070605;padding:0;position:relative;overflow:hidden}.scripture-verse:before{content:"";position:absolute;top:0;left:0;bottom:0;width:35%;background:radial-gradient(ellipse 80% 100% at 0 50%,rgba(201,169,110,.055) 0,transparent 70%);pointer-events:none;z-index:0}.scripture-verse-inner{position:relative;z-index:2;display:flex;align-items:stretch;padding:2.4rem 5vw 2.4rem 0}.scripture-verse-accent{flex-shrink:0;width:5rem;display:flex;flex-direction:column;align-items:center;padding-top:.2rem}.scripture-verse-bar{width:1px;flex:1 1;background:linear-gradient(180deg,rgba(201,169,110,.65) 0,rgba(201,169,110,.06) 85%,transparent);margin-bottom:.3rem;min-height:2rem;transition:background .3s ease}.scripture-verse-glyph{font-family:"DM Serif Display",serif;font-style:italic;font-size:5.5rem;line-height:.6;color:rgba(201,169,110,.5);writing-mode:vertical-rl;transform:rotate(180deg) translateX(-.06em);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;text-shadow:0 0 50px rgba(201,169,110,.15);padding-bottom:.8rem}.scripture-verse-body{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:.9rem}.scripture-verse-eyebrow{font-family:Cormorant Garamond,serif;font-size:.65rem;font-weight:300;letter-spacing:.24em;text-transform:uppercase;color:rgba(201,169,110,.38)}.scripture-verse-text{font-family:"DM Serif Display",serif;font-style:italic;font-size:clamp(1.05rem,2vw,1.5rem);color:rgba(228,218,202,.88);line-height:1.62;letter-spacing:-.005em;margin:0;transition:color .3s ease}.scripture-verse-ref{font-family:Cormorant Garamond,serif;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:rgba(201,169,110,.55)}.scripture-verse-link{display:block;text-decoration:none;color:inherit}.scripture-verse-link:hover .scripture-verse-text{color:rgba(235,225,210,.95)}.scripture-verse-link:hover .scripture-verse-bar{background:linear-gradient(180deg,rgba(201,169,110,.9) 0,rgba(201,169,110,.1) 85%,transparent)}@media (max-width:900px){.scripture-verse-inner{padding:2rem 3vw 2rem 0}.scripture-verse-accent{width:3.8rem}}@media (max-width:600px){.scripture-verse-inner{padding:1.8rem 1.4rem 1.8rem 0}.scripture-verse-accent{width:3rem}.scripture-verse-glyph{font-size:4rem}}[data-theme=light] .scripture-verse{background:var(--bg-section)}[data-theme=light] .scripture-verse-text{color:rgba(28,28,38,.86)}[data-theme=light] .scripture-verse-link:hover .scripture-verse-text{color:rgba(14,14,20,.98)}