/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.5rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}body{max-width:100%;overscroll-behavior-x:none}h1,h2,h3,h4{font-family:playfair display,Georgia,serif!important;letter-spacing:.02em}body,p,nav,a,li{font-family:'source sans 3',sans-serif!important}:lang(zh-hant){font-family:noto serif tc,serif!important}main.main{max-width:100%!important;padding:0!important;margin:0!important}body.list main.main{max-width:100%!important;padding:0!important}.post-content{max-width:100%!important;padding:0!important}.atable-home{width:100%;max-width:100%;padding:0;margin:0}.hero{width:100%!important;min-height:88vh!important;height:88vh!important;position:relative;background-size:cover!important;background-position:50%!important}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.48);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.hero h1{font-size:clamp(3rem,7vw,6rem)!important;font-weight:600;color:#fff;margin:0;letter-spacing:.04em;text-shadow:0 2px 24px rgba(0,0,0,.4)}.hero p{font-size:clamp(1rem,2vw,1.3rem);color:rgba(255,255,255,.82);margin:0;letter-spacing:.12em;font-weight:300}.hero-logo-mark{width:clamp(64px,7vw,108px);height:auto;opacity:.92;margin-bottom:2px;filter:drop-shadow(0 16px 34px rgba(0,0,0,.45))}.section{width:100%;padding:80px 8vw;box-sizing:border-box}.section-dark{background:#0d0d0d}.section-light{background:#141414}.text-center{text-align:center}.text-center p{margin:0 auto}.section h2{font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:16px;color:#f2f2f2}.section p{font-size:1.1rem;color:rgba(255,255,255,.68);line-height:1.8;margin-bottom:8px;max-width:60ch}.section-link{display:inline-block;color:#f2f2f2;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid rgba(198,160,110,.86);padding-bottom:4px}.section-link:hover{color:#c6a06e}.text-center .section p{margin:0 auto 8px}.atable-home hr{border:none;height:1px;background:rgba(255,255,255,6%);margin:0}.section-grid{padding:64px 8vw;background:#111}.grid-3{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:32px;width:100%}.card{background:#1a1a1a;border-radius:6px;overflow:hidden;transition:box-shadow .4s ease}.card:hover{box-shadow:0 16px 48px rgba(139,0,0,.5)}.card img{width:100%;height:240px;object-fit:cover;display:block;border-radius:0;margin:0;transition:transform .4s ease}.card:hover img{transform:scale(1.04)}.card h3{font-size:1.3rem;color:#f2f2f2;padding:20px 20px 8px;margin:0}.card p{font-size:.95rem;color:rgba(255,255,255,.6);padding:0 20px 20px;margin:0;max-width:100%}.image-transition{--transition-progress:0;--transition-darken:0;position:relative;height:190vh;background:#080706}.image-transition-sticky{position:sticky;top:0;height:100vh;overflow:hidden;background:#080706}.image-transition-layer{position:absolute;inset:0}.image-transition-layer img{width:100%;height:100%;object-fit:cover;will-change:transform,opacity,filter}.image-transition-base img{opacity:calc(1 - (var(--transition-progress) * .34));filter:brightness(calc(1 - (var(--transition-progress) * .42)))saturate(.88);transform:scale(calc(1.04 + (var(--transition-progress) * .035)))}.image-transition-reveal{clip-path:inset(calc((1 - var(--transition-progress)) * 100%) 0 0 0)}.image-transition-reveal img{filter:brightness(calc(.74 + (var(--transition-progress) * .16)))saturate(.92);transform:translateY(calc((1 - var(--transition-progress)) * 42px))scale(1.04)}.image-transition-darken{position:absolute;inset:0;pointer-events:none;background:rgba(0,0,0,.48);opacity:var(--transition-darken);z-index:3}.image-transition-seam{position:absolute;left:0;right:0;top:calc(var(--transition-progress) * 100%);height:2px;background:rgba(255,255,255,.94);box-shadow:0 0 24px rgba(255,255,255,.35);opacity:calc(.18 + (var(--transition-progress) * .82));transform:translateY(-1px);z-index:4}.image-transition-copy{position:absolute;left:8vw;bottom:12vh;z-index:5;max-width:520px;color:#fff;opacity:calc(1 - (var(--transition-progress) * .72));transform:translateY(calc(var(--transition-progress) * -24px))}.image-transition-copy span{display:block;color:#c6a06e;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px}.image-transition-copy h2{color:#fff;font-size:4.4rem;line-height:.98;margin:0 0 18px;text-shadow:0 12px 40px rgba(0,0,0,.5)}.image-transition-copy p{color:rgba(255,255,255,.76);font-size:1.1rem;line-height:1.75;margin:0;max-width:42ch}.product-scroll{position:relative;min-height:100vh;background:#0b0a08;max-width:100%}.product-scroll-sticky{position:sticky;top:0;height:100vh;overflow:hidden;background:#0b0a08;max-width:100vw}.product-scroll-sticky::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(11,10,8,.92) 0%,rgba(11,10,8,.2) 28%,rgba(11,10,8,.18) 70%,rgba(11,10,8,.88) 100%),linear-gradient(0deg,rgba(11,10,8,.5),rgba(11,10,8,0) 34%,rgba(11,10,8,0) 68%,rgba(11,10,8,.72));z-index:0}.product-scroll-intro{position:absolute;top:7vh;left:8vw;z-index:4;max-width:420px}.product-scroll-intro span,.product-copy span{display:block;color:#b88a5b;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.product-scroll-intro p{color:rgba(255,255,255,.64);font-size:.98rem;line-height:1.7;margin:10px 0 0;max-width:34ch}.product-track{position:absolute;top:0;left:0;display:flex;height:100%;width:max-content;will-change:transform;transform:translate3d(0,0,0);z-index:1}.product-panel{position:relative;flex:0 0 100vw;width:100vw;height:100vh;overflow:hidden;--panel-presence:0;--image-scale:1.04;--image-y:0px;--copy-y:36px}.product-panel-wide{flex-basis:200vw;width:200vw}.product-panel img{width:100%;height:100%;object-fit:cover;filter:saturate(.9)contrast(1.04)brightness(.84);transform:translate3d(0,var(--image-y),0)scale(var(--image-scale));transition:filter .8s ease;will-change:transform}.product-panel-depth img{filter:saturate(.86)contrast(1.04)brightness(.8)}.product-panel-still img{filter:saturate(.94)contrast(1.06)brightness(.86)}.product-panel.is-active img{filter:saturate(1)contrast(1.08)brightness(.96)}.product-copy{position:absolute;left:8vw;bottom:11vh;z-index:3;width:min(560px,78vw);opacity:var(--panel-presence);transform:translate3d(0,var(--copy-y),0);transition:none;will-change:opacity,transform}.product-panel.is-active .product-copy{opacity:var(--panel-presence)}.product-copy h3{color:#fff;font-size:4.8rem;line-height:.96;margin:12px 0 18px;letter-spacing:.01em;text-shadow:0 8px 36px rgba(0,0,0,.45)}.product-copy p{color:rgba(255,255,255,.78);font-size:1.15rem;line-height:1.75;margin:0;max-width:46ch}html[lang=zh-Hant] .product-copy h3,html[lang=zh] .product-copy h3{line-height:1.12}.product-panel-collage{background:radial-gradient(circle at 72% 42%,rgba(184,138,91,.16),transparent 34%),linear-gradient(135deg,#0b0a08 0%,#15110d 45%,#070605 100%)}.product-panel-collage::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,8,.7),rgba(11,10,8,8%) 42%,rgba(11,10,8,.34)),linear-gradient(0deg,rgba(11,10,8,.5),transparent 30%,rgba(11,10,8,.18));z-index:2;pointer-events:none}.product-collage{position:absolute;inset:0;z-index:1;opacity:calc(.56 + (var(--panel-presence) * .36))}.product-frame{position:absolute;margin:0;overflow:hidden;border-radius:18px;background:#100d0a;box-shadow:0 28px 84px rgba(0,0,0,.42);--layer-x:0px;--layer-y:0px;transform:translate3d(var(--layer-x),var(--layer-y),0);will-change:transform}.product-frame img{display:block;width:100%;height:100%;object-fit:cover}.product-frame-large{right:7vw;top:14vh;width:min(58vw,880px);height:62vh}.product-frame-overlap{right:38vw;bottom:10vh;width:min(28vw,430px);height:36vh;z-index:2}.product-frame-small{right:12vw;bottom:8vh;width:min(24vw,360px);height:25vh;z-index:3}.product-frame-tall{right:3vw;top:20vh;width:min(20vw,300px);height:55vh;z-index:4}.product-collage-cooked .product-frame-large{right:auto;left:13vw;top:16vh;width:min(54vw,820px);height:54vh}.product-collage-cooked .product-frame-overlap{right:13vw;bottom:12vh;width:min(30vw,430px);height:38vh}.product-collage-cooked .product-frame-small{right:36vw;top:10vh;width:min(23vw,340px);height:29vh}.product-collage-cooked .product-frame-tall{right:5vw;top:18vh;width:min(24vw,360px);height:42vh}.product-collage-cured .product-frame-large{right:auto;left:40vw;top:13vh;width:min(40vw,620px);height:58vh}.product-collage-cured .product-frame-overlap{right:auto;left:86vw;top:18vh;width:min(28vw,420px);height:47vh}.product-collage-cured .product-frame-small{right:auto;left:56vw;bottom:8vh;width:min(37.5vw,570px);height:36vh}.product-collage-cured .product-frame-small img{object-fit:cover;padding:0;background:#0b0a08}.product-collage-cured .product-frame-tall{right:auto;left:124vw;bottom:8vh;top:auto;width:min(24vw,360px);height:37vh}.product-collage-cured .product-frame-tall img{object-fit:contain;padding:12%;background:#0b0a08}.product-collage-cured .product-frame-fagots{left:134vw;top:12vh;width:min(38vw,560px);height:53vh;z-index:5}.product-collage-cured .product-frame-fagots-bag{left:151vw;bottom:8vh;width:min(31vw,460px);height:31vh;z-index:6}.product-collage-cured .product-frame-title-sync{left:26vw;top:18vh;width:min(25vw,380px);height:32vh;z-index:3;--layer-x:0px;--layer-y:0px}.product-collage-cured .product-frame-title-sync img{filter:saturate(1.06)contrast(1.06)brightness(1.18)}.product-panel-wide .product-copy{left:9vw;z-index:5;padding:18px 24px 22px 0;background:linear-gradient(90deg,rgba(11,10,8,.78),rgba(11,10,8,0));text-shadow:0 10px 34px rgba(0,0,0,.82)}.product-panel-wide .product-note-right{right:auto;left:156vw;top:15vh;max-width:24ch;z-index:7}.product-panel:nth-child(2) .product-copy{left:auto;right:8vw;text-align:left}.product-note{position:absolute;z-index:3;max-width:28ch;margin:0;color:rgba(255,255,255,.62);font-size:1rem;line-height:1.65;opacity:calc(var(--panel-presence) * .82);transform:translate3d(0,calc((1 - var(--panel-presence)) * 28px),0);text-shadow:0 8px 30px rgba(0,0,0,.5)}.product-note-left{left:8vw;top:22vh}.product-note-right{right:9vw;top:13vh}.image-full-wrap{width:100%!important;height:50vh!important;overflow:hidden!important;position:relative!important;display:block!important}.parallax-img{width:100%!important;height:70vh!important;object-fit:cover!important;position:absolute!important;top:-10%!important;left:0!important;will-change:transform}.footer{text-align:center;padding:32px;font-size:.85rem;color:rgba(255,255,255,.3);border-top:1px solid rgba(255,255,255,6%)}@media(max-width:768px){.grid-3{grid-template-columns:1fr!important}.section,.section-grid{padding:48px 24px}.hero{min-height:82vh!important;height:82vh!important}.hero-overlay{gap:12px;padding:0 24px;text-align:center}.hero-logo-mark{width:76px;margin-bottom:4px}.hero h1{font-size:2.8rem!important}.hero p{font-size:.98rem;line-height:1.55;letter-spacing:.08em;max-width:28ch}.image-transition{height:auto}.image-transition-sticky{position:relative;height:92vh;min-height:640px}.image-transition-base{display:none}.image-transition-reveal{clip-path:none}.image-transition-reveal img{transform:none;filter:brightness(.78)saturate(.9)}.image-transition-darken{opacity:.28}.image-transition-seam{display:none}.image-transition-copy{left:24px;right:24px;bottom:44px;max-width:none;opacity:1;transform:none}.image-transition-copy h2{font-size:2.3rem;max-width:10.8ch}.product-scroll{height:auto!important;min-height:0;padding-bottom:28px;background:#0b0a08}.product-scroll-sticky{position:relative;height:auto;overflow:visible;background:#0b0a08}.product-scroll-sticky::after{display:none}.product-scroll-intro{position:relative;top:auto;left:auto;padding:52px 24px 4px;max-width:100%}.product-scroll-intro p{max-width:23ch;margin-top:8px}.product-track{position:relative;top:auto;left:auto;display:block;height:auto;width:100%;will-change:auto;transform:none!important}.product-panel,.product-panel-wide{width:100%;flex-basis:100%;height:auto;min-height:0;overflow:visible;padding:34px 0 58px;background:radial-gradient(circle at 78% 24%,rgba(184,138,91,.13),transparent 38%),linear-gradient(180deg,#0b0a08 0%,#15110d 52%,#0b0a08 100%)}.product-panel+.product-panel{border-top:1px solid rgba(255,255,255,6%)}.product-panel.product-panel-collage img,.product-panel.product-panel-depth img,.product-panel.product-panel-still img{transform:none;filter:saturate(.98)contrast(1.05)brightness(.94)}.product-panel.product-panel-collage::before{background:linear-gradient(0deg,rgba(11,10,8,.56),rgba(11,10,8,3%) 46%,rgba(11,10,8,.2))}.product-collage{position:relative;inset:auto;height:clamp(430px,116vw,560px);margin:0 0 22px;opacity:.96}.product-frame{border-radius:16px;box-shadow:0 20px 54px rgba(0,0,0,.42);transform:translate3d(0,var(--mobile-layer-y,0px),0)}.product-frame-large{left:15vw;right:auto;top:18px;width:78vw;height:clamp(250px,72vw,318px)}.product-frame-overlap{left:6vw;right:auto;top:clamp(226px,60vw,270px);bottom:auto;width:54vw;height:clamp(190px,52vw,226px);z-index:3}.product-frame-small,.product-frame-tall,.product-collage-cured .product-frame-small,.product-collage-cured .product-frame-tall,.product-collage-cured .product-frame-title-sync,.product-collage-cured .product-frame-fagots-bag,.product-collage-cooked .product-frame-overlap,.product-collage-cooked .product-frame-small{display:none}.product-collage-cooked .product-frame-large{left:7vw;right:auto;top:18px;width:75vw;height:clamp(260px,72vw,330px)}.product-collage-cooked .product-frame-tall{display:block;left:auto;right:7vw;top:clamp(246px,66vw,310px);width:48vw;height:clamp(190px,54vw,238px);z-index:4}.product-collage-cured{height:clamp(560px,146vw,690px)}.product-collage-cured .product-frame-large{left:12vw;right:auto;top:16px;width:78vw;height:clamp(270px,76vw,346px)}.product-collage-cured .product-frame-overlap{left:auto;right:7vw;top:clamp(266px,70vw,336px);width:54vw;height:clamp(210px,58vw,260px);z-index:4}.product-collage-cured .product-frame-fagots{display:block;left:7vw;top:clamp(392px,102vw,480px);width:60vw;height:clamp(190px,53vw,240px);z-index:5}.product-copy,.product-panel:nth-child(2) .product-copy,.product-panel-wide .product-copy{position:relative;left:auto;right:auto;bottom:auto;width:auto;margin:0 24px;padding:0;opacity:1!important;transform:none;background:0 0}.product-copy h3{font-size:clamp(2.35rem,11vw,3.25rem);margin:10px 0 14px}.product-copy p{font-size:1rem;line-height:1.72;max-width:34ch}.product-note,.product-panel-wide .product-note-right{display:block;position:relative;left:auto;right:auto;top:auto;max-width:28ch;margin:14px 24px 0;opacity:1;transform:none;color:rgba(255,255,255,.56);font-size:.94rem}}@media(min-width:769px) and (max-width:1100px){.product-copy h3{font-size:3.6rem}}body.is-product-scroll-locked{overscroll-behavior:none}.history-page{background:#f4f0ea;color:#111;overflow:hidden}.history-hero{position:relative;z-index:2;min-height:86vh;background:#080706;overflow:visible}.history-hero-sticky{position:relative;min-height:86vh;display:flex;align-items:flex-end;padding:0 8vw clamp(142px,17vh,210px);overflow:hidden;background:#080706}.history-hero-img,.history-hero-shade{position:absolute;inset:0}.history-hero-img{width:100%;height:100%;object-fit:cover;filter:brightness(.72)saturate(.88);transform:scale(1.05)}.history-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.18) 62%,rgba(0,0,0,.48)),linear-gradient(0deg,rgba(0,0,0,.72),transparent 48%)}.history-hero::after{content:"";position:absolute;left:0;right:0;bottom:-88px;height:clamp(210px,26vh,300px);background:linear-gradient( 180deg,rgba(8,7,6,0) 0%,rgba(8,7,6,.22) 18%,rgba(68,54,42,.28) 42%,rgba(244,240,234,.74) 78%,#f4f0ea 100% );pointer-events:none;z-index:5}.history-hero-copy{position:relative;z-index:4;max-width:720px}.history-hero-copy span,.history-intro span,.history-event-copy span{display:block;color:#9b1730;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.history-hero-copy h1{color:#fff;font-size:5.4rem;line-height:.94;margin:14px 0 20px;text-shadow:0 16px 44px rgba(0,0,0,.45)}.history-hero-copy p{color:rgba(255,255,255,.82);font-size:1.2rem;line-height:1.75;margin:0;max-width:48ch}.history-timeline{position:relative;z-index:1;margin-top:-96px;padding:144px 8vw 130px;background:#f4f0ea;overflow:hidden}.history-bg{position:absolute;inset:0;pointer-events:none;opacity:.2}.history-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,240,234,.28),rgba(244,240,234,4%) 46%,rgba(244,240,234,.18)),linear-gradient(0deg,rgba(244,240,234,.34),rgba(244,240,234,4%) 34%,rgba(244,240,234,.28))}.history-bg-img{position:absolute;top:-2%;left:16%;width:74%;height:104%;object-fit:cover;object-position:72% center;transform:translate3d(0,-130px,0)scale(1);will-change:transform}.history-intro{position:relative;z-index:2;max-width:760px;margin:0 auto 96px;text-align:center}.history-intro h2{color:#14100d;font-size:3.5rem;line-height:1.04;margin:12px 0 18px}.history-intro p{color:rgba(20,16,13,.64);font-size:1.12rem;line-height:1.8;margin:0 auto}.history-line{position:absolute;top:360px;bottom:120px;left:50%;width:1px;background:rgba(20,16,13,.22);z-index:1}.history-events{position:relative;z-index:2;display:grid;gap:88px;max-width:1120px;margin:0 auto}.history-event{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;opacity:.35;transform:translateY(34px);transition:opacity .75s ease,transform .75s ease}.history-event::before{content:"";position:absolute;left:50%;top:50%;width:15px;height:15px;border:2px solid #9b1730;background:#f4f0ea;border-radius:50%;transform:translate(-50%,-50%);z-index:4}.history-event:nth-child(even) .history-event-copy{grid-column:2}.history-event:nth-child(even) .history-event-image{grid-column:1;grid-row:1}.history-event.is-visible{opacity:1;transform:translateY(0)}.history-event-copy{padding:34px 0}.history-event-copy h3{color:#17110e;font-size:2.3rem;line-height:1.08;margin:10px 0 14px}.history-event-copy p{color:rgba(20,16,13,.66);font-size:1.02rem;line-height:1.75;margin:0}.history-event-image{margin:0;aspect-ratio:4/3;overflow:hidden;border-radius:18px;box-shadow:0 24px 60px rgba(55,35,24,.18);transition:transform .55s ease,box-shadow .55s ease}.history-event-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,filter .8s ease;filter:saturate(.86)contrast(1.04)}.history-event.is-visible .history-event-image img{transform:scale(1.035)}.history-event-image:hover{transform:scale(1.035);box-shadow:0 30px 72px rgba(55,35,24,.24)}.history-event-image:hover img{transform:scale(1.08)}@media(max-width:768px){.history-hero{min-height:74vh;overflow:hidden}.history-hero-sticky{min-height:74vh;padding:0 24px 92px}.history-hero-copy h1{font-size:clamp(3rem,15vw,4.2rem);max-width:6ch}.history-hero-copy p{font-size:1rem;max-width:27ch}.history-hero::after{bottom:-44px;height:160px}.history-timeline{margin-top:-36px;padding:90px 20px 84px}.history-bg{display:none}.history-intro{text-align:left;margin-bottom:46px;padding:0 4px}.history-intro h2{font-size:clamp(2.35rem,11vw,3.25rem);line-height:1}.history-line{display:none}.history-events{display:block;max-width:none;margin:0}.history-event,.history-event:nth-child(even){display:block;padding-left:0;margin:0 0 52px;opacity:1;transform:none}.history-event::before{display:none}.history-event:nth-child(even) .history-event-copy,.history-event:nth-child(even) .history-event-image{grid-column:auto;grid-row:auto}.history-event-copy{position:relative;z-index:3;margin:0 10px -22px;padding:22px;border:1px solid rgba(155,23,48,.13);border-radius:18px;background:rgba(244,240,234,.88);box-shadow:0 18px 45px rgba(55,35,24,.1);backdrop-filter:blur(12px)}.history-event-copy h3{font-size:2rem}.history-event-image{position:relative;z-index:2;aspect-ratio:4/3;border-radius:18px;transform:translate3d(0,var(--history-card-y,0px),0)}.history-event-image img,.history-event.is-visible .history-event-image img{transform:scale(1.035)}}.contact-page{background:#050505;color:#fff;min-height:calc(100vh - var(--header-height,60px));overflow:hidden}.contact-hero{position:relative;min-height:calc(100vh - var(--header-height,60px));display:flex;align-items:stretch;padding:0;overflow:hidden;background:radial-gradient(circle at 28% 44%,rgba(198,160,110,.12),transparent 28%),radial-gradient(circle at 68% 58%,rgba(30,82,86,.16),transparent 30%),linear-gradient(135deg,#050505 0%,#0c0b09 52%,#030303 100%)}.contact-hero-img,.contact-hero-shade{position:absolute;inset:0}.contact-hero-img{display:none}.contact-hero-shade{background:linear-gradient(90deg,rgba(5,5,5,.86),rgba(5,5,5,.14) 47%,rgba(5,5,5,.62)),linear-gradient(0deg,rgba(5,5,5,.92),rgba(5,5,5,8%) 52%,rgba(5,5,5,.5));opacity:.72}.contact-screen{position:relative;z-index:2;display:grid;grid-template-columns:minmax(360px,.92fr)minmax(420px,.86fr);grid-template-rows:auto auto auto;column-gap:clamp(54px,7vw,118px);row-gap:clamp(18px,2.4vh,30px);align-items:center;width:100%;min-height:calc(100vh - var(--header-height,60px));padding:clamp(34px,6vh,62px)8vw clamp(30px,5vh,56px)}.contact-hero-copy{position:relative;grid-column:2;grid-row:1;align-self:end;max-width:520px;transform:none}.contact-logo-mark{display:block;width:clamp(58px,5.8vw,92px);height:auto;margin:0 0 28px}.contact-hero-copy span,.contact-panel span,.line-card>span{display:block;color:#c6a06e;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.contact-hero-copy h1{color:#fff;font-size:clamp(3rem,4.5vw,5rem);line-height:.92;margin:16px 0 18px;text-shadow:0 16px 48px rgba(0,0,0,.5);white-space:nowrap}.contact-hero-copy p{color:rgba(255,255,255,.78);font-size:1.06rem;line-height:1.75;max-width:34ch;margin:0}.contact-visuals{position:relative;grid-column:1;grid-row:1/4;min-height:min(76vh,720px);display:flex;align-items:center;justify-content:center;transform:none}.contact-thumb{position:relative;margin:0;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 86px rgba(0,0,0,.56)}.contact-thumb-main{width:min(36vw,470px);aspect-ratio:2/3;height:auto;background:#050505}.contact-thumb-small{position:absolute;left:0;top:4%;width:min(18vw,220px);aspect-ratio:4/3;opacity:.86}.contact-thumb img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.92)saturate(.96)contrast(1.04);transform:none}.contact-panel,.line-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);backdrop-filter:blur(10px);box-shadow:0 24px 72px rgba(0,0,0,.24)}.contact-panel{grid-column:2;grid-row:2;justify-self:stretch;width:100%;min-width:0;padding:36px;border-radius:18px;align-self:center;transform:none}.contact-panel h2{color:#fff;font-size:clamp(2rem,3.2vw,3.5rem);line-height:.96;margin:12px 0 14px}.contact-panel p{color:rgba(255,255,255,.68);font-size:1rem;line-height:1.62;margin:0;max-width:44ch}.contact-methods{display:grid;gap:0;margin-top:24px}.contact-method{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;padding:12px 0;border-top:1px solid rgba(255,255,255,.1)}.contact-method span{color:rgba(198,160,110,.92);font-family:'source sans 3',sans-serif!important;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}.contact-method strong{color:rgba(255,255,255,.9);font-size:clamp(.95rem,1.06vw,1.05rem);line-height:1.35;font-weight:500;word-break:break-word}.contact-method[href^="mailto:"] strong{white-space:nowrap;font-size:clamp(.84rem,.98vw,1.02rem)}.contact-method[href]:hover strong{color:#fff}.contact-method-disabled{opacity:.48}.line-card{grid-column:2;grid-row:3;justify-self:stretch;width:100%;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;align-self:center;min-height:0;padding:24px 28px;border-radius:18px;text-align:center;transform:none}.line-card img,.line-qr-placeholder{width:min(100%,145px);aspect-ratio:1;margin:0;border-radius:14px}.line-card img{object-fit:contain;background:#fff;padding:12px}.line-qr-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;background:rgba(255,255,255,.88)}.line-qr-placeholder span{background:#111;border-radius:4px;opacity:.88}.line-qr-placeholder span:nth-child(2),.line-qr-placeholder span:nth-child(4),.line-qr-placeholder span:nth-child(9){opacity:.22}.line-card p{color:rgba(255,255,255,.58);font-size:.98rem;line-height:1.55;margin:0}@media(max-width:960px){.contact-page,.contact-hero{min-height:auto;overflow:visible}.contact-screen{display:flex;flex-direction:column;grid-template-columns:1fr;grid-template-rows:auto;min-height:auto;row-gap:28px;padding:32px 24px 42px;align-items:start}.contact-hero-copy,.contact-visuals,.contact-panel,.line-card{grid-column:1;grid-row:auto;justify-self:stretch;width:100%;transform:none}.contact-hero-copy{order:1;max-width:100%}.contact-visuals{order:2;min-height:auto;justify-content:center}.contact-panel{order:3}.line-card{order:4}.contact-thumb-main{width:min(78vw,360px);height:auto;aspect-ratio:3/4}.contact-thumb-small{width:42vw;left:8vw}}@media(max-width:768px){.contact-panel{padding:32px 24px}.contact-hero-copy h1{white-space:normal}.contact-method{grid-template-columns:1fr;gap:6px}}