*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#151210;--my-col:#221b16;--ink-mid:#2a2520;--ink-test:#1e2a1f;--ink-mid-test:#2c2c28;--ash:#5a5450;--dust:#9a9490;--bone:#f0ece4;--cream:#f8f5f0;--white:#fff;--gold:#b8963e;--gold-light:#d4b878;--section-pad:7rem 2rem}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:Jost,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}img{object-fit:cover;width:100%;height:100%;display:block}a{color:inherit;text-decoration:none}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.fade-up.visible{opacity:1;transform:translateY(0)}.section-label{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;font-weight:500}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--ink);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.section-header.light h2{color:var(--white)}.mobile-only{display:none!important}.desktop-only{display:inline!important}@media (width<=767px){.mobile-only{display:inline!important}.desktop-only{display:none!important}}@media (width<=600px){:root{--section-pad:5rem 1.25rem}}.navbar{z-index:200;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.4rem 4rem;transition:background .4s,padding .4s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#151210f5;border-bottom-color:#b8963e33;padding:.9rem 4rem}.nav-logo{letter-spacing:.06em;color:var(--white);font-family:Playfair Display,serif;font-size:1.35rem;font-weight:400}.nav-logo span{color:var(--gold);font-style:italic}.nav-links{gap:2.5rem;display:flex}.nav-links a{letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;font-size:.72rem;font-weight:400;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{width:100%}.hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);width:22px;height:1px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}@media (width<=900px){.navbar{padding:1.2rem 2rem}.navbar.scrolled{padding:.9rem 2rem;position:relative}.hamburger{display:flex}.nav-links{z-index:150;background:#0f0c0af7;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:0}.nav-links.open{display:flex}.nav-links a{letter-spacing:.25em;color:var(--white);font-size:1rem}}.footer{background:var(--ink);padding-top:4rem}.footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem 3rem;display:grid}.footer-logo{color:var(--white);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;display:block}.footer-logo em{color:var(--gold);font-style:italic}.footer-brand p{color:var(--dust);letter-spacing:.1em;font-size:.8rem}.footer-nav{flex-direction:column;gap:.75rem;display:flex}.footer-nav a{letter-spacing:.15em;text-transform:uppercase;color:var(--dust);font-size:.78rem;font-weight:400;transition:color .25s}.footer-nav a:hover{color:var(--gold-light)}.footer-social{flex-direction:column;gap:.75rem;display:flex}.footer-social a{letter-spacing:.12em;color:var(--dust);font-size:.78rem;font-weight:400;transition:color .25s}.footer-social a:hover{color:var(--gold-light)}.footer-bar{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1.5rem 2rem;display:flex}.footer-bar p{color:#9a949099;letter-spacing:.05em;font-size:.72rem}@media (width<=900px){.footer-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-bar{text-align:center;flex-direction:column;gap:.5rem}}.hero{height:115vh;position:relative;overflow:hidden}.slider-track{width:100%;height:100%;transition:transform .9s cubic-bezier(.77,0,.18,1);display:flex}.slide{background-position:50%;background-repeat:no-repeat;background-size:cover;background-image:var(--bg-mob);min-width:100%;height:100%;position:relative}@media (width>=768px){.slide{background-image:var(--bg-desk)}}.slide:before{content:"";background:linear-gradient(#0f0c0a59 0%,#0f0c0a26 50%,#0f0c0aa6 100%);position:absolute;inset:0}.slide-caption{color:var(--white);opacity:0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:400;transition:opacity .6s .3s,transform .6s .3s;position:absolute;bottom:5rem;left:4rem;transform:translateY(12px)}.slide.active .slide-caption{opacity:1;transform:translateY(0)}.slide-caption span span{letter-spacing:.25em;color:var(--gold);margin-bottom:.4rem;font-family:Jost,sans-serif;font-size:.7rem;font-weight:400;display:block}.slider-btn{color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;background:#ffffff14;border:1px solid #ffffff40;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;transition:background .25s,border-color .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-btn:hover{border-color:var(--gold);background:#b8963e59}.slider-btn.prev{left:2rem}.slider-btn.next{right:2rem}.slider-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff59;border:none;width:28px;height:2px;padding:0;transition:background .3s,width .3s}.dot.active{background:var(--gold);width:48px}.scroll-hint{letter-spacing:.22em;text-transform:uppercase;color:#ffffff80;z-index:10;flex-direction:column;align-items:center;gap:6px;font-size:.65rem;display:flex;position:absolute;bottom:2rem;right:2.5rem}.arrow-down{animation:1.5s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (width<=600px){.hero{height:100vh}.slide-caption{font-size:1.3rem;bottom:4rem;left:1.5rem}.slider-btn{width:40px;height:40px;font-size:1rem}.slider-btn.prev{left:.75rem}.slider-btn.next{right:.75rem}}.about{padding:var(--section-pad);background:var(--cream)}.about-inner{max-width:1100px;margin:0 auto}.about-inner>.section-label{margin-bottom:2rem}.about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-heading{color:var(--ink);font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.about-heading em{color:var(--gold);font-style:italic}.about-text p{color:var(--ash);margin-bottom:1.2rem;font-size:.95rem;line-height:1.85}.btn-outline{letter-spacing:.2em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--gold);margin-top:.5rem;padding-bottom:3px;font-size:.72rem;font-weight:500;transition:color .25s,border-color .25s;display:inline-block}.btn-outline:hover{color:var(--gold)}@media (width<=900px){.about-content{grid-template-columns:1fr;gap:2rem}}.portfolio{padding:var(--section-pad);background:var(--bone)}.portfolio .section-header{text-align:left;max-width:1200px;margin:0 auto 3rem}.grid-8{grid-template-rows:280px 280px;grid-template-columns:repeat(4,1fr);gap:10px;max-width:1200px;margin:0 auto;display:grid}.grid-item{cursor:pointer;background:var(--ink-mid);position:relative;overflow:hidden}.gi-wide,.gi-wide-right{grid-column:span 2}.grid-item img{filter:saturate(.85);transition:transform .7s,filter .4s}.grid-item:hover img{filter:saturate(1.1);transform:scale(1.06)}.grid-overlay{opacity:0;background:#0f0c0a8c;align-items:flex-end;padding:1.2rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.grid-item:hover .grid-overlay{opacity:1}.grid-overlay p{color:var(--white);font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.p-modal{z-index:1000;background:#0f0c0aeb;justify-content:center;align-items:center;padding:2rem;animation:.25s modalIn;display:flex;position:fixed;inset:0}@keyframes modalIn{0%{opacity:0}to{opacity:1}}.p-modal__box{flex-direction:column;align-items:center;gap:1rem;max-width:88vw;max-height:88vh;animation:.3s modalScale;display:flex;position:relative}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.p-modal__box img{object-fit:contain;max-width:100%;max-height:80vh;box-shadow:0 8px 48px #000000b3}.p-modal__label{color:#ffffff8c;letter-spacing:.08em;font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.p-modal__close{color:#fff9;cursor:pointer;background:0 0;border:1px solid #fff3;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1rem;transition:border-color .2s,color .2s;display:flex;position:fixed;top:1.5rem;right:1.75rem}.p-modal__close:hover{border-color:var(--gold);color:var(--gold)}@media (width<=900px){.grid-8{grid-template-rows:repeat(4,220px);grid-template-columns:repeat(2,1fr)}.gi-wide,.gi-wide-right{grid-column:span 1}}@media (width<=600px){.grid-8{grid-template-rows:repeat(4,160px);grid-template-columns:repeat(2,1fr);gap:6px}.gi-wide,.gi-wide-right{grid-column:span 1}}.wildlife{padding:var(--section-pad);background:var(--ink)}.wildlife .section-header{text-align:left;max-width:1100px;margin:0 auto 3.5rem}.wildlife-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.wildlife-card{background:var(--ink-mid);overflow:hidden}.wc-image{height:320px;position:relative;overflow:hidden}.wc-image img{transition:transform .6s}.wildlife-card:hover .wc-image img{transform:scale(1.05)}.wc-tag{letter-spacing:.18em;color:var(--gold-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f0c0ab3;padding:.3rem .75rem;font-size:.85rem;font-style:italic;font-weight:400;position:absolute;bottom:1rem;left:1rem}.wc-body{padding:1.5rem}.wc-body h3{color:var(--white);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:400}.wc-body p{color:var(--dust);font-size:.85rem;line-height:1.8}@media (width<=900px){.wildlife-grid{grid-template-columns:1fr;max-width:500px}}.contact-cta{padding:var(--section-pad);background:var(--cream)}.contact-inner{max-width:760px;margin:0 auto}.contact-inner>.section-label{margin-bottom:1rem}.contact-inner h2{color:var(--ink);margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.15}.contact-inner h2 em{color:var(--gold);font-style:italic}.contact-inner>p{color:var(--ash);max-width:520px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:.18em;text-transform:uppercase;color:var(--ash);font-size:.68rem;font-weight:500}.form-group input,.form-group textarea{background:var(--white);color:var(--ink);resize:vertical;border:1px solid #5a545033;border-radius:0;outline:none;padding:.85rem 1rem;font-family:Jost,sans-serif;font-size:.9rem;font-weight:300;transition:border-color .25s}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--dust)}.btn-submit{letter-spacing:.2em;text-transform:uppercase;color:var(--white);background:var(--ink);cursor:pointer;border:none;align-self:flex-start;padding:1rem 2.2rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:500;transition:background .25s}.btn-submit:hover{background:var(--gold)}.form-status{letter-spacing:.04em;margin-bottom:1rem;padding:.75rem 1rem;font-size:.82rem}.form-status--success{color:#000;background:#b8963e1a;border:1px solid #b8963e4d;font-size:.99rem}.form-status--error{color:#e08080;background:#b43c3c1a;border:1px solid #b43c3c4d}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.sending-overlay{z-index:999;background:#0f0c0ad9;flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:.25s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.sending-overlay p{color:#ffffff80;letter-spacing:.12em;font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.loader{--color-one:#ffbf48;--color-two:#be4a1d;--color-three:#ffbf4780;--color-four:#bf4a1d80;--color-five:#ffbf4740;--time-animation:2s;--size:1;transform:scale(var(--size));box-shadow:0 0 25px 0 var(--color-three), 0 20px 50px 0 var(--color-four);animation:colorize calc(var(--time-animation) * 3) ease-in-out infinite;border-radius:50%;position:relative}.loader:before{content:"";border-top:solid 1px var(--color-one);border-bottom:solid 1px var(--color-two);background:linear-gradient(180deg, var(--color-five), var(--color-four));width:100px;height:100px;box-shadow:inset 0 10px 10px 0 var(--color-three), inset 0 -10px 10px 0 var(--color-four);border-radius:50%;position:absolute;top:0;left:0}.loader .box{background:linear-gradient(180deg, var(--color-one) 30%, var(--color-two) 70%);width:100px;height:100px;-webkit-mask:url(#clipping);mask:url(#clipping)}.loader svg{position:absolute}.loader svg #clipping{filter:contrast(15);animation:roundness calc(var(--time-animation) / 2) linear infinite}.loader svg #clipping polygon{filter:blur(7px)}.loader svg #clipping polygon:first-child{transform-origin:75% 25%;transform:rotate(90deg)}.loader svg #clipping polygon:nth-child(2){transform-origin:50%;animation:rotation var(--time-animation) linear infinite reverse}.loader svg #clipping polygon:nth-child(3){transform-origin:50% 60%;animation:rotation var(--time-animation) linear infinite;animation-delay:calc(var(--time-animation) / -3)}.loader svg #clipping polygon:nth-child(4){transform-origin:40% 40%;animation:rotation var(--time-animation) linear infinite reverse}.loader svg #clipping polygon:nth-child(5){transform-origin:40% 40%;animation:rotation var(--time-animation) linear infinite reverse;animation-delay:calc(var(--time-animation) / -2)}.loader svg #clipping polygon:nth-child(6){transform-origin:60% 40%;animation:rotation var(--time-animation) linear infinite}.loader svg #clipping polygon:nth-child(7){transform-origin:60% 40%;animation:rotation var(--time-animation) linear infinite;animation-delay:calc(var(--time-animation) / -1.5)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes roundness{0%{filter:contrast(15)}20%{filter:contrast(3)}40%{filter:contrast(3)}60%{filter:contrast(15)}to{filter:contrast(15)}}@keyframes colorize{0%{filter:hue-rotate()}20%{filter:hue-rotate(-30deg)}40%{filter:hue-rotate(-60deg)}60%{filter:hue-rotate(-90deg)}80%{filter:hue-rotate(-45deg)}to{filter:hue-rotate()}}@media (width<=600px){.form-row{grid-template-columns:1fr}.btn-submit{text-align:center;width:100%}}.accolades-hero{background:var(--ink);align-items:flex-end;height:52vh;min-height:340px;display:flex;position:relative;overflow:hidden}.accolades-hero__overlay{z-index:1;background:linear-gradient(135deg,#151210eb 0%,#2a2520b3 100%);position:absolute;inset:0}.accolades-hero:after{content:"";background:linear-gradient(to bottom, transparent, var(--gold), transparent);z-index:2;opacity:.35;width:1px;height:60%;position:absolute;top:50%;right:6rem;transform:translateY(-50%)}.accolades-hero__content{z-index:3;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem 4rem;position:relative}.accolades-hero__title{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.15}.accolades-hero__title em{color:var(--gold-light);font-style:italic}.accolades-hero__sub{color:var(--dust);max-width:520px;font-size:.9rem;font-weight:300;line-height:1.75}@media (width<=600px){.accolades-hero{height:auto;padding-top:7rem}.accolades-hero:after{display:none}.accolades-hero__content{padding:0 1.25rem 3rem}}.accolades-section{padding:var(--section-pad);background:var(--cream)}.accolades-inner{grid-template-columns:160px 1fr;align-items:start;gap:0 4rem;max-width:1100px;margin:0 auto;display:grid}.accolades-sidenav{border-left:1px solid #b8963e33;flex-direction:column;gap:.1rem;padding-left:1.25rem;display:flex;position:sticky;top:6rem}.sidenav-link{letter-spacing:.2em;text-transform:uppercase;color:var(--ash);padding:.45rem 0;font-size:.68rem;font-weight:500;transition:color .2s;position:relative}.sidenav-link:before{content:"";background:var(--gold);width:1px;height:0;transition:height .25s;position:absolute;top:50%;left:-1.3rem;transform:translateY(-50%)}.sidenav-link:hover{color:var(--gold)}.sidenav-link:hover:before{height:100%}.accolades-category{margin-bottom:5rem}.accolades-category:last-child{margin-bottom:0}.category-header{margin-bottom:2.5rem}.category-heading{color:var(--ink);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;line-height:1.2}.category-rule{background:var(--gold);opacity:.5;width:3rem;height:1px}.tier--award .category-heading{color:var(--ink)}.tier--award .category-rule{opacity:1;background:#c8a84b}.tier--science .category-heading{color:var(--ink-mid)}.tier--science .category-rule{background:var(--ash)}.accolade-list{flex-direction:column;gap:0;list-style:none;display:flex}.accolade-item{border-bottom:1px solid #5a54501f;grid-template-columns:80px 1fr;gap:0 2rem;padding:1.6rem 0;transition:background .2s;display:grid;position:relative}.accolade-item:first-child{border-top:1px solid #5a54501f}.accolade-item:before{content:"";background:var(--gold);transform-origin:top;width:2px;transition:transform .3s;position:absolute;top:0;bottom:0;left:-2rem;transform:scaleY(0)}.accolade-item:hover:before{transform:scaleY(1)}.accolade-year{letter-spacing:.12em;color:var(--gold);white-space:nowrap;padding-top:.2rem;font-size:.7rem;font-weight:500}.accolade-body{flex-direction:column;gap:.25rem;display:flex}.accolade-title{color:var(--ink);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:400;line-height:1.35}.accolade-subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.78rem;font-weight:500}.accolade-venue{color:var(--ash);font-size:.85rem;font-weight:300;line-height:1.65}.accolade-link{letter-spacing:.18em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--gold);width:fit-content;margin-top:.5rem;padding-bottom:2px;font-size:.7rem;font-weight:500;transition:color .2s;display:inline-block}.accolade-link:hover{color:var(--gold)}.tier--award .accolade-item{background:var(--white);border-top:none;border-bottom:none;margin-bottom:.75rem;padding:1.8rem 1.5rem;box-shadow:0 1px #b8963e26,0 2px 12px #1512100a}.tier--award .accolade-item:hover{box-shadow:0 1px #b8963e4d,0 4px 20px #15121012}.tier--award .accolade-item:before{border-radius:0 2px 2px 0;width:3px;left:0}.tier--science .accolade-title{letter-spacing:.01em;font-family:Jost,sans-serif;font-size:.95rem;font-style:normal;font-weight:400}.tier--science .accolade-venue{font-size:.8rem;font-style:italic}@media (width<=900px){.accolades-inner{grid-template-columns:1fr}.accolades-sidenav{border-bottom:1px solid #b8963e33;border-left:none;flex-flow:wrap;gap:.5rem 1.5rem;margin-bottom:3rem;padding:0 0 1.5rem;position:static}.sidenav-link:before{display:none}}@media (width<=600px){.accolade-item{grid-template-columns:1fr;gap:.25rem}.accolade-year{padding-top:0}.tier--award .accolade-item{padding:1.25rem 1rem}}.t-hero{align-items:flex-end;height:100vh;min-height:560px;display:flex;position:relative;overflow:hidden}.t-hero__bg{background-position:50% 30%;background-repeat:no-repeat;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}.t-hero:hover .t-hero__bg{transform:scale(1)}.t-hero__overlay{z-index:1;background:linear-gradient(#0f0c0a40 0%,#0f0c0a26 35%,#0f0c0acc 75%,#0f0c0af2 100%);position:absolute;inset:0}.t-hero__deco{color:var(--gold);opacity:.06;z-index:2;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Playfair Display,serif;font-size:clamp(14rem,22vw,22rem);line-height:1;position:absolute;top:12%;right:5%}.t-hero__content{z-index:3;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem 5rem;position:relative}.t-hero__content .section-label{color:var(--gold-light)}.t-hero__title{color:var(--white);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:400;line-height:1.1}.t-hero__title em{color:var(--gold-light);font-style:italic}.t-hero__body{color:#fff9;max-width:480px;margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.8}.t-hero__rule{background:var(--gold);opacity:.7;width:2.5rem;height:1px;margin-bottom:1.25rem}.t-hero__count{letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;font-size:.75rem;font-weight:400}.t-hero__count span{color:var(--gold-light);letter-spacing:.04em;text-transform:none;font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.t-hero__bg{background-image:url(../../../static/assets/mobile/HeroSection/hero2.jpeg);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}@media (width<=768px){.t-hero__bg{background-image:url(../../../static/assets/mobile/HeroSection/hero3.jpeg);background-position:50% 30%}}@media (width<=600px){.t-hero{min-height:100svh}.t-hero__deco{opacity:.05;font-size:10rem;top:8%;right:0}.t-hero__content{padding:0 1.25rem 4rem}.t-hero__title{font-size:2.4rem}}.t-grid-section{padding:var(--section-pad);background:var(--my-col)}.t-grid-inner{max-width:1100px;margin:0 auto}.t-grid-section .section-header{text-align:left;margin-bottom:4rem}.t-grid-section .section-header h2{color:var(--white)}.t-grid{columns:3;column-gap:1.75rem}.t-card{break-inside:avoid;background:var(--ink-mid-test);border:1px solid #b8963e1a;width:100%;margin-bottom:1.75rem;padding:2rem 2rem 1.75rem;transition:border-color .3s,transform .3s;display:inline-block;position:relative;overflow:hidden}.t-card:hover{border-color:#b8963e66;transform:translateY(-3px)}.t-card__quote-mark{color:var(--gold);opacity:.07;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Playfair Display,serif;font-size:7rem;line-height:1;position:absolute;top:-.75rem;right:1.25rem}.t-card__badge{letter-spacing:.2em;text-transform:uppercase;border-radius:0;margin-bottom:1.25rem;padding:.28rem .7rem;font-size:.6rem;font-weight:500;display:inline-block}.badge--green{color:var(--gold-light);background:#b8963e1f;border:1px solid #b8963e40}.badge--gold{color:var(--gold-light);background:#b8963e33;border:1px solid #b8963e59}.badge--ink{color:var(--dust);background:#ffffff0f;border:1px solid #ffffff1a}.badge--dust{color:var(--dust);background:0 0;border:1px solid #9a949040}.t-grid-section:after{content:"";opacity:.5;background-color:var(--gold);width:320px;height:18px;margin:1.5rem auto 3.5rem;display:block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 18'%3E%3Cpath fill='%23000' d='M160 9 C140 9 135 2 125 2 C115 2 112 6 108 6 C100 6 98 2 90 2 C80 2 75 9 60 9 C45 9 38 3 28 3 C20 3 16 7 10 7 C6 7 3 5 0 5 L0 9 C3 9 6 11 10 11 C16 11 20 15 28 15 C38 15 45 9 60 9 C75 9 80 16 90 16 C98 16 100 12 108 12 C112 12 115 16 125 16 C135 16 140 9 160 9 C180 9 185 2 195 2 C205 2 208 6 212 6 C220 6 222 2 230 2 C240 2 245 9 260 9 C275 9 282 3 292 3 C300 3 304 7 310 7 C314 7 317 5 320 5 L320 9 C317 9 314 11 310 11 C304 11 300 15 292 15 C282 15 275 9 260 9 C245 9 240 16 230 16 C222 16 220 12 212 12 C208 12 205 16 195 16 C185 16 180 9 160 9Z'/%3E%3Ccircle cx='10' cy='9' r='4' fill='%23000'/%3E%3Ccircle cx='310' cy='9' r='4' fill='%23000'/%3E%3Ccircle cx='60' cy='9' r='3' fill='%23000'/%3E%3Ccircle cx='260' cy='9' r='3' fill='%23000'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 18'%3E%3Cpath fill='%23000' d='M160 9 C140 9 135 2 125 2 C115 2 112 6 108 6 C100 6 98 2 90 2 C80 2 75 9 60 9 C45 9 38 3 28 3 C20 3 16 7 10 7 C6 7 3 5 0 5 L0 9 C3 9 6 11 10 11 C16 11 20 15 28 15 C38 15 45 9 60 9 C75 9 80 16 90 16 C98 16 100 12 108 12 C112 12 115 16 125 16 C135 16 140 9 160 9 C180 9 185 2 195 2 C205 2 208 6 212 6 C220 6 222 2 230 2 C240 2 245 9 260 9 C275 9 282 3 292 3 C300 3 304 7 310 7 C314 7 317 5 320 5 L320 9 C317 9 314 11 310 11 C304 11 300 15 292 15 C282 15 275 9 260 9 C245 9 240 16 230 16 C222 16 220 12 212 12 C208 12 205 16 195 16 C185 16 180 9 160 9Z'/%3E%3Ccircle cx='10' cy='9' r='4' fill='%23000'/%3E%3Ccircle cx='310' cy='9' r='4' fill='%23000'/%3E%3Ccircle cx='60' cy='9' r='3' fill='%23000'/%3E%3Ccircle cx='260' cy='9' r='3' fill='%23000'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.t-card__body{margin:0;font-style:normal}.t-card__body p{color:#ffffffb8;z-index:1;font-size:.9rem;font-weight:300;line-height:1.85;position:relative}.t-card__footer{margin-top:1.5rem}.t-card__divider{background:var(--gold);opacity:.4;width:2rem;height:1px;margin-bottom:1rem}.t-card__person{flex-direction:column;gap:.2rem;display:flex}.t-card__name{color:var(--white);font-family:Playfair Display,serif;font-size:.95rem;font-style:italic;font-weight:400}.t-card__designation{letter-spacing:.15em;text-transform:uppercase;color:var(--ash);font-size:.68rem;font-weight:500}.t-card--featured{text-align:center;background:#b8963e0f;border-color:#b8963e40;width:100%;margin-top:.25rem;margin-bottom:2rem;display:block}.t-card--featured .t-card__quote-mark{opacity:.05;right:2rem}.t-card--featured .t-card__body p{max-width:680px;margin:0 auto;font-size:1rem;font-style:italic}.t-card--featured .t-card__footer{flex-direction:column;align-items:center;display:flex}@media (width<=960px){.t-grid{columns:2}}@media (width<=600px){.t-grid{columns:1}.t-card{padding:1.5rem 1.5rem 1.25rem}}.tours-hero{align-items:flex-end;height:100vh;min-height:490px;display:flex;position:relative;overflow:hidden}.tours-hero__bg{background-image:url(../../../static/assets/desktop/HeroSection/hero2.jpeg);background-position:50% 35%;background-repeat:no-repeat;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}.tours-hero:hover .tours-hero__bg{transform:scale(1)}.tours-hero__overlay{z-index:1;background:linear-gradient(#0f0c0a4d 0%,#0f0c0a33 30%,#0f0c0abf 70%,#0f0c0af2 100%);position:absolute;inset:0}.tours-hero__content{z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem 4.5rem;position:relative}.tours-hero__content .section-label{color:var(--gold-light);margin-bottom:.75rem}.tours-hero__title{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:400;line-height:1.1}.tours-hero__title em{color:var(--gold-light);font-style:italic}.tours-hero__body{color:#ffffff8c;max-width:500px;margin-bottom:1.5rem;font-size:.92rem;font-weight:300;line-height:1.8}.tours-hero__rule{background:var(--gold);opacity:.7;width:2.5rem;height:1px;margin-bottom:1rem}.tours-hero__count{letter-spacing:.18em;text-transform:uppercase;color:#fff6;font-size:.72rem;font-weight:400}.tours-hero__count span{color:var(--gold-light);letter-spacing:.04em;text-transform:none;font-family:Playfair Display,serif;font-size:.95rem;font-style:italic}@media (width<=768px){.tours-hero{height:55vh;min-height:360px}.tours-hero__bg{background-image:url(../../../static/assets/mobile/HeroSection/hero1.jpeg)}.tours-hero__content{padding:0 1.25rem 3rem}}@media (width<=600px){.tours-hero{height:97vh;min-height:300px}.tours-hero__title{font-size:2rem}}.tours-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.tours-toolbar__search{background:var(--bone);border:4px solid #1a161238;border-radius:0;flex:1;align-items:center;max-width:480px;padding:0 1rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;transition:border-color .25s;display:flex}.tours-toolbar__search:focus-within{border-color:var(--gold)}.tours-toolbar__icon{width:18px;height:18px;color:var(--ash);flex-shrink:0;margin-right:.75rem}.tours-toolbar__input{color:#000;letter-spacing:.02em;background:0 0;border:none;outline:none;flex:1;padding:.85rem 0;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300}.tours-toolbar__input::placeholder{color:var(--dust)}.tours-toolbar__sorts{align-items:center;gap:.75rem;display:flex}.tours-toolbar__label{letter-spacing:.2em;text-transform:uppercase;color:var(--ash);font-size:.7rem;font-weight:500}.tours-toolbar__select{color:var(--ink);background:var(--white);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a5450' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #1a16121f;outline:none;padding:.85rem 2.5rem .85rem 1rem;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;transition:border-color .25s}.tours-toolbar__select:focus{border-color:var(--gold)}@media (width<=768px){.tours-toolbar__search{max-width:100%}.tours-toolbar__sorts{justify-content:space-between}}.tour-card{background:var(--white);color:inherit;border:1px solid #1a161214;flex-direction:column;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;overflow:hidden}.tour-card:hover{border-color:#b8963e59;transform:translateY(-4px);box-shadow:0 12px 40px #1a161214}.tour-card__banner{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.tour-card__img{object-fit:cover;width:100%;height:auto;transition:transform .6s}.tour-card:hover .tour-card__img{transform:scale(1.06)}.tour-card__banner-overlay{background:linear-gradient(#0000 50%,#0f0c0a40 100%);position:absolute;inset:0}.tour-card__status{letter-spacing:.18em;text-transform:uppercase;z-index:2;border-radius:0;padding:.3rem .7rem;font-size:.58rem;font-weight:600;position:absolute;top:1rem;right:1rem}.status--open{color:#2d6a4f;background:#ffffffeb;border:1px solid #2d6a4f33}.status--limited{color:#b8963e;background:#b8963e26;border:1px solid #b8963e4d}.status--urgent{color:#b43232;background:#b432321f;border:1px solid #b4323240;animation:2s ease-in-out infinite pulse-badge}.status--full{color:var(--ash);background:#5a545033;border:1px solid #5a54504d}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.tour-card__body{flex-direction:column;flex:1;padding:1.5rem 1.5rem 1.75rem;display:flex}.tour-card__meta-row{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.tour-card__price{flex-direction:column;gap:.1rem;display:flex}.tour-card__price-label{letter-spacing:.2em;text-transform:uppercase;color:var(--dust);font-size:.6rem;font-weight:500}.tour-card__price-value{color:var(--ink);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:400;line-height:1.2}.tour-card__price-unit{color:var(--ash);letter-spacing:.05em;font-size:.62rem}.tour-card__date{color:var(--ink);align-items:center;gap:.5rem;padding-top:.1rem;font-size:.78rem;display:flex}.tour-card__cal-icon{width:15px;height:15px;color:var(--gold);flex-shrink:0}.tour-card__title{color:var(--ink);margin-bottom:.35rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:400;line-height:1.3}.tour-card__location{color:var(--ash);letter-spacing:.02em;margin-bottom:1rem;font-size:.78rem;font-weight:300}.tour-card__info-row{border-top:1px solid #1a16120f;align-items:center;gap:1.5rem;margin-top:auto;padding-top:1rem;display:flex}.tour-card__seats,.tour-card__duration{color:var(--ash);letter-spacing:.04em;align-items:center;gap:.45rem;font-size:.72rem;display:flex}.tour-card__seats svg,.tour-card__duration svg,.tour-card__seat-icon,.tour-card__clock-icon{width:14px;height:14px;color:var(--dust);flex-shrink:0}.tour-card__seats strong{color:var(--ink);font-weight:500}.tours-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.tours-grid__empty{text-align:center;color:var(--ash);letter-spacing:.05em;grid-column:1/-1;padding:4rem 2rem;font-size:.95rem}@media (width<=960px){.tours-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=600px){.tours-grid{grid-template-columns:1fr;gap:1.25rem}}.tours-dashboard{padding:var(--section-pad);background:var(--cream)}.tours-dashboard__inner{max-width:1200px;margin:0 auto}.tours-dashboard__count{letter-spacing:.12em;color:var(--ash);text-transform:uppercase;margin-bottom:2rem;font-size:.72rem}.tours-dashboard__count span{color:var(--gold);font-weight:500}@media (width<=768px){.tours-toolbar{flex-direction:column;align-items:stretch;gap:1rem}.tours-toolbar__search{max-width:100%}.tours-toolbar__sorts{justify-content:space-between}}.custom-panel{background:var(--cream);padding:0 2rem 7rem}.custom-panel__inner{border-top:1px solid #1a16121a;max-width:1200px;margin:0 auto;padding-top:4.5rem}.custom-panel__header{margin-bottom:3rem}.custom-panel__title{color:var(--ink);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.25}.custom-panel__sub{color:var(--ash);max-width:540px;font-size:.95rem;font-weight:300;line-height:1.75}.custom-panel__grid{background:#1a161212;grid-template-columns:1fr 1fr;gap:1.5px;display:grid}.custom-panel__col{background:var(--cream);padding:2.5rem}.custom-panel__col-heading{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.custom-panel__list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.custom-panel__item{color:var(--ink);align-items:flex-start;gap:.75rem;font-size:.99rem;font-weight:300;line-height:1.55;display:flex}.custom-panel__diamond{color:var(--gold);flex-shrink:0;margin-top:.5em;font-size:.8rem}.custom-panel__item--premium{align-items:flex-start}.custom-panel__dep-title{color:var(--ink);font-size:1.5rem;font-weight:600;line-height:1.4;display:block}.custom-panel__dep-subtitle{color:var(--ash);margin-top:.2rem;margin-bottom:.75rem;font-size:1.08rem;font-weight:300;line-height:1.5;display:block}.custom-panel__routes{flex-direction:column;gap:.4rem;list-style:none;display:flex}.custom-panel__routes li{color:var(--ash);border-left:2px solid #b8963e4d;padding-left:1rem;font-size:1.24rem;font-weight:300;line-height:1.55}.custom-panel__route-label{color:var(--ink);margin-right:.4rem;font-weight:500}@media (width<=768px){.custom-panel{padding:0 1.25rem 5rem}.custom-panel__grid{grid-template-columns:1fr}.custom-panel__col{padding:1.75rem 1.25rem}}.memories-signoff{background:var(--cream);padding-bottom:.9rem}.memories-signoff__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.memories-signoff__logo{opacity:.88;filter:grayscale(10%);width:300px;height:auto}.memories-signoff__label{letter-spacing:.18em;text-transform:uppercase;color:var(--ash,#7a7068);margin:.25rem 0 0;font-size:.72rem}.memories-signoff__title{color:var(--ink,#1a1612);letter-spacing:.01em;margin:0;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:400}.memories-signoff__tagline{color:var(--gold);padding-bottom:.9rem;font-family:Times New Roman,Times,serif;font-size:1.35rem;font-style:italic}@media (width<=600px){.memories-signoff__logo{width:190px}.memories-signoff__title{font-size:1.4rem}}.td-section{border-bottom:1px solid #1a161212;padding:5rem 0}.td-section:last-child{border-bottom:none}.td-section__header{margin-bottom:2.5rem}.td-section__title{color:var(--ink);font-family:Playfair Display,serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:400;line-height:1.2}.td-hero{align-items:flex-end;height:auto;min-height:812px;display:flex;position:relative;overflow:hidden}.td-hero__bg{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;transition:transform 9s;position:absolute;inset:0;transform:scale(1.04)}.td-hero:hover .td-hero__bg{transform:scale(1)}.td-hero__overlay{z-index:1;background:linear-gradient(135deg,#151210e0 0%,#15121073 50%,#151210d1 100%);position:absolute;inset:0}.td-hero__rule-deco{background:linear-gradient(to bottom, transparent, var(--gold), transparent);z-index:2;opacity:.3;width:1px;height:55%;position:absolute;top:50%;right:6rem;transform:translateY(-50%)}.td-hero__content{z-index:3;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem 4.5rem;position:relative}.td-hero__back{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:.45rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:900;transition:color .25s;display:inline-flex}.td-hero__back svg{width:13px;height:13px}.td-hero__back:hover{color:var(--gold-light)}.td-hero__title{color:var(--white);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.12}.td-hero__title em{color:var(--gold-light);font-style:italic}.td-hero__chips{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;display:flex}.td-hero__chip{letter-spacing:.06em;color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1f;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.72rem;font-weight:400;display:inline-flex}.td-hero__chip svg{width:13px;height:13px;color:var(--gold);flex-shrink:0}.td-hero__bottom{flex-wrap:wrap;align-items:flex-end;gap:2.5rem;display:flex}.td-hero__price-block{flex-direction:column;gap:.1rem;display:flex}.td-hero__price-value{color:var(--white);font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1}.td-hero__price-unit{color:var(--cream);letter-spacing:.06em;font-size:.95rem}.td-hero__cta{background:var(--gold);color:var(--ink);letter-spacing:.18em;text-transform:uppercase;padding:.85rem 2rem;font-size:.72rem;font-weight:600;transition:background .25s,transform .2s;display:inline-block}.td-hero__cta:hover{background:var(--gold-light);transform:translateY(-2px)}@media (width<=600px){.td-hero__bg{background-color:#3b2a1a;background-image:linear-gradient(90deg,#0000 20%,#d4af37 50%,#0000 80%),radial-gradient(circle at 0 0,#d4af37 2px,#0000 2px),radial-gradient(circle at 100% 100%,#d4af37 2px,#0000 2px);background-position:50%,0 0,100% 100%;background-repeat:no-repeat;background-size:cover,12px 12px,12px 12px;transform:none}.td-hero{height:auto;min-height:0;padding-top:7rem}.td-hero__rule-deco{display:none}.td-hero__content{padding:0 1.25rem 3.5rem}.td-hero__title{font-size:1.9rem}}@media (width<=480px){.td-hero__bottom{flex-direction:column;align-items:flex-start;gap:1.25rem}.td-hero__cta{text-align:center;width:100%}}.td-quickinfo{border-bottom:1px solid #1a161212;padding:3rem 0}.td-quickinfo__grid{grid-template-columns:repeat(3,1fr);display:grid}.td-quickinfo__item{border-bottom:1px solid #1a161212;border-right:1px solid #1a161212;flex-direction:column;gap:.3rem;padding:1.5rem 2rem;display:flex}.td-quickinfo__item:nth-child(3n){border-right:none}.td-quickinfo__item:nth-child(n+4){border-bottom:none}.td-qi-label{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);font-size:.6rem;font-weight:500}.td-qi-value{color:var(--ink);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:400}.td-qi-value--seats{color:#2d6a4f}@media (width<=900px){.td-quickinfo__grid{grid-template-columns:repeat(2,1fr)}.td-quickinfo__item:nth-child(3n){border-right:1px solid #1a161212}.td-quickinfo__item:nth-child(2n){border-right:none}.td-quickinfo__item:nth-child(3),.td-quickinfo__item:nth-child(4){border-bottom:1px solid #1a161212}.td-quickinfo__item:nth-child(n+5){border-bottom:none}}@media (width<=768px){.td-quickinfo__grid{grid-template-columns:1fr}.td-quickinfo__item{border-right:none!important}.td-quickinfo__item:last-child{border-bottom:none}}.td-itinerary{flex-direction:column;display:flex}.td-itinerary__item{grid-template-columns:80px 1fr;gap:0 1.5rem;display:grid}.td-itinerary__day-col{flex-direction:column;align-items:center;padding-top:.1rem;display:flex}.td-itinerary__day-num{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);white-space:nowrap;font-size:.6rem;font-weight:600}.td-itinerary__connector{background:#1a16121a;flex:1;width:1px;margin-top:.5rem}.td-itinerary__item:last-child .td-itinerary__connector{display:none}.td-itinerary__card{padding:0 0 2.5rem}.td-itinerary__title{color:var(--ink);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:900;line-height:1.9}.td-itinerary__desc{color:var(--ash);font-size:.98rem;font-weight:400;line-height:1.8}@media (width<=768px){.td-itinerary__item{grid-template-columns:60px 1fr}}.td-logistics__grid{background:#1a161212;grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid}.td-logistics__card{background:var(--cream);padding:2rem 1.75rem}.td-logistics__icon{width:48px;height:48px;color:var(--gold);margin-bottom:1rem}.td-logistics__icon svg{width:100%;height:100%}.td-logistics__card-title{color:var(--ink);margin-bottom:.75rem;font-family:Times New Roman,Times,serif;font-size:1.65rem;font-weight:200}.td-logistics__card p{color:var(--ash);font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:.95rem;font-weight:300;line-height:1.8}@media (width<=900px){.td-logistics__grid{grid-template-columns:1fr}}.td-carry{position:relative}.td-carry__icon-accent{color:#b8963e14;pointer-events:none;width:80px;height:80px;position:absolute;top:5rem;right:0}.td-carry__icon-accent svg{width:100%;height:100%}.td-carry__list{grid-template-columns:repeat(2,1fr);gap:.75rem 3rem;max-width:780px;list-style:none;display:grid}.td-carry__item{color:var(--ash);align-items:flex-start;gap:.75rem;font-size:1.08rem;font-weight:360;line-height:1.6;display:flex}.td-carry__dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.55rem}@media (width<=768px){.td-carry__list{grid-template-columns:1fr}}.td-notes__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.td-notes__card{border:1px solid #b8963e26;border-left:3px solid var(--gold);background:#b8963e0a;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.td-notes__card:hover{background:#b8963e14}.td-notes__card-icon{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:.2rem}.td-notes__card-icon svg{width:100%;height:100%}.td-notes__card-text{color:var(--ink);margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.93rem;font-weight:400;line-height:1.7}@media (width<=768px){.td-notes__grid{grid-template-columns:1fr}.td-notes__card{padding:1rem 1.25rem}}.td-pdf{border-bottom:none}.td-pdf__inner{background:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:3.5rem;display:flex}.td-pdf__title{color:var(--white);margin:.4rem 0 .6rem;font-family:Playfair Display,serif;font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:400;line-height:1.2}.td-pdf__sub{color:var(--dust);max-width:500px;font-size:.83rem;font-weight:300;line-height:1.75}.td-pdf__btn{color:var(--gold-light);border:1px solid var(--gold);letter-spacing:.18em;text-transform:uppercase;background:0 0;flex-shrink:0;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:.72rem;font-weight:600;transition:background .25s,color .25s;display:inline-flex}.td-pdf__btn svg{width:15px;height:15px}.td-pdf__btn:hover{background:var(--gold);color:var(--ink)}@media (width<=768px){.td-pdf__inner{flex-direction:column;align-items:flex-start;padding:2rem 1.5rem}}.td-booking__grid{background:#1a161212;grid-template-columns:1fr 1fr;gap:1.5px;display:grid}.td-booking__price-card,.td-booking__contact-card{background:var(--cream);padding:2.5rem}.td-booking__price-label{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.td-booking__price-main{color:var(--ink);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:400;line-height:1}.td-booking__price-unit{color:var(--ash);font-family:Jost,sans-serif;font-size:1.2rem;font-weight:300}.td-booking__price-details{border-top:1px solid #1a161212;flex-direction:column;gap:.6rem;margin-bottom:1.25rem;padding-top:1.25rem;display:flex}.td-booking__price-row{color:var(--ash);justify-content:space-between;font-size:.98rem;display:flex}.td-booking__price-row strong{color:var(--ink);font-weight:500}.td-booking__cancel-btn{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border:1px solid #b8963e59;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.7rem 1.2rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,border-color .25s;display:inline-flex}.td-booking__cancel-btn svg{flex-shrink:0;width:15px;height:15px}.td-booking__cancel-btn:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.td-booking__contact-title{color:var(--ink);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:400}.td-booking__contact-sub{color:var(--ash);margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.75}.td-booking__contact-links{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.td-booking__cta{text-align:center;letter-spacing:.18em;text-transform:uppercase;padding:.85rem 1.5rem;font-size:.82rem;font-weight:600;transition:background .25s,color .25s,border-color .25s;display:inline-block}.td-booking__cta--primary{background:var(--ink);color:var(--white);border:1px solid var(--ink)}.td-booking__cta--primary:hover{background:var(--gold);border-color:var(--gold);color:var(--ink)}.td-booking__cta--secondary{color:var(--ink);background:0 0;border:1px solid #1a161233}.td-booking__cta--secondary:hover{border-color:var(--gold);color:var(--gold)}.td-booking__seats-note{color:var(--ash);align-items:center;gap:.6rem;font-size:.78rem;display:flex}.td-booking__seats-note svg{width:15px;height:15px;color:var(--gold);flex-shrink:0}.td-booking__seats-note strong{color:var(--ink)}@media (width<=900px){.td-booking__grid{grid-template-columns:1fr}}@media (width<=480px){.td-booking__price-card,.td-booking__contact-card{padding:1.45rem 1.15rem}}
