@font-face{font-family:Manrope;src:url('/assets/manrope.woff2') format('woff2');font-weight:200 800;font-display:swap;unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Manrope;src:url('/assets/manrope-latin.woff2') format('woff2');font-weight:200 800;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{--bg:#f6f5ef;--surface:#fdfcf8;--ink:#242b20;--muted:#777a6d;--accent:#3e542e;--tint:#e9edde;--line:#e2e3d8;--glass:rgba(250,250,244,.78);--shadow:0 14px 48px #283d1912;--radius:22px;color-scheme:light}
:root[data-theme=dark]{--bg:#161c15;--surface:#20271e;--ink:#f0f0e4;--muted:#b0b7a6;--accent:#bdd69d;--tint:#303d29;--line:#364031;--glass:rgba(28,36,25,.8);--shadow:0 14px 48px #0003;color-scheme:dark}
@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#161c15;--surface:#20271e;--ink:#f0f0e4;--muted:#b0b7a6;--accent:#bdd69d;--tint:#303d29;--line:#364031;--glass:rgba(28,36,25,.8);--shadow:0 14px 48px #0003;color-scheme:dark}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.55;-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{color:inherit}a{text-decoration:none}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button{border:0}a,button{-webkit-user-select:none;user-select:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}button:active,.card:active{transform:scale(.98)}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em}h1{font-size:clamp(42px,4.8vw,70px);line-height:1.07}h2{font-size:38px;line-height:1.16}h3{font-size:17px;font-weight:650}em{font-weight:400;color:var(--accent)}svg{width:22px;height:22px;display:block}button,a{transition:background .2s,transform .2s,color .2s}img{max-width:100%;display:block}.skip{position:fixed;top:-100px;z-index:100;background:var(--surface);padding:15px}.skip:focus{top:0}.topbar{height:88px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - 1280px)/2));gap:30px;border-bottom:1px solid var(--line);background:var(--glass);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%)}.brand{display:flex;gap:12px;align-items:center;white-space:nowrap;font-weight:700;letter-spacing:1.5px;font-size:13px;color:var(--accent)}.brand svg{width:43px;height:43px}.brand small{display:block;font-size:8px;letter-spacing:5px;margin-top:2px}.desktop-nav{display:flex;gap:36px;font-size:12px}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a.active:after{content:'';position:absolute;bottom:3px;left:0;right:0;height:1px;background:var(--accent)}.header-actions{display:flex;align-items:center;gap:20px}.city{font-size:11px;display:flex;align-items:center;gap:7px}.city i{height:5px;width:5px;background:#7d9950;border-radius:50%}.icon-button{display:grid;place-items:center;background:transparent;width:44px;height:44px;border:1px solid var(--line);border-radius:50%}.icon-button svg{width:19px;height:19px}.contact-button{padding:11px 19px;border:1px solid var(--line);border-radius:30px;font-size:12px;display:flex;gap:22px;align-items:center}.contact-button:hover{background:var(--tint)}main{min-height:calc(100svh - 88px)}.container{max-width:1280px;margin:auto;padding:0 32px}.hero{position:relative;min-height:440px;margin:30px auto 0;border-radius:28px;overflow:hidden;background:#eeebe0;color:#252b1f;isolation:isolate}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f5f2e9ed 0%,#f5f2e9b5 35%,transparent 61%);z-index:-1}.hero-copy{padding:48px 48px 36px;max-width:620px}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:2.6px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:9px}.eyebrow:before{content:'';width:5px;height:5px;border-radius:50%;background:#78944d}.hero .eyebrow{color:#686e5b;margin-bottom:22px}.hero h1 em{color:#465b32}.hero-description{font-size:14px;line-height:1.75;max-width:320px;margin-top:20px;color:#68705d}.primary{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 25px;background:var(--accent);color:var(--bg);border-radius:40px;font-weight:650;font-size:13px;min-height:48px}.hero .primary{background:#3e542e;color:#fff;margin-top:24px}.primary:hover{filter:brightness(1.12)}.primary svg{width:18px;height:18px}.hero-caption{position:absolute;right:28px;bottom:24px;border:1px solid #ffffffa0;backdrop-filter:blur(18px);background:#f9f8eea6;border-radius:30px;padding:11px 18px;font-size:10px;letter-spacing:.6px}.trustline{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:22px 10px;color:var(--muted);font-size:11px}.trustline span{display:flex;align-items:center;gap:10px}.trustline svg{width:18px;height:18px;color:var(--accent)}.catalog{padding-top:38px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-heading h2{font-size:37px}.section-heading p{color:var(--muted);font-size:12px;margin-top:8px}.counter{font-family:Manrope,Arial,sans-serif;font-size:11px;letter-spacing:0;vertical-align:top;border:1px solid var(--line);border-radius:20px;padding:4px 8px;margin-left:12px}.search{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:10px 0;width:220px}.search svg{width:17px;color:var(--muted)}.search input{background:none;border:0;outline:0;width:100%;font-size:12px;color:var(--ink);min-width:0}.search:focus-within{border-color:var(--accent)}.filters{display:flex;gap:8px;overflow:auto;padding:2px 2px 18px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex-shrink:0;border:1px solid var(--line);border-radius:25px;background:transparent;padding:10px 17px;font-size:11px;min-height:40px}.filter.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{display:block;overflow:hidden;border:1px solid var(--line);background:var(--surface);border-radius:20px;transition:transform .25s,box-shadow .25s;position:relative}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.food-photo{background-image:url('/assets/food-grid.webp');background-size:300% 205%;background-position:var(--pos);aspect-ratio:1.36;position:relative}.food-0{--pos:0% 0%}.food-1{--pos:50% 0%}.food-2{--pos:100% 0%}.food-3{--pos:0% 100%}.food-4{--pos:50% 100%}.food-5{--pos:100% 100%}.tag{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:20px;background:#f8f7eedb;backdrop-filter:blur(12px);color:#38422e;font-size:9px;font-weight:600}.card-body{padding:18px}.card h3{font-size:16px;letter-spacing:-.4px}.card-subtitle{font-size:10px;color:var(--muted);margin-top:4px;min-height:31px}.card-kcal{font-size:10px;display:flex;align-items:center;gap:6px;color:var(--muted);margin:12px 0}.card-kcal svg{height:14px;width:14px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding-top:12px}.price{font-size:14px;font-weight:700;letter-spacing:-.3px}.price small{font-size:9px;font-weight:400;color:var(--muted)}.arrow-circle{border-radius:50%;display:grid;place-items:center;background:var(--tint);width:30px;height:30px;flex-shrink:0}.arrow-circle svg{height:16px;width:16px}.empty{padding:55px 25px;text-align:center;border:1px dashed var(--line);border-radius:20px;grid-column:1/-1}.empty p{color:var(--muted);margin:12px auto 20px;max-width:390px}.daily-banner{margin:44px 0;background:var(--tint);border-radius:24px;padding:30px 36px;display:flex;align-items:center;gap:28px}.daily-banner>.banner-icon{background:var(--surface);border:1px solid var(--line);padding:22px;border-radius:22px;color:var(--accent)}.daily-banner .banner-icon svg{width:34px;height:34px}.daily-banner h2{font-size:28px}.daily-banner p{font-size:12px;color:var(--muted);margin-top:7px}.daily-banner .primary{margin-left:auto;white-space:nowrap}.founder-teaser{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin:54px 0}.founder-teaser img{width:100%;height:380px;object-fit:cover;object-position:center 25%;border-radius:24px}.founder-teaser h2{margin:14px 0 20px}.founder-teaser p{color:var(--muted);line-height:1.9;max-width:470px}.text-link{display:inline-flex;align-items:center;gap:20px;margin-top:22px;border-bottom:1px solid var(--accent);padding-bottom:5px;color:var(--accent);font-size:12px}.footer{border-top:1px solid var(--line);padding:28px 0 36px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:10px;color:var(--muted)}.footer-links{display:flex;gap:22px}.bottom-nav{display:none}.page-head{padding:42px 0 28px}.page-head h1{font-size:48px;margin:14px 0}.back{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;min-height:40px}.back svg{width:16px}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-bottom:45px}.detail-visual>.food-photo{aspect-ratio:1;border-radius:26px;overflow:hidden}.detail-visual .tag{font-size:12px;padding:8px 16px;top:20px;left:20px}.photo-note{font-size:10px;color:var(--muted);margin:10px 0 22px}.detail-info h1{font-size:47px;margin:12px 0 16px}.detail-info .description{color:var(--muted);line-height:1.85}.detail-info .eyebrow{margin-top:10px}.field-title{display:block;font-size:12px;font-weight:650;margin:25px 0 12px}.choices{display:flex;gap:8px;flex-wrap:wrap}.choice{border:1px solid var(--line);background:transparent;padding:10px 15px;border-radius:13px;font-size:12px;min-height:44px}.choice.active{border-color:var(--accent);color:var(--accent);background:var(--tint)}.price-box{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:25px 0 20px;display:flex;justify-content:space-between;align-items:center}.price-box strong{font-size:32px;font-weight:550;letter-spacing:-1px}.price-box small{display:block;color:var(--muted);font-size:11px}.price-box .kcal{border:1px solid var(--line);padding:10px 15px;border-radius:12px;text-align:center;font-size:15px}.actions{display:flex;gap:10px;flex-wrap:wrap}.secondary{display:inline-flex;justify-content:center;align-items:center;gap:10px;border:1px solid var(--line);background:transparent;border-radius:30px;padding:13px 20px;font-size:12px;min-height:46px}.secondary:hover{background:var(--tint)}.secondary svg{height:18px;width:18px}.hint{font-size:11px;color:var(--muted);line-height:1.75;margin:15px 0}.notice{background:var(--tint);padding:16px 18px;border-radius:14px;font-size:11px;color:var(--muted);margin:18px 0;line-height:1.8}.stages{display:grid;gap:16px;margin-top:25px}.stage{border-top:1px solid var(--line);padding-top:16px;display:grid;grid-template-columns:88px 1fr;gap:10px}.stage>span{font-size:11px;color:var(--accent)}.stage h3{font-size:14px}.stage p{font-size:12px;color:var(--muted);margin-top:4px}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-size:13px;font-weight:600}details p{margin-top:14px;line-height:1.9;color:var(--muted);font-size:12px}.client-photo{max-width:330px;max-height:500px;object-fit:contain;margin-top:18px;border-radius:15px}.narrow{max-width:900px}.dashboard-header{background:var(--tint);padding:26px;border-radius:24px;display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:30px}.dashboard-header h2{font-size:30px;margin-bottom:6px}.dashboard-header p{font-size:12px;color:var(--muted)}.progress{height:5px;background:var(--line);border-radius:5px;margin:16px 0;overflow:hidden}.progress span{display:block;height:100%;background:var(--accent);transition:width .3s}.daily-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;margin:25px 0 45px}.meal-list{display:grid;gap:10px}.meal{display:flex;gap:16px;align-items:center;padding:18px;border:1px solid var(--line);background:var(--surface);border-radius:17px}.meal-time{font-size:17px;font-weight:550;min-width:52px;font-variant-numeric:tabular-nums}.meal-text{flex:1}.meal-text h3{font-size:13px}.meal-text small{font-size:10px;color:var(--muted)}.meal .check{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--accent)}.meal.done .check{background:var(--accent);color:var(--bg);border-color:var(--accent)}.meal.done .meal-text{opacity:.55}.meal.done .meal-text h3{text-decoration:line-through}.panel{padding:25px;border:1px solid var(--line);border-radius:22px;background:var(--surface);align-self:start}.panel h3{margin-bottom:10px}.panel p{font-size:12px;color:var(--muted);line-height:1.8}.panel .secondary{margin-top:18px}.reminder-form{margin-bottom:28px}.time-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:13px 0}.time-row input{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:9px 12px;color:var(--ink)}.form-row{display:flex;flex-direction:column;gap:8px;margin:18px 0}.form-row select{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:var(--surface);color:var(--ink)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:40px}.status-line{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--accent);margin:12px 0}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.about{padding:42px 0}.about .founder-teaser{margin-top:20px}.about .founder-teaser img{height:520px}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;margin:35px 0;gap:25px}.facts strong{display:block;font-size:35px;font-family:Georgia,serif;font-weight:400;color:var(--accent)}.facts small{color:var(--muted)}.faq{max-width:750px;margin:40px auto}.faq h2{margin-bottom:15px}.about-contact{background:var(--tint);border-radius:24px;padding:30px;text-align:center;margin:35px 0}.about-contact p{margin:12px 0 20px;color:var(--muted)}#toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%,20px);max-width:calc(100vw - 32px);padding:13px 22px;background:var(--ink);color:var(--bg);box-shadow:var(--shadow);border-radius:28px;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:100}#toast.visible{opacity:1;transform:translate(-50%,0)}dialog{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:28px;padding:30px;max-width:460px;width:calc(100% - 32px);box-shadow:0 20px 100px #0004}dialog::backdrop{background:#10170e65;backdrop-filter:blur(8px)}.sheet-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}dialog h2{font-size:28px}dialog p{color:var(--muted);font-size:13px;line-height:1.8;margin:12px 0}dialog ol{padding-left:20px;font-size:13px;line-height:2}dialog .primary{width:100%;margin-top:18px}.install-icon{width:64px;border-radius:16px;margin-bottom:20px}.privacy{max-width:760px;padding-top:40px;padding-bottom:50px}.privacy p{margin:18px 0;line-height:1.9;color:var(--muted)}.offline-badge{position:fixed;top:90px;left:50%;transform:translateX(-50%);background:var(--tint);padding:6px 15px;border:1px solid var(--line);border-radius:20px;z-index:30;font-size:11px}.reveal{animation:enter .4s both}@keyframes enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(min-width:1500px){.hero{min-height:480px}.hero-copy{padding-top:58px}}
@media(max-width:1050px){.cards{grid-template-columns:repeat(3,1fr)}.desktop-nav{gap:18px}.header-actions{gap:10px}.city{display:none}.hero{min-height:410px}.hero-copy{padding:38px}.hero h1{font-size:55px}.founder-teaser{gap:30px}.detail-layout{gap:30px}.detail-info h1{font-size:39px}.daily-banner{padding:26px}.daily-banner>.banner-icon{display:none}}
@media(max-width:700px){body{font-size:13px}.container{padding:0 20px}.topbar{height:72px;padding:env(safe-area-inset-top) 20px 0;gap:10px}.brand{font-size:11px;gap:9px;letter-spacing:1px}.brand svg{width:35px;height:35px}.brand small{font-size:7px;letter-spacing:3px}.desktop-nav,.contact-button{display:none}.header-actions{gap:8px}.icon-button{width:39px;height:39px}.hero{margin-top:16px;min-height:292px;border-radius:22px}.hero-copy{padding:27px 23px;max-width:100%}.hero .eyebrow{font-size:8px;letter-spacing:1.8px;margin-bottom:16px}.hero h1{font-size:39px;max-width:310px}.hero-photo{object-fit:cover;object-position:62%;opacity:.75}.hero:after{background:linear-gradient(90deg,#f4f1e8f5,#f4f1e8dc 45%,#f4f1e820)}.hero-description{font-size:11px;max-width:205px;margin-top:15px}.hero .primary{padding:11px 17px;font-size:11px;min-height:41px;margin-top:18px}.hero-caption{display:none}.trustline{padding:15px 0;font-size:9px;gap:10px}.trustline span{gap:6px}.trustline svg{width:15px;height:15px}.trustline span:last-child{display:none}.catalog{padding-top:27px}.section-heading{margin-bottom:17px;flex-wrap:wrap;gap:12px}.section-heading h2{font-size:29px}.section-heading p{font-size:11px;margin-top:6px}.counter{font-size:9px;padding:3px 6px;margin-left:7px}.search{width:100%;border:1px solid var(--line);padding:10px 14px;border-radius:14px;background:var(--surface)}.filters{margin-right:-20px;padding-right:20px;padding-bottom:16px;gap:6px}.filter{font-size:10px;padding:9px 13px;min-height:36px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{border-radius:16px}.food-photo{aspect-ratio:1.13}.tag{top:9px;left:9px;font-size:8px;padding:4px 8px}.card-body{padding:12px}.card h3{font-size:13px;line-height:1.3;min-height:34px;letter-spacing:-.2px}.card-subtitle{font-size:9px;min-height:28px;line-height:1.5}.card-kcal{font-size:9px;margin:9px 0}.card-kcal svg{width:12px;height:12px}.price{font-size:12px;line-height:1.5}.price small{font-size:8px;display:block}.card-bottom{padding-top:9px}.arrow-circle{height:27px;width:27px}.daily-banner{padding:24px;margin:28px 0;display:block}.daily-banner h2{font-size:27px}.daily-banner p{font-size:11px}.daily-banner .primary{margin-top:18px;font-size:11px}.founder-teaser{grid-template-columns:1fr;gap:23px;margin:35px 0}.founder-teaser img{height:310px;object-position:center 25%}.founder-teaser h2{font-size:32px;margin:12px 0}.founder-teaser p{font-size:12px}.footer{padding-bottom:115px;display:block;font-size:10px}.footer-links{margin-top:17px;gap:17px;flex-wrap:wrap}.bottom-nav{position:fixed;display:flex;justify-content:space-around;left:16px;right:16px;bottom:max(12px,env(safe-area-inset-bottom));background:var(--glass);backdrop-filter:blur(25px) saturate(150%);-webkit-backdrop-filter:blur(25px) saturate(150%);border:1px solid var(--line);box-shadow:0 8px 32px #17270e20,inset 0 1px 1px #ffffff35;border-radius:28px;padding:8px 6px;z-index:40;height:68px}.bottom-nav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:21px;flex:1;color:var(--muted);position:relative}.bottom-nav a.active{background:var(--tint);color:var(--accent)}.bottom-nav small{font-size:8px;white-space:nowrap}.bottom-nav svg{width:21px;height:21px}.page-head{padding:25px 0 18px}.page-head h1{font-size:38px;margin:9px 0}.detail-layout{grid-template-columns:1fr;gap:25px}.detail-visual>.food-photo{aspect-ratio:1.4;border-radius:22px}.detail-info h1{font-size:39px}.detail-info .eyebrow{margin-top:0}.detail-info .description{font-size:12px}.actions>*{flex:1}.actions .secondary{padding:13px 15px}.detail-layout{padding-bottom:20px}.settings-grid,.daily-columns{grid-template-columns:1fr;gap:20px}.dashboard-header{padding:21px;align-items:start}.dashboard-header h2{font-size:25px}.dashboard-header .secondary{padding:10px 13px;font-size:10px;min-height:40px}.dashboard-header p{font-size:10px}.panel{padding:22px}.about{padding-top:25px}.about .founder-teaser img{height:420px}.facts{gap:16px}.facts strong{font-size:29px}.facts small{font-size:10px}.about-contact{padding:24px}.about-contact h2{font-size:29px}#toast{bottom:95px;font-size:11px;width:max-content;max-width:calc(100% - 36px);text-align:center}h2{font-size:30px}.offline-badge{top:74px}.time-row{font-size:12px}.hint{font-size:10px}dialog{padding:24px}.price-box strong{font-size:28px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* The hero follows the same system palette as the app chrome. */
:root{--hero-start:#f5f2e9f2;--hero-fade:#f5f2e9b5;--hero-color:#252b1f;--hero-muted:#68705d;--hero-accent:#465b32}
:root[data-theme=dark]{--hero-start:#202b1df5;--hero-fade:#202b1db8;--hero-color:#f2f1e7;--hero-muted:#c3cbb8;--hero-accent:#c4dca9}
@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--hero-start:#202b1df5;--hero-fade:#202b1db8;--hero-color:#f2f1e7;--hero-muted:#c3cbb8;--hero-accent:#c4dca9}}
.hero{color:var(--hero-color)}.hero:after{background:linear-gradient(90deg,var(--hero-start) 0%,var(--hero-fade) 38%,transparent 68%)}.hero h1 em{color:var(--hero-accent)}.hero .eyebrow,.hero-description{color:var(--hero-muted)}
@media(max-width:700px){.hero:after{background:linear-gradient(90deg,var(--hero-start),var(--hero-fade) 55%,transparent)}.hero-photo{opacity:1}}
.hero-caption{color:#38422e}
