:root{
  --cream:#f7f5f2; --tan:#ece9e0; --sage:#dde3d6; --ink:#25302a;
  --text:#3c423e; --green:#2f4738; --green-hover:#3f5d4a; --terra:#bf7a5a; --rose:#c77f8e;
  --muted:#5b6058; --light-muted:#8c918a; --cream-text:#c4c8bf;
  --font-body:'Hanken Grotesk',system-ui,sans-serif;
  --font-serif:'Lora',Georgia,serif;
  --max-w:1200px;
  --header-h:74px;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:var(--font-body);color:var(--text);background:var(--sage);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit;cursor:pointer;border:none;background:none}
h1,h2,h3,h4,p{margin:0}
.irf-container{max-width:var(--max-w);margin:0 auto;padding:0}
.irf-container--narrow{max-width:800px}
.irf-container--md{max-width:1100px}
.irf-container--sm{max-width:1060px}

/* ---------- Header ---------- */
.irf-header{position:fixed;top:0;left:0;right:0;z-index:500;padding:20px 30px}
.irf-header__pill{display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,255,255,.6);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border:1px solid rgba(255,255,255,.45);border-radius:15px;box-shadow:0 12px 34px -20px rgba(35,40,45,.45);padding:25px 40px}
.irf-header__logo img{height:23px;width:auto}
.irf-header__nav{display:none;align-items:center;gap:clamp(20px,2.6vw,38px)}
.irf-header__nav a{font-size:.84rem;letter-spacing:.04em;font-weight:500;color:var(--text);white-space:nowrap}
.irf-header__nav a:hover{color:var(--terra)}
.irf-header__subscribe{font-size:.82rem;letter-spacing:.06em;font-weight:600;color:var(--cream);background:var(--green);padding:11px 22px;border-radius:999px}
.irf-header__subscribe:hover{background:var(--green-hover)}
.irf-header__burger{display:inline-flex;width:42px;height:42px;border-radius:999px;border:1px solid rgba(35,40,45,.16);align-items:center;justify-content:center;flex-direction:column;gap:4px;background:rgba(255,255,255,.4)}
.irf-header__burger span{width:17px;height:1.6px;background:#23282d;border-radius:2px;display:block;transition:transform .25s ease,opacity .2s ease}
.irf-header__burger.is-active span:nth-child(1){transform:translateY(5.6px) rotate(45deg)}
.irf-header__burger.is-active span:nth-child(2){opacity:0}
.irf-header__burger.is-active span:nth-child(3){transform:translateY(-5.6px) rotate(-45deg)}
@media(min-width:880px){
  .irf-header__nav{display:flex}
  .irf-header__burger{display:none}
}

/* ---------- Buttons ---------- */
.irf-btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;letter-spacing:.04em;font-size:1rem;padding:15px 32px;border-radius:999px}
.irf-btn--solid{color:var(--cream);background:var(--green)}
.irf-btn--solid:hover{background:var(--green-hover)}
.irf-btn--outline{color:var(--green);border:1.5px solid var(--green)}
.irf-btn--outline:hover{background:var(--green);color:var(--cream)}
.irf-btn--light{color:#23282d;background:#ebe8e0}
.irf-btn--light:hover{background:#fff}

/* ---------- Sections ---------- */
.irf-section{padding:60px 24px}
.irf-section--hero-pad{padding-top:calc(var(--header-h) + 66px)}
.irf-section--cream{background:radial-gradient(rgba(70,60,50,.035) 1px,transparent 1.5px) 0 0/20px 20px,radial-gradient(130% 90% at 85% -10%,rgba(240,196,170,.40),transparent 55%),radial-gradient(120% 80% at 5% 110%,rgba(176,180,140,.30),transparent 55%),var(--cream)}
.irf-section--tan{background:radial-gradient(rgba(70,60,50,.04) 1px,transparent 1.5px) 0 0/20px 20px,radial-gradient(120% 85% at 100% -10%,rgba(199,127,142,.22),transparent 55%),radial-gradient(120% 90% at 0% 110%,rgba(150,168,120,.24),transparent 55%),var(--tan)}
.irf-section--sage{background:var(--sage)}
.irf-section--white{background:rgb(247,245,242)}
.irf-section--ink{background:linear-gradient(170deg,#2b3830 0%,#1e2722 100%);color:var(--cream-text)}
.irf-eyebrow{font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--terra);margin-bottom:14px}
.irf-eyebrow--rose{color:#d59873}

/* ---------- Grid / flex row helpers ---------- */
.irf-row{display:flex;flex-wrap:wrap;gap:40px;align-items:center}
.irf-row>*{flex:1 1 340px;min-width:0}
.irf-row--top{align-items:flex-start}
.irf-row--reverse{flex-direction:row-reverse}

/* ---------- Hero ---------- */
.irf-hero{position:relative;min-height:clamp(640px,94vh,910px);display:flex;align-items:center;padding:0 24px 56px;overflow:hidden}
.irf-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.irf-hero__scrim{position:absolute;inset:0;background:linear-gradient(102deg,rgba(22,31,25,.92) 0%,rgba(22,31,25,.7) 34%,rgba(22,31,25,.36) 66%,rgba(22,31,25,.12) 100%)}
.irf-hero__inner{position:relative;max-width:var(--max-w);margin:0 auto;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(32px,5vw,72px)}
.irf-hero__headline{flex:1.2 1 340px;color:#f3f1ea}
.irf-hero__headline h1{font-family:var(--font-serif);font-weight:500;font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1.03;letter-spacing:-.012em;margin:0 0 24px;color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.28)}
.irf-hero__headline p{font-size:clamp(1.06rem,2.4vw,1.28rem);line-height:1.58;color:#ecede5;max-width:29em}
.irf-hero__card{flex:1 1 340px;max-width:466px;border:1px solid rgba(255,255,255,.5);border-radius:15px;padding:clamp(24px,3.4vw,36px);box-shadow:0 34px 80px -34px rgba(0,0,0,.55);background:#fff}
.irf-hero__card h3{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,1.9rem);font-weight:600;color:#23282d;margin-bottom:16px}
.irf-icon-strip{display:flex;gap:8px;margin-bottom:22px}
.irf-icon-strip__item{flex:1;text-align:center}
.irf-icon-strip__circle{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}
.irf-icon-strip__label{font-size:.78rem;font-weight:700;color:var(--green);line-height:1.1}
.irf-icon-strip__sub{font-size:.66rem;color:var(--light-muted);margin-top:2px}

/* ---------- Intro stats ---------- */
.irf-stats{display:flex;justify-content:center;gap:clamp(22px,5vw,60px);flex-wrap:wrap;margin-top:36px}
.irf-stats__item{text-align:center}
.irf-stats__item .num{font-family:var(--font-serif);font-size:2rem;color:#23282d}
.irf-stats__item .label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--light-muted)}
.irf-stats__divider{width:1px;background:rgba(35,40,45,.12)}

/* ---------- Cards ---------- */
.irf-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 16px 40px -30px rgba(35,40,45,.5)}
.irf-card__img{aspect-ratio:4/5;overflow:hidden}
.irf-card__img img{width:100%;height:100%;object-fit:cover}
.irf-card__body{padding:20px 22px 24px}
.irf-pill{font-size:.78rem;font-weight:600;color:#3c5645;background:rgba(47,71,56,.09);padding:7px 14px;border-radius:999px;display:inline-block}

/* ---------- Instagram grid ---------- */
.irf-ig-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:32px}
@media(max-width:767px){.irf-ig-grid a:nth-child(n+5){display:none}}
.irf-ig-grid a{position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;display:block;box-shadow:0 14px 36px -28px rgba(35,40,45,.6)}
.irf-ig-grid img{width:100%;height:100%;object-fit:cover}

/* ---------- Footer ---------- */
.irf-footer{padding:10px 15px}
.irf-footer__inner{background:linear-gradient(170deg,#2b3830 0%,#1e2722 100%);border-radius:28px;padding:56px 44px 36px}
.irf-footer__cols{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}
.irf-footer__col h4{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#8c9384;margin-bottom:16px}
.irf-footer__col p,.irf-footer__col a{color:var(--cream-text);font-size:.96rem;line-height:1.7}
.irf-footer__col a{display:block;margin-bottom:8px}
.irf-footer__col a:hover{color:#fff}
.irf-footer__social{display:flex;gap:10px;margin-top:20px}
.irf-footer__social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(235,232,224,.24);display:flex;align-items:center;justify-content:center}
.irf-footer__bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(235,232,224,.13);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:.8rem;color:#8c9384}

@media(max-width:767px){
  .irf-section{padding:40px 15px}
  .irf-footer__inner{padding:36px 24px}
  .irf-footer__cols{flex-direction:column;gap:32px}
  .irf-hero__inner{align-items:flex-start}
  .irf-hero{padding-top:calc(var(--header-h) + 30px)}
}
/* ---------- Nav dropdowns ---------- */
.irf-header__nav>li,.irf-header__mobile>li{list-style:none}
.irf-header__nav{list-style:none}
.irf-header__nav li{position:relative}
.irf-header__nav .sub-menu{display:none;list-style:none;position:absolute;top:100%;left:0;margin:0;padding:14px 8px 8px;background:#fff;border-radius:12px;box-shadow:0 16px 40px -20px rgba(35,40,45,.4);min-width:240px;z-index:20}
.irf-header__nav li:hover>.sub-menu,.irf-header__nav li:focus-within>.sub-menu{display:block}
.irf-header__nav .sub-menu li{list-style:none}
.irf-header__nav .sub-menu a{display:block;padding:10px 12px;white-space:nowrap;border-radius:8px;font-size:.82rem;letter-spacing:0}
.irf-header__nav .sub-menu a:hover{background:var(--cream);color:var(--text)}
.irf-header__mobile{list-style:none}
.irf-header__mobile li{list-style:none}
.irf-header__mobile .sub-menu{list-style:none;margin:0;padding-left:16px}
.irf-header__mobile .sub-menu a{font-size:.92rem;opacity:.75;padding:10px 4px;border-bottom:none}
/* ---------- Editorial blog cards ---------- */
.irf-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(28px,4vw,48px);margin-top:32px}
.irf-blog-card{display:flex;flex-direction:column}
.irf-blog-card__img{aspect-ratio:4/3;overflow:hidden;border-radius:14px;margin-bottom:20px;background:#e5e0d6}
.irf-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.irf-blog-card:hover .irf-blog-card__img img{transform:scale(1.04)}
.irf-blog-card__title{font-family:var(--font-serif);font-weight:600;font-size:1.28rem;line-height:1.32;color:#23282d;margin:0 0 12px;text-decoration:underline;text-decoration-color:rgba(35,40,45,.25);text-underline-offset:5px;text-decoration-thickness:1px}
.irf-blog-card:hover .irf-blog-card__title{text-decoration-color:var(--terra)}
.irf-blog-card__excerpt{font-size:.94rem;line-height:1.62;color:var(--muted);margin:0 0 20px}
.irf-blog-card__rule{border:none;border-top:1px solid rgba(35,40,45,.14);margin:0}
.irf-blog-card__meta{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--light-muted);margin-bottom:10px}

/* ---------- Single post ---------- */
.irf-post__hero-img{width:100%;max-height:520px;object-fit:cover;border-radius:18px;box-shadow:0 30px 60px -34px rgba(35,40,45,.5);margin-bottom:40px}
.irf-post__title{font-family:var(--font-serif);font-weight:600;font-size:clamp(2rem,4.5vw,2.9rem);color:#23282d;line-height:1.12;margin:0 0 14px}
.irf-post__meta{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--light-muted);margin-bottom:36px}
.irf-post__content{font-size:1.08rem;line-height:1.75;color:#3c423e;max-width:70ch}
.irf-post__content p{margin:0 0 1.4em}
.irf-post__content h3{font-family:var(--font-serif);font-size:1.4rem;color:#23282d;margin:1.6em 0 .6em}
.irf-post__back{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;font-weight:600;color:var(--green);margin-bottom:28px}
.irf-post__back:hover{color:var(--terra)}
body.irf-menu-open{overflow:hidden}

/* ---------- Full-screen mobile nav overlay ---------- */
.irf-mobile-overlay{
  position:fixed;inset:0;z-index:600;
  background:var(--ink);
  display:flex;flex-direction:column;
  opacity:0;visibility:hidden;
  transform:translateY(-16px);
  transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;
}
.irf-mobile-overlay.is-open{
  opacity:1;visibility:visible;transform:translateY(0);
  transition:opacity .3s ease,transform .3s ease,visibility 0s;
}
.irf-mobile-overlay__top{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 22px 0;
}
.irf-mobile-overlay__logo img{height:26px;width:auto}
.irf-mobile-overlay__close{
  width:46px;height:46px;border-radius:999px;
  border:1px solid rgba(235,232,224,.3);
  display:flex;align-items:center;justify-content:center;
  color:#f7f5f2;background:rgba(235,232,224,.08);
  flex-shrink:0;
}
.irf-mobile-overlay__close:hover{background:rgba(235,232,224,.16)}
.irf-mobile-overlay__nav{
  flex:1;overflow-y:auto;
  display:flex;flex-direction:column;justify-content:center;
  padding:24px 28px 48px;
  list-style:none;margin:0;
}
.irf-mobile-overlay__nav li{list-style:none}
.irf-mobile-overlay__nav>li{position:static}
.irf-mobile-overlay__nav>li>a{
  display:block;
  font-family:var(--font-serif);
  font-size:clamp(2rem,9vw,2.5rem);
  font-weight:600;
  color:#f7f5f2;
  padding:18px 4px;
  border-bottom:1px solid rgba(235,232,224,.14);
}
.irf-mobile-overlay__nav .sub-menu{
  position:static;display:block !important;
  list-style:none;box-shadow:none;background:none;
  margin:0;padding:2px 0 14px 6px;min-width:0;
}
.irf-mobile-overlay__nav .sub-menu a{
  display:block;
  font-family:var(--font-body);
  font-size:1.05rem;
  font-weight:500;
  color:var(--cream-text);
  padding:12px 4px;
}
.irf-mobile-overlay__nav .sub-menu a:hover{color:#fff;background:none}
@media(min-width:520px){
  .irf-mobile-overlay__nav{padding-left:56px;padding-right:56px}
}
@media(min-width:768px){
  .irf-hero{min-height:clamp(740px,94vh,650px)}
}

.irf-mobile-overlay__cta{
  display:block;text-align:center;
  margin-top:28px;
  padding:18px 24px;
  border-radius:999px;
  background:var(--green);
  color:#f7f5f2 !important;
  font-family:var(--font-body);
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:.02em;
  border-bottom:none !important;
}
.irf-mobile-overlay__cta:hover{background:var(--green-hover)}
.irf-hero__curve{position:absolute;bottom:-1px;left:0;width:100%;height:clamp(30px,4vw,60px);z-index:1;display:block}
