:root{--red:#be252c;--red-dark:#941d24;--ink:#172c28;--muted:#596a64;--line:#dfe5e1;--paper:#f3f6f4;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.65}*{box-sizing:border-box}body{margin:0;background:#fff}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #15796b;outline-offset:4px}img{max-width:100%;display:block}p{margin:0 0 1.1rem}h1,h2,h3{line-height:1.12;margin:0 0 1rem;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,6.5vw,6rem);font-weight:800}h2{font-size:1.6rem}h3{font-size:1.15rem}hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}.wrap{width:min(1200px,calc(100% - 64px));margin:auto}.topbar{background:var(--ink);color:white;font-size:.875rem}.topbar .wrap{display:flex;justify-content:space-between;gap:1rem;padding-top:9px;padding-bottom:9px}.header{border-bottom:1px solid var(--line);background:white}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:25px;padding-bottom:25px}.brand{flex:0 1 300px;line-height:1.1}.brand-name{display:block;color:var(--red);font-size:1.5rem;letter-spacing:-.035em;font-weight:800;max-width:300px}.logo{max-height:75px;width:auto;max-width:270px;object-fit:contain}.header nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 25px}.header nav a{font-size:.9375rem;font-weight:600;border-bottom:2px solid transparent;padding:8px 0}.header nav a[aria-current]{color:var(--red);border-bottom-color:var(--red)}.menu-toggle{display:none}.hero{background:var(--paper);padding:78px 0 64px;border-bottom:1px solid var(--line);position:relative}.hero.home{padding:90px 0;background:var(--paper);border-top:5px solid var(--red)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:52px;align-items:center}.hero-grid:has(.hero-image){grid-template-columns:1.1fr .9fr}.hero-image{margin:0;min-width:0}.hero-image img{width:100%;height:460px;object-fit:cover;border-radius:3px}.eyebrow{font-size:.8125rem;letter-spacing:.15em;font-weight:700;color:var(--red);margin-bottom:24px}.intro{font-size:1.125rem;line-height:1.8;max-width:740px;color:var(--muted)}.home .intro{max-width:630px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.hero .actions{margin-top:32px;gap:30px}.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;background:var(--red);color:white;border:1px solid var(--red);padding:13px 22px;border-radius:5px;font-weight:700;font-size:.9375rem;line-height:1.5;text-decoration:none}.button:hover{background:var(--red-dark);text-decoration:none}.button.light{background:#fff;color:var(--ink);border-color:var(--line)}.button.light:hover{background:var(--paper)}.button.small{font-size:.875rem;padding:8px 12px;gap:6px}.button.danger{background:#fff;color:var(--red);border-color:#e5bcc0}.button.full{width:100%}.text-link{color:var(--red);font-size:.9375rem;font-weight:700;display:inline-flex;gap:14px;align-items:center}.section{padding-top:60px;padding-bottom:75px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{padding:30px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.card-number{color:var(--red);font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:24px}.card p{color:var(--muted);font-size:1rem}.card h2{font-size:1.45rem;letter-spacing:-.025em}.card .text-link{margin-top:auto;padding-top:20px}.card-image{height:190px;width:100%;object-fit:cover;margin-bottom:25px;border-radius:3px}.brands-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.brands-cards .card{min-height:190px;justify-content:center;align-items:center;text-align:center}.brands-cards .card h2{font-size:1.8rem;margin:0 0 12px}.brands-cards .card-image{object-fit:contain;height:100px}.prose{overflow-wrap:anywhere}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-panel{background:var(--paper);padding:38px;border:1px solid var(--line);border-radius:5px;overflow-wrap:anywhere}.contact-panel h2{line-height:1.35}.contact-panel .button{margin-top:18px}footer{background:var(--ink);color:#e3ebe7;padding-top:52px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;font-size:.9375rem}.footer-grid strong{font-size:1.1rem;color:#fff;display:block;margin-bottom:15px}.footer-grid p{color:#c6d3cd;max-width:470px}.copyright{font-size:.8125rem;color:#baccc2;border-top:1px solid #3b5048;margin-top:36px;padding-top:20px;padding-bottom:20px}.skip{position:absolute;top:-100px;left:15px;z-index:20;background:#fff;padding:12px}.skip:focus{top:10px}.admin-body{background:#f3f5f5}.admin-header{background:var(--ink);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:20px 4%;gap:15px}.editor-brand{font-size:1.4rem;font-weight:800;letter-spacing:.04em}.editor-brand span{font-size:.9375rem;font-weight:400;letter-spacing:0;margin-left:16px;color:#cbd6d0}.login-card{max-width:520px;margin:70px auto;background:#fff;padding:45px;border:1px solid var(--line);border-radius:9px}.login-card h1{font-size:2.4rem}.stack{display:flex;flex-direction:column;gap:20px}label{display:flex;flex-direction:column;gap:7px;font-size:.9375rem;font-weight:600;letter-spacing:0}input,textarea,select{border:1px solid #b7c6be;border-radius:5px;padding:11px 12px;width:100%;color:var(--ink);background:#fff;font-size:1rem;line-height:1.5}textarea{resize:vertical;min-height:90px}.hint{font-size:.875rem;color:var(--muted);font-weight:400;margin:0}.notice{padding:13px 18px;border-radius:5px;background:#e6f3ed;color:#174c34;overflow-wrap:anywhere}.notice.error{background:#fae7e9;color:#8c1824}.notice[hidden]{display:none}#editor{max-width:1450px;margin:auto;padding:35px 4% 70px}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.editor-toolbar h1{font-size:2.1rem;margin-bottom:8px}.editor-toolbar p{margin:0;color:var(--muted);font-size:.9375rem}.editor-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.editor-sidebar{background:white;border:1px solid var(--line);border-radius:7px;padding:18px;position:sticky;top:20px;min-width:0}.editor-sidebar .eyebrow{margin:24px 8px 10px;font-size:.75rem}.sidebar-button{background:none;border:0;color:var(--ink);text-align:left;font-size:.9375rem;font-weight:600;padding:11px 12px;border-radius:5px;width:100%;overflow-wrap:anywhere}.sidebar-button:hover{background:var(--paper)}.sidebar-button.selected{background:#fbecee;color:var(--red)}.page-nav-row{display:flex;align-items:center;margin:4px 0;min-width:0}.page-nav-row .sidebar-button{flex:1;min-width:0}.reorder{display:flex}.reorder button{background:white;border:0;color:var(--muted);padding:8px 5px;font-size:1rem}.editor-sidebar .full{margin-top:18px}.editor-panel{background:#fff;border:1px solid var(--line);border-radius:7px;padding:34px;min-width:0}.editor-panel>h2{font-size:1.8rem}.editor-panel>.hint{margin-bottom:25px}.editor-panel>.eyebrow{margin-bottom:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:20px}.panel-title h2,.panel-title h3,.panel-title p{margin:0}.panel-title .eyebrow{margin-bottom:10px}.item-editor{background:#f8faf9;border:1px solid var(--line);padding:25px;border-radius:7px;display:flex;flex-direction:column;gap:18px}.item-editor .panel-title{margin:0}.image-field{border:1px dashed #afc1b7;padding:20px;border-radius:5px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;background:#fff}.image-field img{max-width:220px;max-height:130px;object-fit:contain}.image-field .hint{width:100%}.upload-label{font-weight:600;font-size:.875rem;max-width:100%}.upload-label input{padding:5px;font-size:.875rem}.checkbox{flex-direction:row;align-items:center}.checkbox input{width:20px;height:20px}.item-editor .actions{gap:8px}.admin-body code{overflow-wrap:anywhere;font-size:.875rem}
@media(min-width:1000px){.hero:not(:has(.hero-image)) h1{max-width:950px}.home:not(:has(.hero-image)) .hero-grid{padding-left:64px;border-left:1px solid #bdccc4}.home:not(:has(.hero-image)) h1{font-size:7rem}.history .intro{max-width:850px}}
@media(max-width:950px){.wrap{width:calc(100% - 40px)}.nav-row{gap:20px}.header nav{gap:10px 16px}.brand-name{font-size:1.25rem}.hero-grid:has(.hero-image){grid-template-columns:1fr}.hero-image img{height:340px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:210px minmax(0,1fr);gap:18px}.editor-panel{padding:22px}.two-col{grid-template-columns:1fr}.editor-toolbar{align-items:flex-start}.footer-grid{gap:40px}}
@media(max-width:680px){.topbar{font-size:.75rem}.nav-row{flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.brand{flex-basis:230px;max-width:calc(100% - 95px)}.brand-name{font-size:1.2rem}.logo{max-width:100%;max-height:60px}.menu-toggle{display:block;background:#fff;border:1px solid var(--line);padding:9px 11px;border-radius:5px;font-size:.875rem}.header nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:2px}.header nav.open{display:flex}.header nav a{padding:11px 4px}.hero,.hero.home{padding:52px 0}.eyebrow{font-size:.75rem;margin-bottom:20px}.intro{font-size:1rem}.hero .actions{gap:20px}.hero-image img{height:280px}.cards,.contact-grid,.footer-grid{grid-template-columns:1fr}.section{padding-top:32px;padding-bottom:42px}.card{padding:25px}.brands-cards{grid-template-columns:1fr 1fr;gap:12px}.brands-cards .card{min-height:140px;padding:18px}.brands-cards .card h2{font-size:1.35rem}.contact-panel{padding:26px}.footer-grid{gap:24px}.admin-header{padding:16px 5%}.editor-brand{font-size:1.1rem}.editor-brand span{display:block;margin:2px 0 0;font-size:.75rem}.login-card{margin:30px 20px;padding:28px}.login-card h1{font-size:2rem}#editor{padding:26px 16px 50px}.editor-toolbar{flex-direction:column}.editor-toolbar h1{font-size:1.75rem}.editor-toolbar .actions{gap:10px}.editor-toolbar .button{padding:10px 14px}.editor-layout{grid-template-columns:1fr}.editor-sidebar{position:static;padding:14px}.editor-panel{padding:20px}.item-editor{padding:16px}.image-field{padding:14px}.panel-title .actions{gap:5px}.panel-title .button.small{padding:6px 9px}.card,.contact-panel,.footer-grid>*{min-width:0}h1{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:no-preference){a,button{transition:background-color .15s,color .15s}}
/* Rinting green and yellow redesign */
:root{--red:#215c3b;--red-dark:#123b28;--ink:#173f2c;--muted:#657269;--line:#e0e6dc;--paper:#f6f7f0;--yellow:#f2d34f}.sidebar-button.selected{background:#eef4e5}.public-site{background:#fcfcf8}.public-site .wrap{width:min(1240px,calc(100% - 96px))}.public-site .header{background:#fcfcf8;border:0}.public-site .nav-row{padding:23px 0}.wordmark{font-family:Georgia,serif;font-size:32px;letter-spacing:.025em;font-weight:bold;line-height:1}.wordmark span{display:block;font-family:Arial,sans-serif;letter-spacing:.25em;font-size:10px;margin-top:8px}.public-site .brand{flex-basis:260px}.public-site .logo{height:62px;max-width:240px}.public-site .header nav{gap:35px}.public-site .header nav a{font-weight:500;font-size:14px}.public-site .header nav a[aria-current]{border-bottom-color:#d6b92e}.public-site .hero{border:0;padding:76px 0 35px;background:#fcfcf8;overflow:hidden}.public-site .hero h1{font-size:clamp(46px,5vw,72px);font-weight:500;line-height:1.04;letter-spacing:-.055em;max-width:800px}.public-site .hero .intro{font-size:17px;line-height:1.7;max-width:620px}.public-site .eyebrow{font-size:11px;letter-spacing:.17em;color:#5e735e;font-weight:600;margin-bottom:23px}.public-site .hero.home{padding:94px 0 40px;background:#163d2b;min-height:620px;color:white}.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%}.public-site .hero.with-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,22,.83),rgba(8,35,22,.40) 44%,rgba(8,35,22,.04) 80%)}.hero-content{position:relative;z-index:1}.public-site .home h1{font-size:clamp(64px,6.1vw,88px);max-width:680px!important;line-height:1.02}.public-site .home .intro{max-width:455px;color:#f1f3e8;font-size:17px}.public-site .home .eyebrow{color:#f2df7e;display:flex;align-items:center;gap:10px}.home .eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--yellow)}.public-site .button{background:var(--yellow);border:1px solid var(--yellow);color:#163d2b;padding:14px 24px;border-radius:3px;font-size:13px;font-weight:600;gap:30px}.public-site .button:hover{background:#ffe475}.public-site .hero-link{font-size:13px;color:#fff;display:flex;gap:20px;align-items:center}.public-site .hero .actions{margin-top:31px;gap:26px}.hero-caption{font-size:11px;margin-top:69px;letter-spacing:.08em;color:#e3e9dc}.public-site .section{padding-top:60px;padding-bottom:80px}.public-site .story{display:grid;grid-template-columns:1fr 2.5fr;gap:50px;padding-top:85px;padding-bottom:85px}.story>.eyebrow{padding-top:8px}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:45px}.story-content article:first-child{grid-column:1/-1;max-width:750px}.story-content article:first-child h2{font-size:38px;font-weight:500;letter-spacing:-.04em}.story-content article h2{font-size:20px;font-weight:500}.story-content article p{color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:0}.story-content article:first-child p{font-size:17px}.invitation{background:#edf1e3;padding:66px 0}.invitation-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.invitation h2{font-size:44px;font-weight:500}.invitation p{max-width:420px;color:var(--muted);font-size:16px}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.brand-tile{height:170px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:32px;background:#fff}.brand-tile img{width:auto;height:auto;max-width:160px;max-height:95px;object-fit:contain}.brand-tile span{font-size:25px;font-weight:600;letter-spacing:-.04em}.brand-note{font-size:14px;color:var(--muted);margin:32px 0 0}.brand-note a{color:var(--ink);text-decoration:underline}.outlet-row{border-top:1px solid var(--line);padding:30px 0;display:grid;grid-template-columns:55px 1fr 200px;gap:30px;align-items:center}.outlet-row:last-child{border-bottom:1px solid var(--line)}.outlet-number{font-size:13px;color:#7f8a78;align-self:start;padding-top:6px}.outlet-name h2{font-size:24px;font-weight:500;letter-spacing:-.03em;margin-bottom:9px}.outlet-name p{font-size:14px;color:var(--muted);max-width:570px;margin:0;line-height:1.7}.outlet-actions{display:flex;flex-direction:column;gap:9px;align-items:flex-end;font-size:13px}.direction{font-weight:600;color:var(--ink);border-bottom:1px solid #c9d3c2;padding-bottom:3px}.call{font-size:13px;color:var(--muted)}.public-site .contact-grid{gap:25px}.public-site .contact-panel{border:0;background:#f0f3e8;padding:45px;border-radius:0}.public-site .contact-panel h2{font-size:36px;font-weight:500;line-height:1.1}.public-site .contact-panel>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:380px}.contact-details{display:flex;flex-direction:column;gap:9px;margin:28px 0;font-size:16px}.public-site .hq-panel{background:#e4ead9}.public-site footer{background:#173f2c;padding-top:45px}.public-site .footer-grid{font-size:13px;grid-template-columns:1fr 1fr;gap:140px}.public-site .footer-grid strong{font-size:17px;font-weight:500}.public-site .footer-grid p{color:#cad5c7;max-width:390px}.public-site .copyright{display:flex;justify-content:space-between;gap:20px;font-size:11px;margin-top:28px;color:#b8c9b6;padding:20px 0;border-color:#3a5c42}.public-site .with-image:not(.home){color:#fff;padding:70px 0}.public-site .with-image:not(.home) .intro,.public-site .with-image:not(.home) .eyebrow{color:white}
@media(max-width:900px){.public-site .wrap{width:calc(100% - 48px)}.public-site .header nav{gap:20px}.public-site .story{grid-template-columns:1fr;gap:12px}.invitation-inner{gap:40px}.brand-grid{grid-template-columns:repeat(3,1fr)}.outlet-row{grid-template-columns:30px 1fr 165px;gap:15px}.public-site .footer-grid{gap:50px}.public-site .home h1{font-size:68px}}
@media(max-width:680px){.public-site .wrap{width:calc(100% - 40px)}.public-site .nav-row{padding:18px 0}.wordmark{font-size:27px}.public-site .logo{height:50px}.public-site .header nav{gap:5px}.public-site .hero{padding:45px 0 16px}.public-site .hero.home{min-height:650px;padding:68px 0 30px}.public-site .home h1{font-size:60px}.public-site .home .intro{font-size:16px;max-width:330px}.hero-background{object-position:67% center}.public-site .hero.with-image:after{background:linear-gradient(90deg,rgba(8,35,22,.79),rgba(8,35,22,.38))}.public-site .hero .actions{align-items:flex-start;flex-direction:column;gap:21px}.hero-caption{margin-top:58px}.public-site .section{padding-top:35px;padding-bottom:48px}.public-site .story{padding-top:50px;padding-bottom:55px}.story-content{grid-template-columns:1fr;gap:26px}.story-content article:first-child h2{font-size:32px}.story-content article:first-child p{font-size:16px}.invitation-inner{grid-template-columns:1fr;gap:18px}.invitation{padding:45px 0}.invitation h2{font-size:36px}.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-tile{height:132px;padding:18px}.brand-tile img{max-width:120px;max-height:78px}.outlet-row{grid-template-columns:25px 1fr;gap:12px;padding:25px 0}.outlet-actions{grid-column:2;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px}.outlet-name h2{font-size:22px}.public-site .contact-panel{padding:27px}.public-site .contact-panel h2{font-size:30px}.public-site .footer-grid{grid-template-columns:1fr;gap:22px}.public-site .copyright{flex-direction:column;gap:5px}.public-site .hero h1{font-size:46px}.public-site .home h1{font-size:60px}}
