.krs-section{ padding-block:100px; } .krs-section[id]{ scroll-margin-top:calc(var(--krs-admin-bar) + 10px); }
.krs-section-head{ max-width:640px; margin-bottom:56px; }
.krs-section-head .krs-eyebrow{ margin-bottom:14px; display:block; }
.krs-section-head h2{ font-size:clamp(28px,3.4vw,42px); line-height:1.1; }
.krs-section-head .krs-p{ margin-top:16px; font-size:16.5px; }
@media (max-width:700px){
.krs-section{ padding-block:72px; }
.krs-section[id]{ scroll-margin-top:calc(var(--krs-admin-bar) + 38px); }
.krs-section-head{ margin-bottom:40px; }
}  .krs-hero{
position:relative;
color:var(--krs-paper);
overflow:hidden;
padding-block:clamp(24px, 6vh, 72px) 96px;
}
.krs-hero-photo{ position:absolute; inset:0; }
.krs-hero-photo img{ width:100%; height:100%; object-fit:cover; object-position:center 30%; }
.krs-hero-photo::after{
content:''; position:absolute; inset:0;
background:
linear-gradient(100deg, rgba(20,26,14,0.88) 0%, rgba(20,26,14,0.74) 40%, rgba(20,26,14,0.38) 70%, rgba(20,26,14,0.14) 100%),
linear-gradient(0deg, var(--krs-hop-deep) 0%, rgba(26,36,21,0) 26%);
}
.krs-hero-field{
position:absolute; inset:auto 0 0 0; height:220px;
background:radial-gradient(120% 100% at 50% 0%, rgba(217,166,46,0.18), transparent 60%);
pointer-events:none;
}
.krs-hero-grain{
position:absolute; inset:0; opacity:0.05; pointer-events:none;
background-image:repeating-linear-gradient(115deg, #fff 0 1px, transparent 1px 3px);
} .krs-hero-inner{
position:relative; z-index:2;
}
.krs-hero h1{
font-size:clamp(38px, min(5.4vw, 7vh), 64px);
line-height:1.04;
color:var(--krs-paper);
margin-top:16px;
margin-bottom:clamp(18px, 3vh, 26px);
}
.krs-hero h1 em{ font-style:italic; font-weight:500; color:var(--krs-wheat-soft); }
.krs-hero .krs-lede{
color:rgba(251,248,240,0.78);
font-size:18px; max-width:780px; margin-bottom:clamp(20px, 3.5vh, 34px); }
.krs-hero-actions{ display:flex; gap:16px; flex-wrap:wrap; }
.krs-hero-stats{ display:flex; gap:38px; margin-top:clamp(24px, 4vh, 44px); flex-wrap:wrap; }
.krs-stat b{
display:block; font-family:var(--krs-serif); font-size:30px; line-height:1.3;
color:var(--krs-wheat); font-weight:600;
}
.krs-stat span{ font-size:13px; color:rgba(251,248,240,0.65); } .krs-hero .krs-hero-credit{
position:relative; z-index:2;
font-family:var(--krs-sans); font-size:12px; color:rgba(251,248,240,0.55);
margin-top:22px; text-align:right;
}
.krs-hero :focus-visible{ outline-color:var(--krs-wheat); }
@media (max-width:700px){
.krs-hero{ padding-block:48px 72px; }
.krs-hero .krs-hero-credit{ text-align:left; }
.krs-hero-inner{ padding-top:24px; }
.krs-hero .krs-lede{ font-size:17px; }
.krs-hero-stats{ gap:24px; margin-top:36px; }
} .krs-search{
position:relative; z-index:3;
background:var(--krs-paper);
color:var(--krs-ink);
border-radius:var(--krs-radius);
padding:28px;
margin-top:clamp(28px, 4.5vh, 56px);
box-shadow:0 30px 60px -24px rgba(0,0,0,0.35);
display:grid; grid-template-columns:0.9fr 1.1fr 1fr 0.95fr; gap:0;
overflow:hidden;
scroll-margin-top:var(--krs-scroll-offset);
}
.krs-search .krs-anchor{ position:absolute; top:0; left:0; scroll-margin-top:var(--krs-scroll-offset); }
.krs-search :focus-visible{ outline-color:var(--krs-plum); }
.krs-search-field{ padding:10px 22px; border-right:1px solid var(--krs-line); min-width:0; }
.krs-search-field:last-of-type{ border-right:none; }
.krs-search-field label{
display:block; font-family:var(--krs-sans); font-size:11.5px; font-weight:600; line-height:1.4;
text-transform:uppercase; letter-spacing:0.08em; color:var(--krs-plum); margin-bottom:6px;
}
.krs-search-field input{
width:100%; min-width:0; min-height:32px;
border:none; border-radius:6px; box-shadow:none;
font-family:var(--krs-serif); font-size:17px; font-weight:500; line-height:1.4;
color:var(--krs-ink); background:transparent;
appearance:none; -webkit-appearance:none;
}
.krs-search-field input[type="number"]{ -moz-appearance:textfield; }
.krs-search-field input::-webkit-outer-spin-button,
.krs-search-field input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.krs-search-field input::placeholder{ color:#a39c86; opacity:1; }
.krs-search-field input[type="date"]:invalid:not(:focus){ color:#a39c86; }
.krs-search-field input[type="date"]::-webkit-calendar-picker-indicator{ cursor:pointer; opacity:0.6; }
.krs-search-go{
display:flex; align-items:center; justify-content:center;
background:transparent; border:none;
padding:0;
}
.krs-search-go button{
background:var(--krs-wheat); color:var(--krs-hop-deep); border:none; border-radius:999px;
padding:13px 22px; margin:12px; width:100%;
font-family:var(--krs-sans); font-weight:700; font-size:14.5px; line-height:1.2;
cursor:pointer;
transition:background .15s ease;
}
.krs-search-go button:hover{ background:var(--krs-wheat-soft); }
.krs-search .krs-search-required{
grid-column:1 / -1;
padding:10px 22px 4px;
font-size:12px; color:var(--krs-ink-soft); opacity:0.75;
}
@media (max-width:900px){
.krs-search{ grid-template-columns:1fr 1fr; row-gap:8px; }
.krs-search-field:nth-of-type(2){ border-right:none; }
.krs-search-go button{ margin:0; }
}
@media (max-width:560px){
.krs-search{ grid-template-columns:1fr; padding:18px; }
.krs-search-field{ border-right:none; border-bottom:1px solid var(--krs-line); padding:12px 8px; }
.krs-search-go{ border-bottom:none; padding-top:8px; }
.krs-search .krs-search-required{ padding:10px 8px 0; }
} @media (min-width:901px) and (max-height:860px){
.krs-hero{ padding-top:clamp(24px, 5vh, 72px); }
.krs-hero h1{ font-size:clamp(38px, min(5.4vw, 6.4vh), 64px); }
.krs-hero-stats{ margin-top:clamp(20px, 3vh, 44px); }
.krs-search{ padding-block:18px; }
.krs-search .krs-search-required{ padding-top:6px; }
} .krs-media{ position:absolute; inset:0; z-index:-2; }
.krs-media img{ width:100%; height:100%; object-fit:cover; display:block; } .krs-route{ position:relative; height:120px; background:var(--krs-linen); }
.krs-route svg{ width:100%; height:100%; } .krs-pillars{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:860px){ .krs-pillars{ grid-template-columns:1fr; } }
.krs-pillar{
height:100%;
background:var(--krs-paper); border-radius:var(--krs-radius); padding:34px 30px;
border:1px solid var(--krs-line);
}
.krs-pillar-icon-wrap{ display:block; width:max-content; margin-bottom:20px; }
.krs-pillar-icon{ width:46px; height:46px; color:var(--krs-plum); }
.krs-pillar h3{ font-size:21px; margin-bottom:10px; }
.krs-pillar .krs-p{ font-size:15px; } .krs-exp-section{ background:var(--krs-hop); color:var(--krs-paper); }
.krs-exp-section .krs-section-head h2{ color:var(--krs-paper); }
.krs-exp-section .krs-section-head .krs-p{ color:rgba(251,248,240,0.72); }
.krs-exp-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media (max-width:1080px){ .krs-exp-grid{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:760px){ .krs-exp-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .krs-exp-grid{ grid-template-columns:1fr; } }
.krs-exp-card{
height:100%;
position:relative; isolation:isolate;
border-radius:20px; overflow:hidden;
background:var(--krs-hop-deep);
border:1px solid rgba(251,248,240,0.14);
padding:22px; min-height:280px;
display:flex; flex-direction:column; justify-content:flex-end;
transition:transform .2s ease, border-color .2s ease;
}
.krs-exp-card::before{
pointer-events:none;
content:''; position:absolute; inset:0; z-index:-1;
background:linear-gradient(180deg, rgba(20,26,14,0.05) 0%, rgba(20,26,14,0.18) 45%, rgba(20,26,14,0.92) 100%);
}
.krs-exp-card:hover{ transform:translateY(-4px); border-color:var(--krs-wheat); }
.krs-exp-card h3{ color:var(--krs-paper); font-size:20px; margin-bottom:6px; }
.krs-exp-card .krs-p{ color:rgba(251,248,240,0.75); font-size:13.5px; } .krs-steps{ display:grid; grid-template-columns:repeat(5,1fr); gap:20px; position:relative; counter-reset:krs-step; }
@media (max-width:980px){ .krs-steps{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .krs-steps{ grid-template-columns:1fr; } }
.krs-step{
height:100%;
background:var(--krs-paper); border-radius:18px; padding:26px 22px; border:1px solid var(--krs-line);
position:relative;
counter-increment:krs-step; }
.krs-step-num{
display:block;
font-family:var(--krs-serif); font-style:italic; font-size:34px; line-height:1.2;
color:var(--krs-wheat); font-weight:600; margin-bottom:14px;
}
.krs-step-num::before{ content:counter(krs-step, decimal-leading-zero); }
.krs-scope .krs-step h3{ font-family:var(--krs-sans); font-size:16.5px; font-weight:600; letter-spacing:0; margin-bottom:8px; }
.krs-step .krs-p{ font-size:13.5px; } .krs-photo-band{
position:relative; isolation:isolate; overflow:hidden;
height:420px;
display:flex; align-items:flex-end;
background:var(--krs-hop-deep);
}
.krs-photo-band::before{
pointer-events:none;
content:''; position:absolute; inset:0; z-index:-1;
background:linear-gradient(0deg, rgba(20,26,14,0.88) 0%, rgba(20,26,14,0.15) 55%, rgba(20,26,14,0.05) 100%);
}
.krs-photo-band-inner{ padding-bottom:48px; width:100%; }
.krs-photo-band-inner > *{ max-width:640px; }
.krs-photo-band-inner .krs-eyebrow{ color:var(--krs-wheat-soft); display:block; }
.krs-photo-band-inner h2{ color:var(--krs-paper); font-size:clamp(24px,3vw,34px); margin-top:10px; }
.krs-photo-band-inner .krs-p{ color:rgba(251,248,240,0.78); margin-top:10px; font-size:15px; } .krs-region{
background:var(--krs-paper); border-radius:32px;
display:grid; grid-template-columns:1fr 1fr; overflow:hidden;
border:1px solid var(--krs-line);
}
@media (max-width:900px){ .krs-region{ grid-template-columns:1fr; } }
.krs-region-copy{ padding:56px; }
@media (max-width:560px){ .krs-region-copy{ padding:32px 24px; } }
.krs-region-copy h2{ font-size:clamp(26px,3vw,36px); margin-top:14px; margin-bottom:18px; }
.krs-region-tags{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.krs-region-tags li{
font-family:var(--krs-sans); font-size:13px; font-weight:500; line-height:1.4;
border:1px solid var(--krs-line); border-radius:999px; padding:7px 14px; color:var(--krs-ink-soft);
}
.krs-region-map{ position:relative; background:linear-gradient(160deg,var(--krs-linen-2),var(--krs-linen)); min-height:380px; }
.krs-region-map svg{ position:absolute; inset:0; width:100%; height:100%; } .krs-quotes{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
@media (max-width:820px){ .krs-quotes{ grid-template-columns:1fr; } }
.krs-quote-card{
height:100%;
background:var(--krs-paper); border-radius:var(--krs-radius); padding:36px; border:1px solid var(--krs-line);
position:relative;
}
.krs-quote-mark{
font-family:var(--krs-serif); font-size:64px; color:var(--krs-wheat); line-height:1;
font-style:italic; margin-bottom:6px; display:block;
}
.krs-quote-card blockquote{ border:none; background:none; quotes:none; }
.krs-quote-card .krs-quote-text{ font-family:var(--krs-serif); font-size:19px; color:var(--krs-ink); line-height:1.5; font-weight:400; }
.krs-quote-card figcaption{
margin-top:22px; font-size:13px; color:var(--krs-plum); font-weight:600;
font-family:var(--krs-sans); text-transform:uppercase; letter-spacing:0.06em;
} .krs-cta-band{
position:relative; isolation:isolate; overflow:hidden;
color:var(--krs-paper); border-radius:32px;
padding:64px 56px;
display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;
background:var(--krs-plum);
}
.krs-cta-band::before{
pointer-events:none;
content:''; position:absolute; inset:0; z-index:-1;
background:linear-gradient(115deg, rgba(107,53,80,0.94) 0%, rgba(107,53,80,0.82) 45%, rgba(38,51,31,0.75) 100%);
}
.krs-cta-band::after{
pointer-events:none;
content:''; position:absolute; right:-60px; top:-60px; width:260px; height:260px; border-radius:50%; z-index:-1;
background:radial-gradient(circle, rgba(217,166,46,0.35), transparent 70%);
}
.krs-cta-band h2{ color:var(--krs-paper); font-size:clamp(26px,3vw,36px); max-width:520px; }
.krs-cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.krs-cta-band :focus-visible{ outline-color:var(--krs-wheat); }
@media (max-width:560px){ .krs-cta-band{ padding:40px 24px; border-radius:24px; } } .krs-faq-list{ border-top:1px solid var(--krs-line); }
.krs-faq-item{
border-bottom:1px solid var(--krs-line); padding:22px 0;
display:grid; grid-template-columns:1fr 2fr; gap:32px;
}
@media (max-width:700px){ .krs-faq-item{ grid-template-columns:1fr; gap:8px; } }
.krs-scope .krs-faq-item h3{ font-family:var(--krs-sans); font-size:17px; font-weight:600; letter-spacing:0; }
.krs-faq-item .krs-p{ font-size:15px; }