:root{--ivory: #f4ede3;--ivory-deep: #ebe1d3;--ivory-warm: #f9f4ec;--ink: #1a1612;--ink-soft: #3d352e;--ink-faded: #6b6058;--terracotta: #b54a30;--terracotta-deep: #8a3520;--terracotta-soft: #d97559;--night: #1d2a3a;--night-soft: #2d3f55;--gold: #a8884a;--gold-soft: #c4a572;--line: rgba(26, 22, 18, .12);--line-strong: rgba(26, 22, 18, .2);--serif: "Fraunces", "Times New Roman", Georgia, serif;--sans: "Inter Tight", system-ui, -apple-system, sans-serif;--container: 1320px;--container-narrow: 920px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-pill: 100px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(26, 22, 18, .04);--shadow-md: 0 4px 12px rgba(26, 22, 18, .06);--shadow-lg: 0 12px 32px -8px rgba(26, 22, 18, .12);--shadow-focus: 0 0 0 3px rgba(181, 74, 48, .18);--t-fast: .15s ease;--t-base: .25s cubic-bezier(.4, 0, .2, 1);--t-slow: .4s cubic-bezier(.16, 1, .3, 1);--input-bg: #ffffff;--input-border: rgba(26, 22, 18, .18);--input-border-hover: rgba(26, 22, 18, .35);--input-border-focus: var(--terracotta);--input-text: var(--ink);--input-placeholder: rgba(107, 96, 88, .55);--input-bg-disabled: rgba(26, 22, 18, .03);--error: #b54a30;--success: #4a7c3b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);font-weight:400;color:var(--ink);background:var(--ivory);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-feature-settings:"ss01","cv11"}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.35;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::-moz-selection{background:var(--terracotta);color:var(--ivory)}::selection{background:var(--terracotta);color:var(--ivory)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 2rem}.container-narrow{max-width:var(--container-narrow)}.eyebrow{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--terracotta-deep);display:inline-flex;align-items:center;gap:.85rem}.eyebrow:before{content:"";width:32px;height:1px;background:currentColor}.section-title{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,4.5vw,3.75rem);line-height:1.05;letter-spacing:-.025em;color:var(--ink)}.section-title em{font-style:italic;font-weight:400;color:var(--terracotta)}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.6rem;font-family:var(--sans);font-size:.875rem;font-weight:600;letter-spacing:.01em;border-radius:100px;border:1px solid transparent;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);text-align:center;white-space:nowrap}.btn-primary{background:var(--ink);color:var(--ivory);border-color:var(--ink)}.btn-primary:hover{background:var(--terracotta);border-color:var(--terracotta);transform:translateY(-1px);box-shadow:0 10px 25px -10px #b54a3080}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover{background:var(--ink);color:var(--ivory);border-color:var(--ink)}.btn-large{padding:1.15rem 2rem;font-size:.95rem}.btn .arrow{transition:transform .3s;display:inline-block}.btn:hover .arrow{transform:translate(4px)}.btn-small{padding:.6rem 1.1rem;font-size:.825rem}.btn-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--terracotta-deep);text-decoration:none;padding:0;border:none;background:transparent;cursor:pointer;transition:color var(--t-base),gap var(--t-base);position:relative}.btn-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform var(--t-base)}.btn-link:hover{color:var(--terracotta);gap:.75rem}.btn-link:hover:after{transform:scaleX(1)}.btn-link .arrow{transition:transform var(--t-base)}.btn-link:hover .arrow{transform:translate(3px)}.reveal{opacity:0;transform:translateY(30px);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.page-content{font-family:var(--sans);color:var(--ink);line-height:1.65}.page-content h1,.page-content h2,.page-content h3,.page-content h4{font-family:var(--serif);font-weight:400;color:var(--ink);letter-spacing:-.015em;line-height:1.15}.page-content h1{font-weight:300;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.03em;margin-bottom:var(--space-6)}.page-content h2{font-weight:300;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.02em;margin-top:var(--space-12);margin-bottom:var(--space-6)}.page-content h3{font-size:clamp(1.25rem,1.8vw,1.5rem);margin-top:var(--space-8);margin-bottom:var(--space-4)}.page-content h4{font-family:var(--sans);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--ink-faded);margin-top:var(--space-8);margin-bottom:var(--space-3)}.page-content h1 em,.page-content h2 em,.page-content h3 em{font-style:italic;color:var(--terracotta);font-weight:inherit}.page-content p{font-size:1.05rem;line-height:1.7;color:var(--ink-soft);margin-bottom:var(--space-5);max-width:65ch}.page-content p.lead{font-size:1.2rem;line-height:1.6;color:var(--ink-soft);margin-bottom:var(--space-8);max-width:60ch}.page-content a:not(.btn):not(.btn-link):not(.card){color:var(--terracotta-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#8a352066;transition:text-decoration-color var(--t-base),color var(--t-base)}.page-content a:not(.btn):not(.btn-link):not(.card):hover{color:var(--terracotta);text-decoration-color:var(--terracotta)}.page-content ul,.page-content ol{margin-bottom:var(--space-6);padding-left:0;max-width:65ch}.page-content ul{list-style:none}.page-content ul li{position:relative;padding-left:1.75rem;margin-bottom:var(--space-3);color:var(--ink-soft);line-height:1.65}.page-content ul li:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:1px;background:var(--terracotta)}.page-content ol{list-style:none;counter-reset:ordered}.page-content ol li{position:relative;padding-left:2.25rem;margin-bottom:var(--space-4);counter-increment:ordered;color:var(--ink-soft)}.page-content ol li:before{content:counter(ordered,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--serif);font-style:italic;font-weight:400;font-size:1.05rem;color:var(--terracotta)}.page-content strong{font-weight:600;color:var(--ink)}.page-content em{font-style:italic}.page-content hr{border:none;height:1px;background:var(--line);margin:var(--space-12) 0}.page-content blockquote{border-left:3px solid var(--terracotta);padding:var(--space-4) var(--space-6);margin:var(--space-8) 0;font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.35rem;line-height:1.5;color:var(--ink-soft);max-width:60ch}.form{display:flex;flex-direction:column;gap:var(--space-6)}.form-row{display:grid;gap:var(--space-5)}@media(min-width:640px){.form-row--2{grid-template-columns:1fr 1fr}}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field-label,.form label:not(.checkbox){font-family:var(--sans);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--ink-faded);margin-bottom:0;display:block}.field-label .required,.form label .required{color:var(--terracotta);margin-left:2px}.field-label .optional,.form label .optional{color:var(--ink-faded);font-weight:400;text-transform:none;letter-spacing:0;font-size:.7rem;margin-left:4px}.form input[type=text],.form input[type=email],.form input[type=tel],.form input[type=url],.form input[type=number],.form input[type=password],.form input[type=search],.form input[type=date],.form select,.form textarea{width:100%;display:block;padding:.85rem 1.1rem;font-family:var(--sans);font-size:1rem;font-weight:400;line-height:1.5;color:var(--input-text);background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-sm);transition:border-color var(--t-base),box-shadow var(--t-base);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form input::-moz-placeholder,.form textarea::-moz-placeholder{color:var(--input-placeholder);font-weight:400}.form input::placeholder,.form textarea::placeholder{color:var(--input-placeholder);font-weight:400}.form input:hover:not(:focus):not(:disabled),.form select:hover:not(:focus):not(:disabled),.form textarea:hover:not(:focus):not(:disabled){border-color:var(--input-border-hover)}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--input-border-focus);box-shadow:var(--shadow-focus)}.form input:disabled,.form select:disabled,.form textarea:disabled{background:var(--input-bg-disabled);color:var(--ink-faded);cursor:not-allowed}.form textarea{min-height:140px;resize:vertical;font-family:var(--sans)}.form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6058' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.1rem center;background-size:12px 8px;padding-right:2.75rem;cursor:pointer}.field-help{font-size:.825rem;color:var(--ink-faded);line-height:1.5}.field--error input,.field--error select,.field--error textarea{border-color:var(--error)}.field-error,.form-error{font-size:.825rem;color:var(--error);font-weight:500}.alert{padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);font-size:.95rem;line-height:1.5;margin-bottom:var(--space-5)}.alert-success{background:#4a7c3b1a;border:1px solid rgba(74,124,59,.25);color:var(--success)}.alert-error{background:#b54a3014;border:1px solid rgba(181,74,48,.2);color:var(--error)}.checkbox{display:flex;align-items:flex-start;gap:var(--space-3);cursor:pointer;font-size:.925rem;color:var(--ink-soft);line-height:1.5}.checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-box{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;border:1px solid var(--input-border);border-radius:var(--radius-sm);background:var(--input-bg);flex-shrink:0;margin-top:1px;transition:all var(--t-base);position:relative}.checkbox:hover .checkbox-box{border-color:var(--input-border-hover)}.checkbox input:focus-visible+.checkbox-box{box-shadow:var(--shadow-focus);border-color:var(--input-border-focus)}.checkbox input:checked+.checkbox-box{background:var(--terracotta);border-color:var(--terracotta)}.checkbox input:checked+.checkbox-box:after{content:"";width:10px;height:6px;border-left:2px solid var(--ivory);border-bottom:2px solid var(--ivory);transform:rotate(-45deg) translate(1px,-1px)}.checkbox-label{flex:1}.checkbox-label a{color:var(--terracotta-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-submit{display:flex;gap:var(--space-4);align-items:center;flex-wrap:wrap}.form-submit .submit-note{font-size:.825rem;color:var(--ink-faded)}.form-group{display:flex;flex-direction:column;gap:var(--space-2)}.form-group label{font-family:var(--sans);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--ink-faded);display:block}.form-privacy{display:flex;align-items:flex-start;gap:var(--space-3);font-size:.9rem;color:var(--ink-soft);line-height:1.5}.form-privacy label{display:flex;align-items:flex-start;gap:var(--space-3);cursor:pointer;text-transform:none;letter-spacing:0;font-size:.9rem;font-weight:400;color:var(--ink-soft)}.form-privacy a{color:var(--terracotta-deep);text-decoration:underline;text-underline-offset:2px}.form input.error,.form textarea.error,.form select.error{border-color:var(--error)}.card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-8);background:var(--ivory-warm);border-radius:var(--radius-lg);border:1px solid var(--line);text-decoration:none;color:inherit;transition:border-color var(--t-base),transform var(--t-base),box-shadow var(--t-base)}.card:hover{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:var(--shadow-md)}.card-eyebrow{font-family:var(--sans);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--terracotta-deep);margin-bottom:var(--space-2)}.card h3,.card-title{font-family:var(--serif);font-weight:400;font-size:1.375rem;line-height:1.25;color:var(--ink);margin:0 0 var(--space-2) 0;letter-spacing:-.01em}.card p,.card-body{font-size:.975rem;line-height:1.6;color:var(--ink-soft);margin:0}.card-footer{margin-top:auto;padding-top:var(--space-4)}.card-grid{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:720px){.card-grid--2{grid-template-columns:1fr 1fr}.card-grid--3{grid-template-columns:repeat(3,1fr)}}.card-list{display:flex;flex-direction:column;gap:1.25rem}.cta-block{display:flex;flex-direction:column;gap:var(--space-5);padding:clamp(var(--space-8),5vw,var(--space-16));background:var(--night);color:var(--ivory);border-radius:var(--radius-lg);position:relative;overflow:hidden}.cta-block:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(circle at 80% 50%,rgba(181,74,48,.15),transparent 70%);pointer-events:none}.cta-block>*{position:relative;z-index:1}.cta-block .card-eyebrow{color:var(--gold-soft);margin-bottom:0}.cta-block .cta-block-title,.cta-block-title{font-family:var(--serif);font-weight:300;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1;letter-spacing:-.025em;color:var(--ivory);margin:0}.cta-block .cta-block-title em,.cta-block-title em{font-style:italic;color:var(--terracotta-soft)}.cta-block .cta-block-body,.cta-block-body{font-size:1.05rem;line-height:1.65;color:#f4ede3c7;max-width:56ch;margin:0}.cta-block-list{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-3);max-width:56ch}.cta-block .cta-block-list li,.cta-block-list li{display:flex;align-items:flex-start;gap:var(--space-3);font-size:.975rem;color:#f4ede3d9;padding-left:0}.cta-block-list li:before{content:"";width:16px;height:1px;background:var(--gold-soft);flex-shrink:0;margin-top:.7em}.cta-block-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.cta-block .btn-primary{background:var(--terracotta);border-color:var(--terracotta)}.cta-block .btn-primary:hover{background:var(--terracotta-soft);border-color:var(--terracotta-soft)}.cta-block .btn-ghost{color:var(--ivory);border-color:#f4ede34d}.cta-block .btn-ghost:hover{background:var(--ivory);color:var(--ink);border-color:var(--ivory)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 0;background:#f4ede3d1;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line);transition:padding .3s ease}.nav-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{font-family:var(--serif);font-weight:500;font-size:1.5rem;letter-spacing:-.02em;color:var(--ink);display:inline-flex;align-items:center;gap:.65rem;text-decoration:none}.logo-symbol{width:2rem;height:2rem;flex-shrink:0;color:var(--terracotta)}.logo-wordmark{display:inline-flex;align-items:baseline;gap:.05em}.logo-wordmark em{font-style:italic;font-weight:400}.logo-dot{color:var(--terracotta);font-weight:600}.nav-links{display:flex;gap:2.5rem;list-style:none;font-size:.875rem;font-weight:500}.nav-links a{color:var(--ink-soft);transition:color .25s;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:var(--terracotta);transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.65,0,.35,1)}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-lang{font-size:.8rem;color:var(--ink-faded);letter-spacing:.05em;font-weight:500}.nav-lang a{transition:color .2s}.nav-lang a:hover,.nav-lang .active{color:var(--ink)}.nav-lang span{margin:0 .4rem;opacity:.4}@media(max-width:860px){.nav-links{display:none}.nav-inner{padding:0 1.25rem}}.skip-link{position:absolute;top:-40px;left:0;background:var(--terracotta);color:var(--ivory);padding:.5rem 1rem;z-index:1000;transition:top .2s}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:focus{position:static;width:auto;height:auto;padding:.5rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal}.hero{position:relative;min-height:100vh;padding:8rem 0 5rem;overflow:hidden}.hero-grid{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.3fr 1fr;gap:5rem;align-items:center;min-height:calc(100vh - 16rem)}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:3rem}}.hero-content{position:relative;z-index:2;align-self:center}.hero .eyebrow{margin-bottom:2.5rem}.hero h1{font-family:var(--serif);font-weight:300;font-size:clamp(2.75rem,7.5vw,6.5rem);line-height:.97;letter-spacing:-.035em;margin-bottom:2.25rem;color:var(--ink)}.hero h1 .em{font-style:italic;font-weight:400;color:var(--terracotta)}.hero h1 .line{display:block;overflow:hidden;padding-bottom:.18em;margin-bottom:-.18em}.hero h1 .line span{display:inline-block;animation:lineReveal 1.1s cubic-bezier(.16,1,.3,1) both}.hero h1 .line:nth-child(1) span{animation-delay:.4s}.hero h1 .line:nth-child(2) span{animation-delay:.55s}.hero h1 .line:nth-child(3) span{animation-delay:.7s}.hero h1 .line:nth-child(4) span{animation-delay:.85s}@keyframes lineReveal{0%{transform:translateY(105%);opacity:0}to{transform:translateY(0);opacity:1}}.hero-sub{font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.55;color:var(--ink-soft);max-width:42ch;margin-bottom:2.75rem;animation:fadeUp 1s ease-out 1.05s both}.hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;animation:fadeUp 1s ease-out 1.2s both}.hero-price{margin-top:1.5rem;display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap;animation:fadeUp 1s ease-out 1.25s both}.hero-price-strike{font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.25rem;color:var(--ink-faded);text-decoration:line-through;text-decoration-thickness:1px}.hero-price-current{font-family:var(--serif);font-weight:400;font-size:1.85rem;color:var(--terracotta);letter-spacing:-.02em;line-height:1}.hero-price-note{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faded);font-weight:500;margin-left:.5rem}@media(max-width:760px){.hero-price{gap:.5rem}.hero-price-note{margin-left:0;flex-basis:100%}}.hero-meta{margin-top:1.5rem;font-size:.8rem;color:var(--ink-faded);letter-spacing:.04em;animation:fadeUp 1s ease-out 1.3s both}.hero-meta .dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--terracotta);margin:0 .7rem;vertical-align:middle}@keyframes fadeUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-side{position:relative;z-index:2;align-self:end;padding-bottom:2rem;animation:fadeUp 1.2s ease-out 1.4s both}.hero-quote{border-left:1px solid var(--line-strong);padding-left:2rem;margin-bottom:3rem}.hero-quote p{font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.35rem;line-height:1.4;color:var(--ink-soft);margin-bottom:.85rem}.hero-quote__author{display:flex;align-items:center;gap:.85rem;margin-top:1.25rem}.hero-quote__avatar{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;flex-shrink:0;filter:grayscale(.2) sepia(.1) contrast(1.02)}.hero-quote__cite{font-style:normal;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faded);font-weight:500;line-height:1.3}.hero-decoration{position:absolute;right:-6%;bottom:-18%;font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(12rem,26vw,24rem);line-height:.85;color:var(--ink);opacity:.028;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;z-index:1;letter-spacing:-.05em}.hero-meta-edition{position:absolute;top:8.5rem;right:2rem;z-index:2;display:flex;gap:2.5rem;align-items:flex-start;animation:fadeUp 1.2s ease-out 1.4s both}.hero-meta-edition__col{display:flex;flex-direction:column;gap:.35rem}.hero-meta-edition__label{font-family:var(--sans);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;color:var(--ink-faded)}.hero-meta-edition__value{font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.1rem;color:var(--ink);line-height:1}@media(max-width:980px){.hero-meta-edition{display:none}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:5;animation:fadeUp 1.5s ease-out 1.8s both}.scroll-indicator span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faded);font-weight:500}.scroll-indicator-line{width:1px;height:50px;background:linear-gradient(to bottom,transparent,var(--ink-faded),transparent);animation:scrollPulse 2.5s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(.4);opacity:.3}50%{transform:scaleY(1);opacity:1}}.statement{padding:9rem 0;background:var(--ivory-deep);position:relative}.statement:before,.statement:after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--line-strong),transparent)}.statement:before{top:0}.statement:after{bottom:0}.statement-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem;text-align:center}.statement-mark{font-family:var(--serif);font-size:5rem;color:var(--terracotta);line-height:1;margin-bottom:1rem;font-weight:300;font-style:italic}.statement h2{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:2.5rem;color:var(--ink)}.statement h2 em{font-style:italic;color:var(--terracotta)}.statement-body{max-width:60ch;margin:0 auto;font-size:1.1rem;line-height:1.7;color:var(--ink-soft)}.statement-body p+p{margin-top:1.25rem}.method{padding:9rem 0;background:var(--ivory)}.method-header{max-width:var(--container-narrow);margin:0 auto 5rem;padding:0 2rem;text-align:center}.method-header .eyebrow,.method-header h2{margin-bottom:1.5rem}.method-header p{font-size:1.1rem;color:var(--ink-soft);max-width:55ch;margin:0 auto}.method-steps{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}@media(max-width:900px){.method-steps{grid-template-columns:1fr;gap:4rem}}.step{position:relative}.step-number{font-family:var(--serif);font-weight:300;font-style:italic;font-size:5rem;line-height:1;color:var(--terracotta);margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.5rem}.step-number .of{font-family:var(--sans);font-style:normal;font-size:.75rem;color:var(--ink-faded);letter-spacing:.1em;text-transform:uppercase;font-weight:500}.step h3{font-family:var(--serif);font-weight:400;font-size:1.75rem;line-height:1.2;margin-bottom:1rem;color:var(--ink);letter-spacing:-.015em}.step-meta{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faded);margin-bottom:1.5rem;font-weight:500}.step p{color:var(--ink-soft);line-height:1.65;font-size:1rem}.step:after{content:"";display:block;width:100%;height:1px;background:var(--line);margin-top:2rem}.why-psychologist{padding:7rem 0;background:var(--ivory-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.why-psychologist-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem}.why-psychologist-content{display:flex;flex-direction:column}.why-psychologist-content .eyebrow{margin-bottom:1.5rem}.why-psychologist-content .section-title{margin-top:0;margin-bottom:2.5rem;max-width:22ch}.why-psychologist-body p{font-size:1.1rem;line-height:1.7;color:var(--ink-soft);margin-bottom:1.25rem;max-width:60ch}.why-psychologist-pull{margin-top:2.5rem;padding:1.5rem 2rem;border-left:3px solid var(--terracotta);font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.4rem;line-height:1.45;color:var(--ink);max-width:50ch}@media(max-width:760px){.why-psychologist{padding:5rem 0}.why-psychologist-pull{font-size:1.2rem;padding:1.25rem 1.5rem}}.differentiators{padding:9rem 0;background:var(--night);color:var(--ivory);position:relative;overflow:hidden}.differentiators-decoration{position:absolute;top:50%;right:-10%;transform:translateY(-50%);font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(20rem,40vw,40rem);color:var(--ivory);opacity:.025;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;line-height:1}.differentiators-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;position:relative;z-index:2}.differentiators-header{max-width:50ch;margin-bottom:5rem}.differentiators-header .eyebrow{color:var(--gold-soft);margin-bottom:1.5rem}.differentiators-header h2{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.1;letter-spacing:-.02em;color:var(--ivory)}.differentiators-header h2 em{font-style:italic;color:var(--gold-soft)}.diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid rgba(244,237,227,.1)}@media(max-width:800px){.diff-grid{grid-template-columns:1fr}}.diff-item{padding:3rem 0;border-bottom:1px solid rgba(244,237,227,.1);display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.diff-item:nth-child(odd){padding-right:3rem;border-right:1px solid rgba(244,237,227,.1)}.diff-item:nth-child(2n){padding-left:3rem}@media(max-width:800px){.diff-item:nth-child(odd),.diff-item:nth-child(2n){padding-right:0;padding-left:0;border-right:none}}.diff-number{font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.5rem;color:var(--gold-soft);line-height:1;padding-top:.5rem}.diff-content h3{font-family:var(--serif);font-weight:400;font-size:1.5rem;line-height:1.25;margin-bottom:.85rem;color:var(--ivory);letter-spacing:-.015em}.diff-content p{color:#f4ede3b3;font-size:.975rem;line-height:1.6}.numbers{padding:7rem 0;background:var(--ivory)}.numbers-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media(max-width:800px){.numbers-inner{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}.number-item{position:relative}.number-item:not(:last-child):after{content:"";position:absolute;right:-1rem;top:15%;bottom:15%;width:1px;background:var(--line)}@media(max-width:800px){.number-item:after{display:none}}.number-value{font-family:var(--serif);font-weight:300;font-size:clamp(3rem,5vw,4.5rem);line-height:1;color:var(--terracotta);margin-bottom:.75rem;letter-spacing:-.04em}.number-value em{font-style:italic}.number-label{font-size:.85rem;color:var(--ink-soft);line-height:1.4;max-width:22ch;margin:0 auto}.team{padding:9rem 0;background:var(--ivory-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.team-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}@media(max-width:900px){.team-inner{grid-template-columns:1fr;gap:3rem}}.team-image{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden;background:var(--ivory-deep)}.team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-image-tag{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--ivory);color:var(--ink);padding:.5rem 1rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;border-radius:100px}.team-content .eyebrow{margin-bottom:1.5rem}.team-content h2{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--ink)}.team-content h2 em{font-style:italic;color:var(--terracotta)}.team-meta{font-size:.85rem;color:var(--ink-faded);letter-spacing:.04em;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.team-meta strong{color:var(--ink);font-weight:500}.team-content p{font-size:1.05rem;line-height:1.65;color:var(--ink-soft);margin-bottom:1.5rem}.team-disclaimer{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--ivory);border-left:3px solid var(--terracotta);font-size:.85rem;color:var(--ink-faded);font-style:italic;line-height:1.5}.faq{padding:9rem 0;background:var(--ivory)}.faq-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem}.faq-header{margin-bottom:4rem;text-align:center}.faq-header .eyebrow{margin-bottom:1.5rem}.faq-list{border-top:1px solid var(--line-strong)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;background:none;border:none;padding:1.75rem 0;font-family:var(--serif);font-weight:400;font-size:1.35rem;color:var(--ink);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:2rem;transition:color .3s;letter-spacing:-.01em}.faq-question:hover{color:var(--terracotta)}.faq-toggle{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative}.faq-toggle:before,.faq-toggle:after{content:"";position:absolute;background:var(--ink);transition:transform .35s}.faq-toggle:before{width:12px;height:1px}.faq-toggle:after{width:1px;height:12px}.faq-item.open .faq-toggle{background:var(--terracotta);border-color:var(--terracotta)}.faq-item.open .faq-toggle:before,.faq-item.open .faq-toggle:after{background:var(--ivory)}.faq-item.open .faq-toggle:after{transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.faq-answer-inner{padding:0 0 1.75rem;color:var(--ink-soft);line-height:1.7;font-size:1.025rem;max-width:65ch}.faq-answer-inner p+p{margin-top:1rem}.faq-item.open .faq-answer{max-height:500px}details.faq-item{list-style:none}details.faq-item>summary{list-style:none;width:100%;background:none;border:none;padding:1.75rem 0;font-family:var(--serif);font-weight:400;font-size:1.35rem;color:var(--ink);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:2rem;transition:color .3s;letter-spacing:-.01em}details.faq-item>summary::-webkit-details-marker{display:none}details.faq-item>summary::marker{content:""}details.faq-item>summary:after{content:"";flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--line-strong);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline x1='0' y1='6' x2='12' y2='6' stroke='%231a1612' stroke-width='1'/%3E%3Cline x1='6' y1='0' x2='6' y2='12' stroke='%231a1612' stroke-width='1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:all .35s cubic-bezier(.4,0,.2,1)}details.faq-item[open]>summary:after{background-color:var(--terracotta);border-color:var(--terracotta);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline x1='0' y1='6' x2='12' y2='6' stroke='%23f4ede3' stroke-width='1'/%3E%3C/svg%3E")}details.faq-item>summary:hover{color:var(--terracotta)}details.faq-item .faq-answer{max-height:none;overflow:visible;padding:0 0 1.75rem;color:var(--ink-soft);line-height:1.7;font-size:1.025rem;max-width:65ch}details.faq-item .faq-answer p+p{margin-top:1rem}.cta{padding:8rem 0;background:var(--ink);color:var(--ivory);position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(181,74,48,.15),transparent 50%),radial-gradient(circle at 80% 70%,rgba(29,42,58,.4),transparent 50%)}.cta-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}.cta .eyebrow{color:var(--gold-soft);margin-bottom:2rem}.cta h2{font-family:var(--serif);font-weight:300;font-size:clamp(2.25rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--ivory)}.cta h2 em{font-style:italic;color:var(--terracotta-soft)}.cta-sub{font-size:1.1rem;color:#f4ede3bf;margin-bottom:3rem;max-width:50ch;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta .btn-primary{background:var(--terracotta);border-color:var(--terracotta)}.cta .btn-primary:hover{background:var(--terracotta-soft);border-color:var(--terracotta-soft);box-shadow:0 14px 35px -10px #b54a3099}.cta .btn-ghost{color:var(--ivory);border-color:#f4ede34d}.cta .btn-ghost:hover{background:var(--ivory);color:var(--ink);border-color:var(--ivory)}.cta-channels{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;padding-top:2.5rem;border-top:1px solid rgba(244,237,227,.1);font-size:.875rem;color:#f4ede3a6}.cta-channels a{color:var(--ivory);transition:color .2s;display:inline-flex;align-items:center;gap:.5rem}.cta-channels a:hover{color:var(--terracotta-soft)}.footer{background:var(--ink);color:#f4ede3a6;padding:5rem 0 2rem;border-top:1px solid rgba(244,237,227,.08)}.footer-inner{max-width:var(--container);margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}.footer-brand .logo{color:var(--ivory);margin-bottom:1.5rem}.footer-brand .logo-symbol{color:var(--terracotta)}.footer-brand p{font-size:.9rem;line-height:1.6;max-width:32ch}.footer-col h4{font-family:var(--sans);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory);font-weight:600;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.9rem;color:#f4ede3a6;transition:color .2s}.footer-col a:hover{color:var(--ivory)}.footer-disclaimer{padding:2rem 0;border-top:1px solid rgba(244,237,227,.08);font-size:.78rem;line-height:1.6;color:#f4ede373;font-style:italic;text-align:center;max-width:80ch;margin:0 auto}.footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(244,237,227,.08);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#f4ede373;flex-wrap:wrap;gap:1rem}.method-section{padding:5rem 0;background:var(--ivory)}.method-section--alt{background:var(--ivory-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.method-section-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem}.method-section-inner .eyebrow{margin-bottom:1.5rem;display:inline-flex}.method-section-inner h2{margin-top:.5rem}.method-figure{margin:3rem 0;padding:0}.method-figure img{width:100%;height:auto;border-radius:8px;display:block;filter:contrast(1.02) saturate(.95);background:var(--ivory-warm);min-height:200px;-o-object-fit:cover;object-fit:cover}.method-figure figcaption{margin-top:.85rem;font-size:.825rem;color:var(--ink-faded);font-style:italic;text-align:center;font-family:var(--serif)}.device-specs{margin-top:3rem;padding:2rem;background:var(--ivory);border:1px solid var(--line);border-radius:8px}.device-specs h4{margin-top:0;margin-bottom:1.5rem}.specs-list{margin:0;padding:0}.specs-row{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.specs-row:last-child{border-bottom:none}.specs-row dt{font-family:var(--sans);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--ink-faded);margin:0}.specs-row dd{font-size:.95rem;color:var(--ink);margin:0;font-family:var(--sans)}@media(max-width:640px){.specs-row{grid-template-columns:1fr;gap:.25rem}}.references-list{list-style:none;padding:0}.references-list li{padding:1.25rem 0;border-bottom:1px solid var(--line)}.references-list li:last-child{border-bottom:none}.references-list strong{color:var(--ink)}.references-list a{display:inline-block;margin-top:.5rem;font-size:.875rem;color:var(--terracotta-deep)}.references-list a:hover{color:var(--terracotta)}.small-note{font-size:.875rem!important;color:var(--ink-faded)!important;font-style:italic;border-left:2px solid var(--line);padding-left:1rem;margin-top:1.5rem}.page-hero{padding:9rem 0 4rem;background:var(--ivory)}.page-hero-inner{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem}.page-hero-inner .eyebrow{margin-bottom:2rem;display:inline-flex}.page-hero-title{font-family:var(--serif);font-weight:300;font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin-bottom:1.5rem;max-width:18ch}.page-hero-title .em,.page-hero-title em{font-style:italic;color:var(--terracotta)}.page-hero-lead{font-size:1.15rem;line-height:1.6;color:var(--ink-soft);max-width:52ch;margin:0}.contact-section{padding:5rem 0 6rem;background:var(--ivory)}.contact-grid{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:960px){.contact-grid{grid-template-columns:1.2fr 1fr;gap:6rem;align-items:start}}.contact-form-header,.contact-info-header{margin-bottom:2.5rem}.contact-form-title,.contact-info-title{font-family:var(--serif);font-weight:400;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2;margin:.5rem 0 .75rem;letter-spacing:-.015em;color:var(--ink)}.contact-form-intro{font-size:1rem;line-height:1.6;color:var(--ink-soft);max-width:50ch;margin:0}.contact-cta-section{padding:0 0 8rem;background:var(--ivory)}.contact-cta-wrap{max-width:var(--container);margin:0 auto;padding:0 2rem}@media(max-width:640px){.contact-cta-section{padding:0 0 5rem}}.section-search{padding:3rem 0 0;background:var(--ivory)}.section-search .container{max-width:var(--container);margin:0 auto;padding:0 2rem}.section-search h2{font-family:var(--serif);font-weight:300;font-size:clamp(1.4rem,2.5vw,1.85rem);letter-spacing:-.02em;color:var(--ink);margin-bottom:1.25rem}.search-form{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.search-form select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;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 d='M1 1l5 5 5-5' stroke='%236b6058' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding:.65rem 2.75rem .65rem 1rem;border:1px solid rgba(26,22,18,.2);border-radius:6px;font-family:var(--sans);font-size:.9rem;color:var(--ink);cursor:pointer;min-width:220px;transition:border-color .2s}.search-form select:focus{outline:none;border-color:var(--terracotta);box-shadow:0 0 0 3px #b54a301f}.center-card-image{margin-bottom:1.5rem;border-radius:6px;overflow:hidden}.center-card-image img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block;filter:contrast(1.02) saturate(.9);transition:transform .5s cubic-bezier(.4,0,.2,1)}.center-card:hover .center-card-image img{transform:scale(1.03)}.section-centro-attivo{padding:5rem 0 6rem;background:var(--ivory)}.centro-attivo-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:center}.centro-attivo-image{border-radius:10px;overflow:hidden}.centro-attivo-image img{width:100%;height:520px;-o-object-fit:cover;object-fit:cover;display:block;filter:contrast(1.02) saturate(.88)}.centro-attivo-info h2{font-family:var(--serif);font-weight:300;font-size:clamp(1.75rem,2.5vw,2.5rem);letter-spacing:-.02em;color:var(--ink);margin:.75rem 0 2rem}.centro-details{margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.centro-detail-row{display:flex;flex-direction:column;gap:.2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.centro-detail-row:last-child{border-bottom:none}.centro-detail-row dt{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faded)}.centro-detail-row dd{font-size:.975rem;color:var(--ink-soft);margin:0;line-height:1.5}.centro-detail-note{display:block;font-size:.8rem;color:var(--ink-faded);margin-top:.2rem;font-style:italic}@media(max-width:900px){.centro-attivo-inner{grid-template-columns:1fr;gap:2.5rem}.centro-attivo-image img{height:320px}}.section-coming-soon{padding:5rem 0 7rem;background:var(--ivory-warm)}.coming-soon-inner{max-width:var(--container);margin:0 auto;padding:0 2rem}.coming-soon-header{max-width:52ch;margin-bottom:3.5rem}.coming-soon-header h2{font-family:var(--serif);font-weight:300;font-size:clamp(1.75rem,2.5vw,2.5rem);letter-spacing:-.02em;color:var(--ink);margin:.75rem 0 1rem}.coming-soon-header p{font-size:1rem;color:var(--ink-soft);line-height:1.65;margin:0}.coming-soon-grid{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.coming-soon-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.4rem;position:relative}.coming-soon-badge{font-family:var(--sans);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.25rem}.coming-soon-city{font-family:var(--serif);font-weight:400;font-size:1.35rem;letter-spacing:-.01em;color:var(--ink)}.coming-soon-province{font-family:var(--sans);font-size:.8rem;color:var(--ink-faded);font-weight:500}.coming-soon-cta-line{font-size:.95rem;color:var(--ink-soft);margin:0}.coming-soon-link{color:var(--terracotta);font-weight:500;margin-left:.25em;transition:color .2s}.coming-soon-link:hover{color:var(--terracotta-deep)}@media(max-width:700px){.coming-soon-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:440px){.coming-soon-grid{grid-template-columns:1fr 1fr;gap:.75rem}}
