@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-800.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/tamil-900.ttf) format('truetype');
}

:root{--green:#073f2d;--deep:#073324;--gold:#f6cb46;--ink:#173e2c;--muted:#66746b;--line:#dce4dc;--cream:#f8f8f1;font-family:'Noto Sans Tamil',system-ui,sans-serif;font-synthesis:none;color:var(--ink);font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);line-height:1.8}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #c07600;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(248,248,241,.98);border-bottom:1px solid var(--line)}.nav-row{height:104px;display:flex;justify-content:space-between;align-items:center;gap:28px}.brand{display:flex;align-items:center;line-height:1.2}.brand-mark{display:none}.brand strong{display:block;font:900 30px/1 Arial,sans-serif;letter-spacing:-1px}.brand small{display:block;font-size:13px;margin-top:9px;letter-spacing:1px;font-weight:700}.nav-row nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav-row nav a{padding-block:10px;border-bottom:2px solid transparent}.nav-row nav a:hover{border-color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:56px;border:1px solid transparent;border-radius:5px;padding:14px 24px;font-weight:600;font-size:14px;line-height:1.7;transition:transform .18s,background .18s}.btn:hover{transform:translateY(-3px)}.btn-dark{background:var(--green);color:white}.btn-dark:hover{background:#12573e}.btn-outline{color:var(--green);background:transparent;border-color:#adc0b1}.btn-yellow{background:var(--gold);color:var(--deep)}.nav-call{font-size:14px;min-height:47px;padding:9px 22px}.menu-toggle,.mobile-nav{display:none}.hero{background:var(--deep);color:white;display:grid;grid-template-columns:1fr 1fr;min-height:620px;isolation:isolate;position:relative;overflow:hidden}.hero-copy{padding:66px 36px 36px max(56px,calc((100vw - 1280px)/2));z-index:2}.eyebrow{font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.8px;margin:0 0 14px;display:flex;align-items:center;gap:9px}.hero-eyebrow{color:#d0ddae;margin-bottom:22px}.hero h1{font-size:clamp(35px,3.3vw,51px);line-height:1.7;letter-spacing:-1.5px;font-weight:800;margin:0 0 18px}.hero h1 span{color:var(--gold)}.hero-description{font-size:16px;line-height:2;color:#d1decf;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .btn-dark{background:var(--gold);color:var(--deep)}.hero-actions .btn-dark:hover{background:#ffe080}.hero-actions .btn-outline{color:white;border-color:#8da697}.small-note{font-size:12px;line-height:1.8;color:#b2c5b8;margin:13px 0 0}.hero-meta{border-top:1px solid #ffffff25;margin-top:34px;padding-top:22px;font-size:12px;display:flex;gap:18px;justify-content:space-between;align-items:center;max-width:580px}.hero-meta>span{display:flex;align-items:center;gap:8px}.hero-meta svg{width:17px;height:17px}.hero-meta a{color:var(--gold);white-space:nowrap}.hero-visual{position:relative;min-width:0;align-self:stretch}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:54% center}.hero-visual:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--deep),transparent 24%)}.hero-roundel{position:absolute;top:32px;right:32px;background:var(--gold);color:var(--deep);width:110px;height:110px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:5px;z-index:1;transform:rotate(8deg);border:1px dashed #8e7020;outline:7px solid var(--gold)}.hero-roundel b{font:800 43px/1 Arial,sans-serif}.hero-roundel small{font-size:10px;font-weight:600;line-height:1.6}.hero-image-note{position:absolute;right:20px;bottom:16px;font-size:10px;background:#073324c9;padding:5px 10px;border-radius:3px;z-index:1;color:#f1f6e8}.category-section{padding:78px 0 72px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.section-heading .eyebrow{color:#587c58;margin-bottom:16px}.section-heading h2,h2{font-size:36px;line-height:1.6;letter-spacing:-1px;margin:0;font-weight:800}.section-heading h2 span{font-weight:500}.section-heading>p{font-size:14px;line-height:1.9;color:var(--muted);margin:0 0 5px;max-width:440px}.photos-section{padding:20px 0 76px}.photos-section .section-heading h2{font-size:32px}.gallery-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:25px;align-items:start}.gallery-grid figure{margin:0}.gallery-grid figure>a{display:block;position:relative;overflow:hidden;border-radius:12px}.gallery-grid img{width:100%;height:410px;object-fit:cover;transition:transform .6s}.gallery-grid a:hover img{transform:scale(1.04)}.gallery-primary img{object-position:center}.gallery-secondary{padding-top:65px}.gallery-secondary img{height:365px;object-position:center 42%}.image-open{position:absolute;right:18px;bottom:18px;background:var(--cream);color:var(--green);width:41px;height:41px;border-radius:50%;display:grid;place-items:center;font:24px/1 Arial,sans-serif}.gallery-grid figcaption{display:flex;justify-content:space-between;gap:15px;align-items:baseline;padding-top:16px}.gallery-grid figcaption strong{font-size:16px;font-weight:600}.gallery-grid figcaption span{font-size:12px;color:var(--muted)}.photo-source{font-size:12px;color:var(--muted);margin:20px 0 0}.photo-source a{text-decoration:underline}.visit-section{background:#e9eee1;border-top:1px solid #d8e0d1;border-bottom:1px solid #d8e0d1;padding:72px 0}.visit-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.visit-copy .eyebrow{color:#55764d}.visit-copy h2{font-size:36px;line-height:1.8}.visit-copy h2 span{font-weight:500}.visit-description{font-size:16px;color:var(--muted);margin:20px 0 26px;line-height:2}.address-block{display:flex;align-items:flex-start;gap:13px;font-size:16px;margin-bottom:25px}.address-block svg{margin-top:4px}.address-block strong{font-size:17px}address{font-style:normal;color:#4f6654;margin-top:5px;font-size:15px}.hours-note{display:flex;align-items:flex-start;gap:11px;margin-top:25px;padding-top:21px;border-top:1px solid #bccdbb;max-width:470px}.hours-note svg{width:19px;margin-top:3px}.hours-note p{font-size:13px;margin:0;line-height:1.9}.hours-note strong,.hours-note span{display:block}.hours-note span{color:#526653;margin-top:5px}.contact-card{background:var(--green);color:#fff;border-radius:14px;padding:43px}.contact-card>.eyebrow{color:var(--gold)}.contact-card h2{font-size:34px;line-height:1.6}.contact-card>p:not(.eyebrow){color:#c9ddcc;font-size:14px;line-height:2}.phone-list{margin:20px 0 30px}.phone-list a{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #ffffff2a;padding:15px 0;font:500 24px/1.3 Arial,sans-serif;letter-spacing:.4px}.phone-list small{display:block;font-family:'Noto Sans Tamil',sans-serif;font-size:11px;letter-spacing:0;margin-top:8px;color:#bed7c3}.phone-list svg{width:20px;height:20px;color:var(--gold)}.phone-list a:hover span{color:var(--gold)}.contact-card .btn{width:100%;font-size:14px}footer{background:var(--deep);color:#eff4e5;padding:38px 0}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand strong{font-size:26px}.footer-brand small{font-size:11px}.footer-row>span,.footer-row>a:last-child{font-size:12px;color:#c3d2bd}.mobile-actions{display:none}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-100px;left:20px;background:var(--gold);padding:12px;z-index:100}.skip-link:focus{top:10px}dialog{max-width:570px;width:calc(100% - 32px);border:0;border-radius:15px;background:var(--cream);color:var(--ink);padding:39px;box-shadow:0 30px 100px #0005}dialog::backdrop{background:#052b22c9;backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:10px;right:12px;width:40px;height:40px;border:0;background:transparent;color:var(--green);font:32px/1 Arial}.dialog-close:hover{background:#dae4d5;border-radius:50%}dialog .eyebrow{font-size:11px;margin:8px 0 18px;color:#5b7b50}dialog h2{font-size:29px;line-height:1.6}#category-description{font-size:16px;line-height:2;color:var(--muted)}#category-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}#category-tags span{display:inline-block;background:#e2e9d8;border:1px solid #ccd9bd;padding:7px 12px;border-radius:5px;font-size:13px}.category-availability{font-size:13px;line-height:1.9;color:var(--muted);margin:23px 0}dialog .btn{font-size:14px}
@media(min-width:1600px){.hero-copy{padding-top:88px;padding-bottom:55px}.hero{min-height:720px}.hero h1{font-size:54px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.nav-row{gap:22px}.nav-row nav{gap:22px;font-size:13px}.brand strong{font-size:26px}.hero{min-height:575px;grid-template-columns:1.12fr 1fr}.hero-copy{padding:50px 28px 34px 32px}.hero h1{font-size:37px}.hero-description{font-size:14px}.hero-actions .btn{font-size:13px;padding:13px 17px}.hero-meta{font-size:10px}.hero-roundel{width:94px;height:94px;right:25px;top:25px}.hero-roundel b{font-size:35px}.hero-roundel small{font-size:9px}.visit-grid{gap:45px}.visit-copy h2{font-size:30px}.contact-card{padding:33px}.contact-card h2{font-size:30px}.gallery-grid figcaption{flex-direction:column;gap:3px}.section-heading h2{font-size:32px}.gallery-grid img{height:355px}.gallery-secondary img{height:320px}}
@media(max-width:800px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.nav-row{height:83px;gap:18px}.brand strong{font-size:25px}.brand small{font-size:11px;margin-top:7px}.nav-row nav{display:none}.menu-toggle{display:grid;place-items:center;width:41px;height:41px;border:1px solid #ccd8c7;border-radius:5px;background:transparent;color:var(--green)}.nav-call{margin-left:auto;min-height:43px;padding:8px 15px;font-size:12px}.mobile-nav{display:flex;flex-direction:column;gap:2px;background:var(--cream);padding:15px 20px 20px;border-top:1px solid var(--line);font-size:14px}.mobile-nav a{padding:10px 0}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:34px 24px 25px}.hero h1{font-size:38px;line-height:1.6;letter-spacing:-1px}.hero-eyebrow{font-size:10px;margin-bottom:18px}.hero-description{font-size:14px;line-height:1.9;margin-bottom:20px}.hero-actions .btn{min-height:52px;font-size:13px}.small-note{font-size:10px;margin-top:11px}.hero-meta{font-size:11px;margin-top:20px;padding-top:15px;max-width:none}.hero-visual{height:350px}.hero-visual>img{object-fit:cover;object-position:center 65%}.hero-visual:after{background:linear-gradient(180deg,var(--deep),transparent 24%)}.hero-roundel{top:22px;right:27px;width:91px;height:91px}.hero-image-note{font-size:9px;bottom:10px;right:13px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:25px}.section-heading .eyebrow{font-size:11px;margin-bottom:10px}.section-heading h2{font-size:31px}.section-heading>p{font-size:13px}.section-heading>p br{display:none}.category-section{padding:44px 0}.photos-section{padding:15px 0 48px}.photos-section .section-heading h2{font-size:28px}.gallery-grid{gap:16px;grid-template-columns:1fr 1fr}.gallery-primary img{height:310px}.gallery-secondary{padding-top:45px}.gallery-secondary img{height:275px}.gallery-grid figcaption strong{font-size:13px}.gallery-grid figcaption span{font-size:11px}.photo-source{font-size:11px;line-height:2}.visit-section{padding:45px 0}.visit-grid{grid-template-columns:1fr;gap:32px}.visit-copy h2{font-size:30px}.visit-description{font-size:15px}.contact-card{padding:30px}.contact-card h2{font-size:31px}.contact-card h2 br{display:none}.contact-card>p:not(.eyebrow){font-size:14px}.phone-list a{font-size:25px}.footer-row{flex-wrap:wrap;row-gap:23px}.footer-row>span{order:3;width:100%}}
@media(max-width:520px){.nav-row{height:76px}.brand strong{font-size:23px}.brand small{font-size:10px}.nav-call{display:none}.menu-toggle{margin-left:auto;width:38px;height:38px}.hero-copy{padding:29px 21px 22px}.hero h1{font-size:30px;line-height:1.75;letter-spacing:-1px}.hero-description{font-size:13px;line-height:2}.hero-eyebrow{font-size:10px;letter-spacing:.3px}.hero-actions{gap:9px}.hero-actions .btn{font-size:12px;padding:12px 15px;gap:10px;min-height:49px}.hero-actions .btn svg{width:19px}.hero-meta{font-size:10px;gap:10px;margin-top:19px}.hero-meta>span{gap:7px}.hero-meta svg{width:16px}.hero-visual{height:280px}.hero-roundel{width:79px;height:79px;right:21px;top:19px;outline-width:5px}.hero-roundel b{font-size:31px}.hero-roundel small{font-size:8px}.hero-image-note{font-size:8px}.section-heading h2{font-size:29px}.gallery-grid{grid-template-columns:1fr;gap:23px}.gallery-grid img{height:305px}.gallery-secondary{padding-top:0}.gallery-secondary img{height:300px;object-position:center 48%}.gallery-grid figcaption{flex-direction:row;gap:12px}.gallery-grid figcaption strong{font-size:14px}.gallery-grid figcaption span{font-size:10px}.photos-section .section-heading h2{font-size:25px}.visit-copy h2{font-size:28px}.visit-description{font-size:14px}.visit-copy>.btn{font-size:12px;padding-inline:19px}.address-block strong{font-size:17px}address{font-size:14px}.hours-note p{font-size:12px}.contact-card{padding:25px}.contact-card h2{font-size:28px}.contact-card>p:not(.eyebrow){font-size:13px}.phone-list a{font-size:23px}.contact-card .btn{font-size:12px;gap:10px}.footer-brand strong{font-size:23px}.footer-row>a:last-child{font-size:10px}.footer-row>span{font-size:11px}.mobile-actions{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1.25fr;gap:9px;z-index:40;background:var(--cream);border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -8px 28px #07332415}.mobile-actions a{display:flex;align-items:center;justify-content:center;min-height:47px;gap:9px;background:var(--green);color:#fff;border-radius:5px;font-size:13px;font-weight:600}.mobile-actions .mobile-whatsapp{background:var(--gold);color:var(--deep)}.mobile-actions svg{width:18px;height:18px}body{padding-bottom:69px}dialog{padding:31px 23px}dialog h2{font-size:24px}#category-description{font-size:14px}#category-tags span{font-size:12px}dialog .btn{font-size:12px;padding:13px 18px}}
@media(max-width:355px){.hero h1{font-size:27px}.hero-actions .btn{font-size:11px;padding-inline:12px}.hero-meta{font-size:9px}.phone-list a{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.brand{gap:14px}.brand-logo{width:66px;height:66px;object-fit:contain;border-radius:6px;flex-shrink:0}.footer-brand .brand-logo{width:60px;height:60px}
@media(max-width:800px){.brand{gap:11px}.brand-logo{width:53px;height:53px}.brand strong{font-size:24px}}
@media(max-width:520px){.brand{gap:10px}.brand-logo{width:49px;height:49px}.brand strong{font-size:21px}.brand small{font-size:10px;letter-spacing:.5px}.footer-brand .brand-logo{width:52px;height:52px}.footer-brand strong{font-size:21px}}
@media(max-width:355px){.brand{gap:8px}.brand-logo{width:44px;height:44px}.brand strong{font-size:18px}.brand small{font-size:9px}.nav-row{gap:12px}}
.visit-copy,.contact-card{min-width:0}.visit-copy h2,.contact-card h2{overflow-wrap:anywhere}
@media(max-width:800px){.visit-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:355px){.visit-copy h2{font-size:24px}.contact-card h2{font-size:24px}.phone-list a{font-size:20px;gap:12px}.contact-card .btn{padding-inline:12px;gap:8px;font-size:11px}}





/* Picture-first redesign: every category reserves 90% for the image and 10% for its caption. */
.hero{display:block;min-height:0;background:var(--deep)}
.hero-visual{height:auto;max-width:1600px;margin:auto}
.hero-visual>img{width:100%;height:auto;max-height:660px;aspect-ratio:16/9;object-fit:cover;object-position:center 62%}
.hero-visual:after{display:none}
.hero-image-note{right:15px;bottom:12px;font-size:9px}
.hero-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:12px}
.hero-caption h1{margin:0;font-size:28px;line-height:1.55;letter-spacing:-.5px}
.hero-caption>a{color:var(--gold);font-size:14px;font-weight:600;white-space:nowrap}
.hero-caption>a span{font:22px Arial,sans-serif;margin-left:10px}
.store-info-strip{background:#edf0e4;border-bottom:1px solid var(--line)}
.store-info-strip>.wrap{display:flex;justify-content:space-between;gap:20px;padding-block:12px;font-size:12px}
.store-info-strip span,.store-info-strip a{display:flex;align-items:center;gap:8px}
.store-info-strip svg{width:17px;height:17px}
.category-section{padding:40px 0 35px}
.section-heading{margin-bottom:22px;align-items:center;flex-direction:row;gap:15px}
.section-heading h2,.photos-section .section-heading h2{font-size:25px;font-weight:600;letter-spacing:-.5px;line-height:1.7}
.section-heading>p{font-size:11px;margin:0;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.category-card{appearance:none;position:relative;display:grid;grid-template-rows:minmax(0,9fr) minmax(0,1fr);aspect-ratio:27/20;min-width:0;padding:0;overflow:hidden;text-align:left;border:0;border-radius:9px;background:#fff;color:var(--ink);transition:transform .2s,box-shadow .2s}
.category-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #07332417}
.category-media{display:block;position:relative;min-height:0;width:100%;height:100%;overflow:hidden;background:#edf1e7}
.category-product{position:static;display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;transition:transform .45s}
.category-card:hover .category-product{transform:scale(1.025)}
.category-copy{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:0;padding:0 17px;background:#fff}
.category-card h3{margin:0;font-size:18px;font-weight:600;line-height:1.55;letter-spacing:-.3px;white-space:nowrap}
.card-arrow{font:22px/1 Arial,sans-serif;flex-shrink:0;color:var(--green)}
.category-1 .category-product{object-position:center 38%}.category-2 .category-media{background:#fff}.category-2 .category-product{object-fit:contain}
.category-3 .category-media{background:#ecefdb}.category-3 .category-product{object-fit:contain}
.featured-category .category-copy{background:var(--green);color:#fff}.featured-category .card-arrow{color:var(--gold)}
.category-note{color:var(--muted);font-size:11px;line-height:1.9;margin:18px 0 0}
.category-dialog-image{width:100%;height:240px;object-fit:contain;background:#edf1e7;border-radius:8px;margin:9px 0 22px}
#category-dialog{max-height:calc(100dvh - 40px);overflow:auto}
.photos-section{padding-top:20px;padding-bottom:40px}
.gallery-grid{grid-template-columns:1fr 1fr;gap:25px}
.gallery-secondary{padding-top:0}.gallery-grid img,.gallery-secondary img{height:auto;aspect-ratio:3/2;object-fit:cover}.gallery-secondary img{object-position:center 42%}
.gallery-grid figcaption{padding-top:10px}.gallery-grid figcaption strong{font-size:14px}.gallery-grid figcaption span{display:none}
.visit-section{padding-block:42px}.visit-copy h2{font-size:27px;margin-bottom:23px}.visit-grid{gap:50px}.contact-card{padding:30px}.contact-card h2{font-size:25px}
@media(max-width:1150px){.category-grid,.gallery-grid{gap:20px}.category-card h3{font-size:16px}.category-copy{padding-inline:14px}}
@media(max-width:800px){.hero-visual>img{aspect-ratio:3/2;max-height:none}.hero-caption{padding-block:12px}.hero-caption h1{font-size:25px}.hero-caption>a{font-size:13px}.section-heading h2,.photos-section .section-heading h2{font-size:23px}.category-grid,.gallery-grid{gap:16px}.category-card h3{font-size:13px}.category-copy{padding-inline:12px}.card-arrow{font-size:19px}.category-dialog-image{height:205px}.visit-grid{gap:28px}.gallery-grid figcaption strong{font-size:12px}}
@media(max-width:520px){.hero-caption{padding-block:10px}.hero-caption h1{font-size:22px}.hero-caption>a{font-size:11px}.hero-image-note{font-size:8px;bottom:8px;right:10px}.store-info-strip>.wrap{padding-block:10px;font-size:9px;gap:10px}.store-info-strip span,.store-info-strip a{gap:5px}.store-info-strip svg{width:14px;height:14px}.category-section{padding:26px 0}.section-heading{gap:10px;margin-bottom:16px}.section-heading h2,.photos-section .section-heading h2{font-size:19px}.section-heading>p{font-size:9px}.category-grid{grid-template-columns:minmax(0,1fr);gap:18px}.category-card{border-radius:7px}.category-card h3{font-size:14px}.category-copy{padding-inline:12px}.card-arrow{font-size:18px}.category-dialog-image{height:170px}.category-note{font-size:10px}.gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-grid figcaption strong{font-size:13px}.photos-section{padding-block:10px 30px}.visit-section{padding-block:30px}.visit-copy h2{font-size:25px}.contact-card h2{font-size:25px}}
@media(max-width:355px){.category-card h3{font-size:12px}.category-copy{padding-inline:10px}.section-heading h2{font-size:16px}.section-heading>p{font-size:8px}.store-info-strip>.wrap{font-size:8px}.hero-caption h1{font-size:20px}.category-dialog-image{height:145px}}
