/*
 * SissNuts homepage 1.5.0 — premium source and QA implementation.
 * Every rule is scoped to body.home to protect the other templates.
 */
:root{
  --siss-green:#58745d;
  --siss-green-deep:#3f5d49;
  --siss-green-soft:#edf3ed;
  --siss-gold:#c89a45;
  --siss-peach:#f6e3d8;
  --siss-cream:#fffaf6;
  --siss-paper:#fffefd;
  --siss-line:#eadfd5;
  --siss-text:#34443b;
  --siss-muted:#7d837e;
  --siss-shadow:0 18px 50px rgba(74,51,31,.065);
  --siss-container:1360px;
}
body.home{background:#fffaf7;color:var(--siss-text)}
body.home,
body.home button,
body.home input,
body.home select,
body.home textarea{font-family:"Yekan Bakh Fanum",Tahoma,sans-serif}
body.home .tc-container{width:min(calc(100% - 48px),var(--siss-container));margin-inline:auto}
body.home .tc-home{overflow:clip;background:linear-gradient(180deg,#fff8f4 0,#fffefd 6%,#fffefd 92%,#fff2eb 100%)}
body.home .tc-home-section{padding-block:30px}
body.home .tc-home h1,body.home .tc-home h2,body.home .tc-home h3,body.home .tc-home p{margin-top:0}
body.home .tc-home p{line-height:1.95}
body.home .tc-home-kicker,
body.home .tc-home-products__intro>span,
body.home .tc-choice__intro>span,
body.home .tc-choice__feature-copy>span,
body.home .tc-gift__copy>span,
body.home .tc-story__copy>span,
body.home .tc-home-heading>div>span,
body.home .tc-testimonial__heading>span,
body.home .tc-magazine__intro>span,
body.home .tc-faq__intro>span,
body.home .tc-home-seo__content>span{display:block;margin:0 0 8px;color:var(--siss-gold);font-size:12px;font-weight:900}
body.home .tc-home h2{margin:0;color:var(--siss-green);font-size:clamp(30px,2.7vw,42px);line-height:1.34;font-weight:900}
body.home .tc-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:10px 22px;border-radius:10px;font-size:12px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
body.home .tc-button:hover{transform:translateY(-1px)}
body.home .tc-button--primary{background:var(--siss-green);color:#fff;box-shadow:0 9px 20px rgba(78,105,84,.18)}
body.home .tc-button--ghost{border:1px solid #dcd4cb;background:#fff;color:#4b5d51;box-shadow:none}

/* Header */
body.home .tc-header{position:relative;top:auto;background:transparent;border:0;backdrop-filter:none;z-index:100}
body.home .tc-announcement{min-height:34px;padding:7px 0;background:#fae8de;color:#6f6e69;font-size:12px}
body.home .tc-announcement p{margin:0}
body.home .tc-announcement .tc-container{position:relative;display:flex;align-items:center;justify-content:center}
body.home .tc-announcement__close{position:absolute;left:0;width:28px;height:28px;border:0;background:transparent;color:#9d958d;font-size:18px;cursor:pointer}
body.home .tc-header__shell{padding-block:9px}
body.home .tc-header__main{display:grid;grid-template-columns:auto minmax(330px,.95fr) minmax(360px,1.2fr) auto;gap:24px;min-height:76px;padding:9px 22px;border:1px solid #eee5dc;border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(77,55,32,.055);direction:rtl}
body.home .tc-brand{grid-column:1;min-width:126px}
body.home .tc-brand__image img{width:122px;max-height:51px}
body.home .custom-logo{max-width:134px;max-height:52px}
body.home .tc-brand__text{gap:9px;color:var(--siss-green);font-size:27px;font-weight:900}
body.home .tc-brand__mark{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#d0a750;color:#fff;font-family:Georgia,serif;font-size:21px}
body.home .tc-primary-nav{grid-column:2;min-width:0;border:0}
body.home .tc-menu{display:flex;align-items:center;justify-content:flex-start;gap:30px;margin:0;padding:0;list-style:none}
body.home .tc-menu>li>a{min-height:44px;padding:0;color:#4a504c;font-size:13px;font-weight:800}
body.home .tc-menu>li.current-menu-item>a,body.home .tc-menu>li.current_page_item>a{color:var(--siss-green-deep)}
body.home .tc-menu>li.current-menu-item>a:after,body.home .tc-menu>li.current_page_item>a:after{background:var(--siss-gold)}
body.home .tc-search-shell{grid-column:3;min-width:0}
body.home .tc-search{height:46px;border:1px solid #eee6de;border-radius:12px;background:#fbfaf8;box-shadow:none}
body.home .tc-search:focus-within{border-color:#cbd8cc;box-shadow:0 0 0 3px rgba(92,118,95,.09)}
body.home .tc-search input[type=search]{padding:8px 15px;color:#58625b;font-size:12px}
body.home .tc-search__submit{width:42px;flex:0 0 42px}
body.home .tc-search__submit svg{width:19px;height:19px;fill:none;stroke:#89908b;stroke-width:1.7;stroke-linecap:round}
body.home .tc-search:after{content:"⌘ K";margin-left:11px;color:#aaa39b;font:10px/1.8 Arial,sans-serif;direction:ltr;white-space:nowrap}
body.home .tc-header-actions{grid-column:4;display:flex;align-items:center;gap:6px;direction:ltr}
body.home .tc-header-actions>a,body.home .tc-search-toggle,body.home .tc-menu-toggle{width:39px;height:39px;border:0;background:transparent;border-radius:10px;color:#777f79}
body.home .tc-header-actions>a:hover{background:#faf5ef;color:var(--siss-green)}
body.home .tc-header-actions svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
body.home .tc-cart-link__count{top:-1px;left:-1px;min-width:18px;height:18px;background:var(--siss-gold);font-size:8px}

/* Hero */
body.home .tc-home-hero{padding:10px 0 0}
body.home .tc-home-hero__surface{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(410px,1fr);min-height:558px;border:1px solid #eee4da;border-radius:23px;background:linear-gradient(112deg,#fff0e7 0,#fff8f2 43%,#fffdfb 100%);box-shadow:var(--siss-shadow);overflow:hidden;direction:ltr}
body.home .tc-home-hero__surface:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 42% 24%,rgba(255,244,174,.75),transparent 27%),linear-gradient(130deg,transparent 52%,rgba(255,255,255,.66));pointer-events:none}
body.home .tc-home-hero__media{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;min-width:0;padding:18px 0 0;direction:rtl}
body.home .tc-home-hero__media:after{content:"";position:absolute;left:12%;right:8%;bottom:2%;height:74px;border-radius:50%;background:radial-gradient(ellipse,rgba(83,60,37,.15),transparent 68%);filter:blur(8px);z-index:-1}
body.home .tc-home-hero__media picture{width:min(100%,780px);height:100%;display:flex;align-items:flex-end;justify-content:center}
body.home .tc-home-hero__media img{width:100%;height:100%;max-height:548px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 22px 20px rgba(74,47,21,.13))}
body.home .tc-home-hero__monogram{position:absolute;left:28px;top:42px;color:rgba(92,118,95,.075);font:260px/.8 Georgia,serif}
body.home .tc-home-hero__content{position:relative;z-index:2;align-self:center;margin:32px 32px 32px 0;padding:43px 42px;border:1px solid rgba(230,221,211,.82);border-radius:21px;background:rgba(255,255,255,.56);backdrop-filter:blur(6px);direction:rtl}
body.home .tc-home-hero h1{max-width:450px;margin:0 0 18px;color:var(--siss-green);font-size:clamp(43px,3.75vw,58px);font-weight:900;line-height:1.31}
body.home .tc-home-hero__content>p{max-width:410px;margin:0;color:#626a64;font-size:14px;line-height:2.05}
body.home .tc-home-hero .tc-home-kicker{display:none}
body.home .tc-home-hero__actions{display:flex;gap:11px;margin-top:26px}
body.home .tc-home-hero__proof{display:flex;flex-wrap:wrap;gap:18px;margin:27px 0 0;padding:0;list-style:none;color:#777d78;font-size:10px}
body.home .tc-home-hero__proof li{position:relative;padding-right:10px}
body.home .tc-home-hero__proof li:before{content:"";position:absolute;right:0;top:.8em;width:4px;height:4px;border-radius:50%;background:var(--siss-green)}
body.home .tc-home-hero__pager{display:flex;align-items:center;gap:7px;margin-top:30px;color:#8b8d88;font-size:9px;direction:ltr}
body.home .tc-home-hero__pager i{width:6px;height:6px;border-radius:50%;background:#d5d1cc}
body.home .tc-home-hero__pager i.is-active{background:var(--siss-green)}

/* Trust strip */
body.home .tc-home-trust{padding:14px 0 20px}
body.home .tc-home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ebdfd4;border-radius:17px;background:rgba(255,250,246,.93);box-shadow:0 9px 25px rgba(80,56,34,.045);overflow:hidden}
body.home .tc-home-trust__item{position:relative;display:flex;min-height:86px;align-items:center;justify-content:center;gap:13px;padding:14px 20px}
body.home .tc-home-trust__item:not(:last-child):after{content:"";position:absolute;left:0;top:25%;bottom:25%;width:1px;background:#e6dbd0}
body.home .tc-home-trust__item strong,body.home .tc-home-trust__item small{display:block}
body.home .tc-home-trust__item strong{color:#455348;font-size:13px}
body.home .tc-home-trust__item small{margin-top:2px;color:#92918c;font-size:9px}
body.home .tc-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid #e6cfac;border-radius:11px;background:#fffaf4;color:var(--siss-gold)}
body.home .tc-icon:before{content:"";width:21px;height:21px;background-repeat:no-repeat;background-position:center;background-size:contain}
body.home .tc-icon--leaf:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-7 0-12 3-12 9 0 4 3 7 7 7 6 0 8-7 5-16Z'/%3E%3Cpath d='M4 20c3-5 7-8 13-10'/%3E%3C/svg%3E")}
body.home .tc-icon--box:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4-8 4-8-4 8-4Z'/%3E%3Cpath d='m4 7 8 4v10L4 17V7Zm16 0-8 4v10l8-4V7Z'/%3E%3C/svg%3E")}
body.home .tc-icon--shield:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}
body.home .tc-icon--truck:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v10H3V6Zm11 4h4l3 3v3h-7v-6Z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E")}
body.home .tc-icon--jar:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6'%3E%3Cpath d='M8 3h8v3H8V3Zm-1 3h10l1 3v11H6V9l1-3Z'/%3E%3Cpath d='M8 12h8'/%3E%3C/svg%3E")}
body.home .tc-icon--cup:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M6 7h11v5a6 6 0 0 1-11 3V7Z'/%3E%3Cpath d='M17 9h2a2 2 0 0 1 0 4h-2M8 3v2m4-2v2m4-2v2'/%3E%3C/svg%3E")}
body.home .tc-icon--wallet:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Cpath d='M16 10h5v5h-5a2 2 0 1 1 0-5Z'/%3E%3Cpath d='M5 6V4h12v2'/%3E%3C/svg%3E")}
body.home .tc-icon--seed:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.5'%3E%3Cpath d='M12 21V9m0 2c-4 0-7-2-7-6 4 0 7 2 7 6Zm0 4c4 0 7-2 7-6-4 0-7 2-7 6Z'/%3E%3C/svg%3E")}
body.home .tc-icon--check:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.6'%3E%3Cpath d='M4 12 9 17 20 6'/%3E%3C/svg%3E")}
body.home .tc-icon--quality:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c99b43' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='m12 8 1.2 2.4 2.8.4-2 2 .5 2.8-2.5-1.3-2.5 1.3.5-2.8-2-2 2.8-.4L12 8Z'/%3E%3C/svg%3E")}

/* Pixel-matched homepage hero (reference 1272 × 898). */
@media(min-width:993px){
  body.home .tc-home-hero{padding-top:0}
  body.home .tc-home-hero__surface{width:100%;max-width:none;min-height:578px;grid-template-columns:minmax(0,1.58fr) minmax(438px,1fr);border:0;border-radius:0;background:linear-gradient(103deg,#fff1e8 0,#fff8f1 47%,#fffdfa 100%);box-shadow:none}
  body.home .tc-home-hero__surface:before{background:radial-gradient(circle at 48% 28%,rgba(255,246,178,.78),transparent 28%),linear-gradient(126deg,transparent 48%,rgba(255,255,255,.76) 70%,rgba(255,255,255,.25))}
  body.home .tc-home-hero__media{padding:0;align-items:stretch;justify-content:flex-start}
  body.home .tc-home-hero__media:after{display:none}
  body.home .tc-home-hero__media picture{width:100%;max-width:none;height:578px;align-items:stretch}
  body.home .tc-home-hero__media img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center bottom;filter:none}
  body.home .tc-home-hero__monogram{display:none}
  body.home .tc-home-hero__content{min-height:520px;align-self:start;margin:45px 32px 13px 0;padding:45px 42px 31px;border-color:#eadfd6;border-radius:20px;background:rgba(255,255,255,.62);box-shadow:0 8px 28px rgba(75,54,35,.025);backdrop-filter:blur(7px)}
  body.home .tc-home-hero h1{max-width:390px;margin-bottom:19px;font-size:48px;line-height:1.34;letter-spacing:-.7px}
  body.home .tc-home-hero__content>p{max-width:365px;font-size:13px;line-height:2.08}
  body.home .tc-home-hero__actions{gap:12px;margin-top:25px}
  body.home .tc-home-hero__actions .tc-button{min-height:48px;padding-inline:23px;border-radius:9px;font-size:11px}
  body.home .tc-home-hero__proof{gap:20px;margin-top:27px;font-size:9px}
  body.home .tc-home-hero__pager{justify-content:space-between;margin-top:auto;padding-top:25px}
  body.home .tc-home-hero__pager span{margin-left:auto}
  body.home .tc-home-trust{padding:28px 0 20px}
  body.home .tc-home-trust__grid{min-height:80px;border-radius:16px}
  body.home .tc-home-trust__item{min-height:80px;gap:14px;padding:12px 22px}
  body.home .tc-home-trust__item strong{font-size:14px}
  body.home .tc-home-trust__item small{display:none}
  body.home .tc-home-trust .tc-icon{border:0;background:transparent;width:35px;height:35px}
  body.home .tc-home-trust .tc-icon:before{width:29px;height:29px}
}

/* Product discovery */
body.home .tc-home-products{padding-top:22px;padding-bottom:22px}
body.home .tc-home-products__head{display:grid;grid-template-columns:minmax(310px,.46fr) minmax(0,1.54fr);gap:30px;align-items:end;margin-bottom:20px;direction:rtl}
body.home .tc-home-products__intro{position:relative;padding-right:4px}
body.home .tc-home-products__intro>span{display:none}
body.home .tc-home-products__intro h2{font-size:38px}
body.home .tc-home-products__intro p{margin:7px 0 0;color:#7b817b;font-size:11px}
body.home .tc-home-products__intro small{display:block;margin-top:4px;color:#a19a92;font-size:9px}
body.home .tc-home-products__controls{direction:rtl}
body.home .tc-home-products__search{display:flex;width:min(100%,430px);height:42px;align-items:center;margin:0 0 10px auto;border:1px solid #e7dfd7;border-radius:11px;background:#fff}
body.home .tc-home-products__search input{min-width:0;flex:1;border:0;background:transparent;padding:8px 13px;color:#606863;font-size:11px;outline:0}
body.home .tc-home-products__search button{width:42px;height:100%;border:0;background:transparent;color:#8f958f;font-size:19px}
body.home .tc-home-products__control-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-start}
body.home .tc-home-filter{display:flex;gap:6px;flex-wrap:wrap;margin:0}
body.home .tc-home-filter button,body.home .tc-home-products__all,body.home .tc-home-view button{min-height:37px;border:1px solid #e5ddd5;border-radius:9px;background:#fff;color:#717771;font-size:10px;font-weight:800}
body.home .tc-home-filter button{padding:6px 16px}
body.home .tc-home-filter button.is-active{border-color:var(--siss-green);background:var(--siss-green);color:#fff}
body.home .tc-home-products__all{display:inline-flex;align-items:center;padding:6px 14px}
body.home .tc-home-view{display:flex;gap:4px}
body.home .tc-home-view button{display:grid;width:37px;place-items:center;padding:0;font-size:16px}
body.home .tc-home-view button.is-active{background:#f4f0ea;color:var(--siss-green)}
body.home .tc-home-products__status{min-height:14px;margin:5px 0 0;color:#8b8e89;font-size:8px}
body.home .tc-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.home .tc-home-product-grid .tc-product-card{position:relative;min-width:0;border:1px solid #e8dfd6;border-radius:16px;background:#fff;box-shadow:0 9px 26px rgba(75,53,32,.045);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
body.home .tc-home-product-grid .tc-product-card:hover{transform:translateY(-3px);border-color:#b8c6ba;box-shadow:0 16px 34px rgba(75,53,32,.085)}
body.home .tc-home-product-grid .tc-product-card__media{background:linear-gradient(180deg,#fff,#faf7f2)}
body.home .tc-home-product-grid .tc-product-card__image{aspect-ratio:1/.96;padding:16px 18px 8px}
body.home .tc-home-product-grid .tc-product-card__image img{width:100%;height:100%;object-fit:contain}
body.home .tc-home-product-grid .tc-product-card__body{display:flex;min-height:208px;flex-direction:column;gap:7px;padding:12px 15px 15px}
body.home .tc-home-product-grid .tc-product-card__meta{font-size:8px}
body.home .tc-home-product-grid .tc-product-card__title{min-height:38px;font-size:13px;line-height:1.55}
body.home .tc-home-product-grid .tc-product-card__attributes{display:none}
body.home .tc-home-product-grid .tc-product-card__rating{min-height:0}
body.home .tc-home-product-grid .tc-product-card__rating .star-rating{font-size:10px}
body.home .tc-home-product-grid .tc-product-card__footer{margin-top:auto;align-items:center;gap:8px}
body.home .tc-home-product-grid .tc-product-card__price{font-size:13px;color:#34483b}
body.home .tc-home-product-grid .tc-product-card__cta{min-height:38px;padding:7px 14px;border-radius:8px;font-size:9px}
body.home .tc-home-product-grid .tc-product-card__cta:after{content:"";width:14px;height:14px;margin-right:7px;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 3h2l2.2 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L20 7H6%27/%3E%3Ccircle cx=%2710%27 cy=%2720%27 r=%271%27/%3E%3Ccircle cx=%2718%27 cy=%2720%27 r=%271%27/%3E%3C/svg%3E") center/contain no-repeat}
body.home .tc-home-product-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
body.home .tc-home-product-grid.is-compact .tc-product-card{display:grid;grid-template-columns:170px 1fr}
body.home .tc-home-product-grid.is-compact .tc-product-card__image{aspect-ratio:1/1}
body.home .tc-home-products__empty{padding:24px;border:1px dashed #dfd6cc;border-radius:14px;text-align:center;background:#fff}

/* Choice */
body.home .tc-choice{padding-top:18px;padding-bottom:18px}
body.home .tc-choice__surface{display:grid;grid-template-columns:.82fr 1.28fr .82fr;grid-template-areas:"options feature intro";gap:12px;align-items:stretch;direction:ltr}
body.home .tc-choice__intro,body.home .tc-choice__feature,body.home .tc-choice__options{border:1px solid #e9e0d7;border-radius:16px;background:#fff;overflow:hidden;direction:rtl}
body.home .tc-choice__intro{grid-area:intro;display:flex;flex-direction:column;justify-content:center;padding:29px;background:linear-gradient(145deg,#fff7ef,#fff)}
body.home .tc-choice__intro h2{font-size:30px}
body.home .tc-choice__intro p{margin:9px 0 14px;color:#7a807b;font-size:10px}
body.home .tc-choice__intro a{align-self:flex-start;color:var(--siss-green);font-size:9px;font-weight:900;border-bottom:1px solid currentColor}
body.home .tc-choice__feature{grid-area:feature;display:grid;grid-template-columns:1fr .92fr;background:#fff9f4}
body.home .tc-choice__feature-media{min-height:238px}
body.home .tc-choice__feature-media picture,body.home .tc-choice__feature-media img{display:block;width:100%;height:100%}
body.home .tc-choice__feature-media img{object-fit:cover}
body.home .tc-choice__feature-copy{display:flex;flex-direction:column;justify-content:center;padding:25px}
body.home .tc-choice__feature-copy h3{margin:0;color:var(--siss-green);font-size:23px;line-height:1.45}
body.home .tc-choice__feature-copy p{margin:8px 0 14px;color:#7b817c;font-size:10px}
body.home .tc-choice__feature-copy a{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:8px 13px;border-radius:9px;background:var(--siss-green);color:#fff;font-size:9px;font-weight:900}
body.home .tc-choice__options{grid-area:options;display:grid;grid-template-columns:1fr 1fr}
body.home .tc-choice__options a{display:flex;min-height:119px;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:11px;text-align:center;border-left:1px solid #ebe2d9;border-bottom:1px solid #ebe2d9}
body.home .tc-choice__options strong{color:#536159;font-size:9px}
body.home .tc-choice__options .tc-icon{width:37px;height:37px;flex-basis:37px}

/* Corporate gift */
body.home .tc-gift{padding-top:18px;padding-bottom:18px}
body.home .tc-gift__surface{display:grid;grid-template-columns:.84fr 1.38fr .82fr;grid-template-areas:"copy image form";min-height:322px;border:1px solid #eadfd5;border-radius:18px;background:linear-gradient(105deg,#fff7ef,#fffaf5 45%,#fff3ea);box-shadow:0 11px 30px rgba(76,53,31,.04);overflow:hidden;direction:ltr}
body.home .tc-gift__copy{grid-area:copy;display:flex;flex-direction:column;justify-content:center;padding:34px 30px;direction:rtl}
body.home .tc-gift__copy h2{font-size:32px}
body.home .tc-gift__copy p{margin:9px 0 17px;color:#777f78;font-size:10px}
body.home .tc-gift__copy .tc-button{align-self:flex-start}
body.home .tc-gift__secondary{align-self:flex-start;margin-top:12px;color:#63756a;font-size:9px;font-weight:900}
body.home .tc-gift__image{grid-area:image;position:relative;display:flex;align-items:flex-end;justify-content:center;background:radial-gradient(circle at 50% 48%,rgba(244,214,126,.58),transparent 57%)}
body.home .tc-gift__image:after{content:"SISS";position:absolute;right:18px;top:45%;color:rgba(92,118,95,.13);font:28px/1 Georgia,serif;transform:rotate(-90deg)}
body.home .tc-gift__image picture{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}
body.home .tc-gift__image img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 14px 14px rgba(74,44,18,.12))}
body.home .tc-gift__form{grid-area:form;align-self:center;margin:16px 16px 16px 0;padding:22px;border:1px solid #eadfd5;border-radius:14px;background:rgba(255,255,255,.86);direction:rtl}
body.home .tc-gift__form h3{margin:0 0 14px;color:#53655a;font-size:15px}
body.home .tc-gift__form label{display:block;margin-bottom:9px}
body.home .tc-gift__form select,body.home .tc-gift__form button{width:100%;min-height:41px;border-radius:8px;font-size:9px}
body.home .tc-gift__form select{border:1px solid #e4dcd3;background:#fff;padding:7px 10px;color:#727772}
body.home .tc-gift__form button{border:0;background:var(--siss-green);color:#fff;font-weight:900;cursor:pointer}

/* Story */
body.home .tc-story{display:block;grid-template-columns:none;gap:0;padding-top:22px;padding-bottom:24px}
body.home .tc-story__surface{display:grid;grid-template-columns:.72fr 1.28fr;gap:13px;align-items:stretch;padding:14px;border:1px solid #e9e1d8;border-radius:18px;background:#fff;direction:ltr}
body.home .tc-story__copy{display:flex;flex-direction:column;justify-content:center;padding:26px 23px;direction:rtl}
body.home .tc-story__copy h2{font-size:30px}
body.home .tc-story__copy p{margin:10px 0 15px;color:#7b817c;font-size:10px}
body.home .tc-story__copy a{align-self:flex-start;color:var(--siss-green);font-size:9px;font-weight:900;border-bottom:1px solid currentColor}
body.home .tc-story__media{margin:0;min-height:250px;border-radius:14px;overflow:hidden}
body.home .tc-story__media picture,body.home .tc-story__media img{display:block;width:100%;height:100%}
body.home .tc-story__media img{object-fit:cover}

/* Process */
body.home .tc-home-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:17px}
body.home .tc-home-heading--center{justify-content:center;text-align:center}
body.home .tc-process{padding-top:28px;padding-bottom:26px}
body.home .tc-process__list{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:21px 0 0;padding:20px;border:1px solid #e8e0d7;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(78,56,35,.035);list-style:none}
body.home .tc-process__list:before{content:"";position:absolute;right:11%;left:11%;top:42px;height:1px;background:#ded8d1}
body.home .tc-process__list li{position:relative;z-index:1;display:flex;min-height:105px;flex-direction:column;align-items:center;justify-content:center;text-align:center}
body.home .tc-process__list li:not(:last-child):after{content:"←";position:absolute;left:-8px;top:30px;color:#9daa9f;font-size:18px}
body.home .tc-process__list .tc-icon{background:#fff}
body.home .tc-process__list strong{margin-top:7px;color:#48584e;font-size:11px}
body.home .tc-process__list small{margin-top:2px;color:#8d908c;font-size:8px}

/* Testimonial */
body.home .tc-testimonial{padding-top:22px;padding-bottom:22px}
body.home .tc-testimonial__surface{display:grid;grid-template-columns:.36fr 1.32fr .72fr;gap:19px;align-items:center;min-height:225px;padding:24px 27px;border:1px solid #eadbd0;border-radius:18px;background:linear-gradient(105deg,#fff1e7,#fff 58%,#fff8f3);direction:ltr}
body.home .tc-testimonial__media{margin:0;direction:rtl}
body.home .tc-testimonial__media img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:13px;background:#fff}
body.home .tc-testimonial__quote{margin:0;padding:0 25px;border-inline:1px solid #e7ded6;text-align:center;direction:rtl}
body.home .tc-testimonial__quote>p{margin:0 0 8px;color:#4e5a52;font-size:13px;line-height:2}
body.home .tc-testimonial__stars{display:flex;justify-content:center;margin:7px 0}
body.home .tc-testimonial__quote footer{display:flex;justify-content:center;gap:8px;color:#7f837e;font-size:9px}
body.home .tc-testimonial__empty{text-align:center;direction:rtl}
body.home .tc-testimonial__heading{direction:rtl}
body.home .tc-testimonial__heading h2{font-size:30px}

/* Magazine */
body.home .tc-magazine{padding-top:25px;padding-bottom:24px}
body.home .tc-magazine__layout{display:grid;grid-template-columns:.34fr 1.66fr;gap:16px;align-items:stretch;direction:rtl}
body.home .tc-magazine__intro{display:flex;flex-direction:column;justify-content:center;padding:24px;border:1px solid #e8e0d7;border-radius:16px;background:#fffaf5}
body.home .tc-magazine__intro h2{font-size:30px}
body.home .tc-magazine__intro p{margin:8px 0 16px;color:#7a807b;font-size:10px}
body.home .tc-magazine__intro .tc-button{align-self:flex-start}
body.home .tc-magazine__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;direction:rtl}
body.home .tc-magazine__grid .tc-article-card{border:1px solid #e8e0d7;border-radius:14px;background:#fff;overflow:hidden;box-shadow:none}
body.home .tc-magazine__grid .tc-article-card__image{position:relative;aspect-ratio:1.28/1;background:#f2ede5}
body.home .tc-magazine__grid .tc-article-card__image img{width:100%;height:100%;object-fit:cover}
body.home .tc-magazine__grid .tc-article-card__body{gap:6px;padding:11px}
body.home .tc-magazine__grid .tc-article-card__meta{gap:5px;font-size:7px}
body.home .tc-magazine__grid .tc-article-card__meta time,body.home .tc-magazine__grid .tc-article-card__meta span:last-child{display:none}
body.home .tc-magazine__grid .tc-article-card__title{font-size:11px;line-height:1.7}
body.home .tc-magazine__grid .tc-article-card__excerpt{display:none}
body.home .tc-magazine__grid .tc-article-card__link{font-size:8px}

/* FAQ */
body.home .tc-faq{padding-top:23px;padding-bottom:24px}
body.home .tc-faq__grid{display:grid;grid-template-columns:.44fr 1.56fr;gap:20px;align-items:start;direction:rtl}
body.home .tc-faq__intro{padding:26px;border:1px solid #e8e0d7;border-radius:16px;background:#fffaf5}
body.home .tc-faq__intro h2{font-size:29px}
body.home .tc-faq__intro p{margin:9px 0 0;color:#7b817c;font-size:10px}
body.home .tc-faq__items{border-top:1px solid #ddd7cf}
body.home .tc-faq-item{border-bottom:1px solid #ddd7cf}
body.home .tc-faq-item h3{margin:0}
body.home .tc-faq-item button{display:flex;width:100%;min-height:54px;align-items:center;justify-content:space-between;gap:18px;padding:10px 4px;border:0;background:transparent;color:#3e4e44;text-align:right;font:inherit;font-size:10px;font-weight:900;cursor:pointer}
body.home .tc-faq-item button i{position:relative;width:16px;height:16px;flex:0 0 16px}
body.home .tc-faq-item button i:before,body.home .tc-faq-item button i:after{content:"";position:absolute;background:#65766a}
body.home .tc-faq-item button i:before{width:9px;height:1px;top:7px;left:3px}
body.home .tc-faq-item button i:after{width:1px;height:9px;top:3px;left:7px;transition:transform .18s ease}
body.home .tc-faq-item button[aria-expanded=true] i:after{transform:scaleY(0)}
body.home .tc-faq-item>div{padding:0 0 14px 34px}
body.home .tc-faq-item p{margin:0;color:#747b75;font-size:9px}

/* SEO block */
body.home .tc-home-seo{padding-top:22px;padding-bottom:40px}
body.home .tc-home-seo__surface{display:grid;grid-template-columns:.72fr 1.28fr;gap:24px;align-items:center;padding:24px;border:1px solid #e8e0d7;border-radius:17px;background:linear-gradient(145deg,#fff,#fff9f4);direction:ltr}
body.home .tc-home-seo__media{margin:0;direction:rtl}
body.home .tc-home-seo__media img{width:100%;aspect-ratio:1.94/1;object-fit:cover;border-radius:12px}
body.home .tc-home-seo__content{direction:rtl}
body.home .tc-home-seo__content h2{font-size:29px}
body.home .tc-home-seo__content p{margin:8px 0 0;color:#747b75;font-size:10px}
body.home .tc-home-seo__links{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}
body.home .tc-home-seo__links a{padding:6px 11px;border:1px solid #ded6cd;border-radius:999px;background:#fff;color:var(--siss-green);font-size:8px;font-weight:900}

/* Footer */
body.home .tc-footer{margin-top:0;background:transparent}
body.home .tc-footer__surface{border-radius:16px 16px 0 0;background:linear-gradient(130deg,#496851,#607962);padding:40px 44px;box-shadow:none}
body.home .tc-footer__bottom{background:#f5e4da}

@media(max-width:1180px){
  body.home .tc-container{width:min(calc(100% - 28px),var(--siss-container))}
  body.home .tc-header__main{grid-template-columns:auto minmax(220px,1fr) auto;gap:14px}
  body.home .tc-brand{grid-column:1}
  body.home .tc-primary-nav{grid-column:auto;position:absolute;top:calc(100% + 8px);right:12px;left:12px;display:none;padding:14px;border:1px solid #e8dfd6;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(50,35,22,.12)}
  body.home .tc-primary-nav.is-open{display:block}
  body.home .tc-search-shell{grid-column:2}
  body.home .tc-header-actions{grid-column:3}
  body.home .tc-menu-toggle{display:grid;place-items:center}
  body.home .tc-home-hero__surface{grid-template-columns:1.12fr .88fr;min-height:540px}
  body.home .tc-home-hero__content{margin:28px 24px 28px 0;padding:40px 34px}
  body.home .tc-home-hero h1{font-size:47px}
  body.home .tc-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .tc-choice__surface{grid-template-columns:1fr 1fr;grid-template-areas:"options intro" "feature feature"}
  body.home .tc-gift__surface{grid-template-columns:1fr 1.2fr;grid-template-areas:"copy image" "form form"}
  body.home .tc-gift__form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:8px;align-items:end;margin:0 14px 14px}
  body.home .tc-gift__form h3{grid-column:1/-1}
  body.home .tc-gift__form label{margin:0}
  body.home .tc-magazine__layout{grid-template-columns:1fr}
  body.home .tc-magazine__intro{display:grid;grid-template-columns:1fr auto;align-items:end}
  body.home .tc-magazine__intro>span,body.home .tc-magazine__intro h2,body.home .tc-magazine__intro p{grid-column:1}
  body.home .tc-magazine__intro .tc-button{grid-column:2;grid-row:1/4}
}

@media(max-width:767px){
  body.home .tc-container{width:min(calc(100% - 22px),var(--siss-container))}
  body.home .tc-home-section{padding-block:28px}
  body.home .tc-announcement{font-size:9px}
  body.home .tc-header__shell{padding-block:6px}
  body.home .tc-header__main{grid-template-columns:auto 1fr auto;min-height:58px;padding:6px 9px;gap:6px}
  body.home .tc-brand__text{font-size:19px}
  body.home .tc-brand__mark{width:31px;height:31px;font-size:16px}
  body.home .custom-logo{max-width:94px;max-height:38px}
  body.home .tc-search-shell{position:fixed;grid-column:auto;inset:0;z-index:120;padding:calc(18px + env(safe-area-inset-top)) 14px 14px;background:rgba(30,30,30,.42)}
  body.home .tc-search-shell .tc-search:after{display:none}
  body.home .tc-search-toggle{display:grid}
  body.home .tc-header-actions{gap:1px}
  body.home .tc-header-actions>a,body.home .tc-search-toggle,body.home .tc-menu-toggle{width:32px;height:32px}
  body.home .tc-home-hero{padding-top:7px}
  body.home .tc-home-hero__surface{grid-template-columns:1fr;min-height:0;border-radius:18px}
  body.home .tc-home-hero__media{min-height:335px;padding:10px 0 0}
  body.home .tc-home-hero__media img{max-height:335px}
  body.home .tc-home-hero__monogram{font-size:150px;top:22px}
  body.home .tc-home-hero__content{margin:0 12px 12px;padding:26px 20px 23px;text-align:center}
  body.home .tc-home-kicker{align-self:center}
  body.home .tc-home-hero h1{font-size:37px}
  body.home .tc-home-hero__content>p{font-size:11px}
  body.home .tc-home-hero__actions,body.home .tc-home-hero__proof,body.home .tc-home-hero__pager{justify-content:center}
  body.home .tc-home-hero__actions{flex-wrap:wrap}
  body.home .tc-home-hero__proof{font-size:8px}
  body.home .tc-home-trust__grid{display:flex;gap:9px;margin-inline:-11px;padding:10px;overflow-x:auto;scroll-snap-type:x mandatory}
  body.home .tc-home-trust__item{flex:0 0 175px;justify-content:flex-start;border:1px solid #e8dfd6;border-radius:12px;background:#fff;scroll-snap-align:start}
  body.home .tc-home-trust__item:after{display:none}
  body.home .tc-home-products__head{grid-template-columns:1fr;gap:14px}
  body.home .tc-home-products__intro{text-align:right}
  body.home .tc-home-products__controls{display:block}
  body.home .tc-home-products__search{width:100%;margin:0 0 8px}
  body.home .tc-home-products__control-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}
  body.home .tc-home-filter{flex-wrap:nowrap}
  body.home .tc-home-filter button{white-space:nowrap}
  body.home .tc-home-product-grid{display:flex;gap:11px;margin-inline:-11px;padding:0 11px 7px;overflow-x:auto;scroll-snap-type:x mandatory}
  body.home .tc-home-product-grid .tc-product-card{flex:0 0 76vw;scroll-snap-align:start}
  body.home .tc-home-product-grid.is-compact{display:flex}
  body.home .tc-home-product-grid.is-compact .tc-product-card{display:flex;grid-template-columns:none}
  body.home .tc-choice__surface{grid-template-columns:1fr;grid-template-areas:"intro" "feature" "options"}
  body.home .tc-choice__feature{grid-template-columns:1fr}
  body.home .tc-choice__feature-media{min-height:230px}
  body.home .tc-choice__options{grid-template-columns:1fr 1fr}
  body.home .tc-gift__surface{grid-template-columns:1fr;grid-template-areas:"image" "copy" "form"}
  body.home .tc-gift__image{min-height:255px}
  body.home .tc-gift__copy{padding:24px 20px;text-align:center}
  body.home .tc-gift__copy .tc-button,body.home .tc-gift__secondary{align-self:center}
  body.home .tc-gift__form{display:block;margin:0 12px 12px}
  body.home .tc-gift__form label{margin-bottom:8px}
  body.home .tc-story__surface{grid-template-columns:1fr}
  body.home .tc-story__media{order:-1;min-height:220px}
  body.home .tc-story__copy{text-align:center}
  body.home .tc-story__copy a{align-self:center}
  body.home .tc-process__list{display:flex;gap:9px;margin-inline:-11px;padding:12px;overflow-x:auto;scroll-snap-type:x mandatory}
  body.home .tc-process__list:before{display:none}
  body.home .tc-process__list li{flex:0 0 138px;min-height:120px;border:1px solid #e7dfd6;border-radius:12px;background:#fffaf5;scroll-snap-align:start}
  body.home .tc-process__list li:after{display:none}
  body.home .tc-testimonial__surface{grid-template-columns:1fr;padding:20px 17px;text-align:center}
  body.home .tc-testimonial__heading{grid-row:1}
  body.home .tc-testimonial__quote{grid-row:2;padding:17px 0;border-inline:0;border-block:1px solid #e7ded6}
  body.home .tc-testimonial__media{display:none}
  body.home .tc-magazine__intro{display:block;text-align:center}
  body.home .tc-magazine__intro .tc-button{align-self:center}
  body.home .tc-magazine__grid{display:flex;gap:10px;margin-inline:-11px;padding:0 11px 7px;overflow-x:auto;scroll-snap-type:x mandatory}
  body.home .tc-magazine__grid .tc-article-card{flex:0 0 74vw;scroll-snap-align:start}
  body.home .tc-faq__grid{grid-template-columns:1fr}
  body.home .tc-faq__intro{text-align:center}
  body.home .tc-home-seo__surface{grid-template-columns:1fr;padding:18px}
  body.home .tc-home-seo__media{order:-1}
  body.home .tc-home-seo__content{text-align:center}
  body.home .tc-home-seo__links{justify-content:center}
  body.home .tc-footer__surface{padding:29px 21px}
}

@media(max-width:420px){
  body.home .tc-home-hero__media{min-height:285px}
  body.home .tc-home-hero__media img{max-height:285px}
  body.home .tc-home-hero h1{font-size:32px}
  body.home .tc-home-hero__actions .tc-button{width:100%}
  body.home .tc-home-product-grid .tc-product-card{flex-basis:84vw}
  body.home .tc-magazine__grid .tc-article-card{flex-basis:84vw}
}

/* Below-the-fold rendering containment. Keeps SEO content in the DOM while
 * allowing browsers to defer layout/paint work until the section approaches. */
body.home :is(.tc-choice,.tc-gift,.tc-story,.tc-process,.tc-testimonial,.tc-magazine,.tc-faq,.tc-home-seo){content-visibility:auto;contain-intrinsic-size:auto 620px}
body.home .tc-process{contain-intrinsic-size:auto 310px}
body.home .tc-testimonial{contain-intrinsic-size:auto 360px}
@media print{body.home :is(.tc-choice,.tc-gift,.tc-story,.tc-process,.tc-testimonial,.tc-magazine,.tc-faq,.tc-home-seo){content-visibility:visible;contain-intrinsic-size:none}}
