@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root{
  --ink:#403b32;
  --ink-soft:#625b50;
  --muted:#837b6e;
  --paper:#fbf7ed;
  --paper-deep:#f3ead7;
  --milk:#fffdf7;
  --line:#e6dcc7;
  --accent:#d9795f;
  --sun:#f2c76e;
  --moss:#789675;
  --sky:#c3ddde;
  --lavender:#d9c9d4;
  --shadow:rgba(91,72,49,.12);
  --content:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 4% 0%,rgba(255,255,252,.96) 0,rgba(255,255,252,0) 29%),
    radial-gradient(circle at 100% 18%,rgba(241,229,205,.84) 0,rgba(241,229,205,0) 31%),
    var(--paper);
  font-family:'Noto Sans SC',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:'';
  position:fixed;
  z-index:-1;
  inset:0;
  pointer-events:none;
  opacity:.16;
  background-image:radial-gradient(rgba(121,102,74,.22) .7px,transparent .7px);
  background-size:7px 7px;
  mask-image:linear-gradient(to bottom,black,transparent 78%);
}
::selection{color:var(--ink);background:rgba(242,199,110,.58)}

.section-wrap,.site-header{
  max-width:var(--content);
  margin:0 auto;
  padding-right:32px;
  padding-left:32px;
}

.site-header{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:94px;
}
.site-header::after{
  content:'';
  position:absolute;
  right:32px;
  bottom:0;
  left:32px;
  height:1px;
  background:linear-gradient(90deg,var(--line),rgba(230,220,199,0));
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--ink);
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
}
.brand-mark{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  color:var(--ink);
  border:1.5px solid var(--moss);
  border-radius:50%;
  background:rgba(242,199,110,.42);
  font:italic 17px 'Playfair Display',serif;
  transform:rotate(-8deg);
}
.desktop-nav{display:flex;gap:36px}
.desktop-nav a{
  position:relative;
  color:var(--muted);
  font-size:13px;
  text-decoration:none;
  transition:color .2s ease;
}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}
.desktop-nav a.active::after{
  content:'';
  position:absolute;
  right:0;
  bottom:-10px;
  left:0;
  height:2px;
  border-radius:50%;
  background:var(--accent);
  transform:rotate(-2deg);
}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{
  display:block;
  width:22px;
  height:1px;
  margin:5px;
  background:var(--ink);
  transition:transform .2s ease;
}

.hero{
  max-width:var(--content);
  margin:0 auto;
  padding:74px 32px 102px;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:72px;
  align-items:center;
}
.hero-copy{position:relative;z-index:1}
.eyebrow{
  margin:0 0 20px;
  color:var(--accent);
  font:500 10px 'DM Mono',monospace;
  letter-spacing:.18em;
}
.hero h1{
  max-width:690px;
  margin:0;
  color:var(--ink);
  font:700 clamp(44px,5.8vw,68px)/1.18 'Noto Sans SC',sans-serif;
  letter-spacing:-.065em;
}
.hero h1 em{
  color:#6d6559;
  font:500 1em/1.18 'Playfair Display','Noto Sans SC',serif;
  letter-spacing:-.045em;
}
.hero-intro{
  max-width:550px;
  margin:31px 0 28px;
  color:var(--muted);
  font-size:15px;
  line-height:2.05;
}
.text-link,.read-more{
  display:inline-flex;
  align-items:center;
  gap:2px;
  padding-bottom:5px;
  color:var(--ink);
  border-bottom:1px solid #aaa399;
  text-decoration:none;
  font-size:13px;
  transition:color .2s ease,border-color .2s ease;
}
.text-link:hover,.read-more:hover{color:var(--accent);border-color:var(--accent)}
.text-link span,.read-more span{padding-left:6px;color:var(--accent)}

.hero-doodle{
  position:relative;
  height:360px;
  isolation:isolate;
}
.hero-doodle::before{
  content:'';
  position:absolute;
  z-index:-2;
  top:28px;
  right:8px;
  width:270px;
  height:292px;
  border:1px solid rgba(120,150,117,.36);
  border-radius:49% 51% 47% 53% / 42% 38% 62% 58%;
  transform:rotate(7deg);
}
.hero-doodle::after{
  content:'';
  position:absolute;
  z-index:-1;
  right:3%;
  bottom:18px;
  width:105px;
  height:38px;
  border-bottom:2px solid var(--moss);
  border-radius:50%;
  opacity:.7;
  transform:rotate(-13deg);
}
.doodle-circle{
  position:absolute;
  top:5px;
  right:13%;
  width:260px;
  height:260px;
  border-radius:50%;
  background:var(--sun);
  opacity:.66;
}
.doodle-circle::before{
  content:'';
  position:absolute;
  inset:18px;
  border:1px dashed rgba(106,129,91,.72);
  border-radius:50%;
}
.doodle-circle::after{
  content:'';
  position:absolute;
  right:-12px;
  bottom:31px;
  width:30px;
  height:51px;
  border:2px solid var(--moss);
  border-radius:100% 0 100% 0;
  opacity:.82;
  transform:rotate(33deg);
}
.doodle-card{
  position:absolute;
  top:83px;
  right:19%;
  width:190px;
  height:140px;
  padding:30px 24px;
  color:var(--ink-soft);
  background:var(--milk);
  box-shadow:0 17px 36px var(--shadow);
  font:500 18px/1.65 'Playfair Display','Noto Sans SC',serif;
  transform:rotate(4deg);
}
.doodle-card::before{
  content:'';
  position:absolute;
  top:-7px;
  left:67px;
  width:54px;
  height:16px;
  background:rgba(255,246,211,.7);
  transform:rotate(-3deg);
}
.doodle-card i{
  position:absolute;
  right:17px;
  bottom:13px;
  color:var(--accent);
  font-style:normal;
}
.doodle-scribble{
  position:absolute;
  right:0;
  bottom:34px;
  color:var(--accent);
  font-size:68px;
  transform:rotate(-18deg);
}

.latest{
  padding-top:58px;
  padding-bottom:108px;
  border-top:1px solid var(--line);
}
.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:36px;
}
.section-heading h2{
  margin:0;
  color:var(--ink);
  font-size:31px;
  letter-spacing:-.045em;
}
.post-grid{
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(310px,.72fr);
  grid-template-rows:repeat(2,minmax(218px,1fr));
  gap:20px;
}
.post-card{
  position:relative;
  overflow:hidden;
  background:rgba(255,253,247,.82);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 5px 0 rgba(129,108,74,.04);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.post-card:hover{
  border-color:#d9ccb3;
  box-shadow:0 17px 34px var(--shadow);
  transform:translateY(-4px);
}
.post-card:first-child{
  grid-row:1 / 3;
  display:flex;
  flex-direction:column;
}
.post-card:nth-child(2),.post-card:nth-child(3){
  display:grid;
  grid-template-columns:41% 59%;
}
.post-card::after{
  position:absolute;
  top:15px;
  left:17px;
  z-index:2;
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  color:rgba(64,59,50,.68);
  border:1px solid rgba(255,253,247,.65);
  border-radius:50%;
  background:rgba(255,253,247,.58);
  backdrop-filter:blur(5px);
  font:500 9px 'DM Mono',monospace;
}
.post-card:nth-child(1)::after{content:'01'}
.post-card:nth-child(2)::after{content:'02'}
.post-card:nth-child(3)::after{content:'03'}
.post-art{
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#edd4bc;
}
.post-card:first-child .post-art{height:300px;min-height:300px}
.post-card:first-child .post-copy{padding:29px 31px 32px}
.post-card:first-child .post-copy h3{max-width:480px;font-size:25px}
.post-card:first-child .post-copy p{max-width:500px;min-height:0;font-size:14px}
.post-art.sage{background:#d5e0d1}
.post-art.blue{background:var(--sky)}
.art-sun{
  position:absolute;
  top:25px;
  right:22%;
  width:72px;
  height:72px;
  border-radius:50%;
  background:#e99b73;
}
.post-card:first-child .art-sun{
  top:48px;
  right:21%;
  width:105px;
  height:105px;
}
.sage .art-sun{background:var(--sun)}
.blue .art-sun{background:#f1c57e}
.art-hill{
  position:absolute;
  bottom:-40px;
  left:-8%;
  width:120%;
  height:110px;
  border-radius:50% 50% 0 0;
  background:#bc7e68;
  transform:rotate(-7deg);
}
.post-card:first-child .art-hill{bottom:-48px;height:170px}
.hill-two{
  bottom:-56px;
  left:28%;
  background:#a76253;
  transform:rotate(8deg);
}
.post-card:first-child .hill-two{bottom:-78px}
.sage .art-hill{background:#8ea98b}
.sage .hill-two{background:#6f8e75}
.blue .art-hill{background:#7897a0}
.blue .hill-two{background:#5e7d89}
.art-line{
  position:absolute;
  bottom:29px;
  left:22px;
  width:90px;
  height:37px;
  border-bottom:1.5px solid #fff1dc;
  border-radius:50%;
}
.post-card:first-child .art-line{
  bottom:43px;
  left:42px;
  width:150px;
  height:58px;
}
.post-copy{padding:21px 21px 23px}
.post-meta{
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font:10px 'DM Mono',monospace;
  letter-spacing:.07em;
}
.post-meta span,.list-date span{color:var(--accent)}
.post-copy h3{
  margin:14px 0 9px;
  color:var(--ink);
  font-size:17px;
  line-height:1.52;
  letter-spacing:-.035em;
}
.post-copy p{
  min-height:64px;
  margin:0 0 18px;
  color:var(--muted);
  font-size:12px;
  line-height:1.82;
}
.post-card:nth-child(n+2) .post-copy p{
  display:-webkit-box;
  min-height:0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.read-more{font-size:11px}

.note-band{
  position:relative;
  overflow:hidden;
  margin-bottom:8px;
  padding:57px 64px 63px;
  display:grid;
  grid-template-columns:74px 1fr auto;
  gap:24px;
  align-items:end;
  border:1px solid #eadfc6;
  border-radius:28px;
  background:linear-gradient(120deg,rgba(244,234,211,.92),rgba(255,249,234,.82));
  box-shadow:inset 0 0 0 5px rgba(255,253,247,.34);
}
.note-band::after{
  content:'';
  position:absolute;
  right:4%;
  bottom:-58px;
  width:170px;
  height:170px;
  border:1px solid rgba(120,150,117,.34);
  border-radius:50%;
}
.note-mark{
  height:58px;
  color:var(--accent);
  font:94px/1 'Playfair Display',serif;
}
.note-band p{
  margin:0;
  color:#645c50;
  font:500 29px/1.55 'Playfair Display','Noto Sans SC',serif;
}
.note-band p strong{color:var(--moss);font-weight:500}
.note-caption{
  position:relative;
  z-index:1;
  padding-bottom:8px;
  color:var(--muted);
  font:11px 'DM Mono',monospace;
}

.site-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:106px;
  margin-top:52px;
  color:var(--muted);
  border-top:1px solid var(--line);
  font-size:11px;
}
.site-footer a{
  padding-bottom:4px;
  color:var(--ink);
  border-bottom:1px solid #aaa399;
  text-decoration:none;
}

.page-main{
  padding-top:76px;
  padding-bottom:112px;
}
.page-main:not(.about-page){max-width:960px}
.page-title{
  margin:0 0 16px;
  color:var(--ink);
  font-size:clamp(48px,7vw,72px);
  line-height:1.1;
  letter-spacing:-.08em;
}
.page-lede{
  margin:0 0 62px;
  color:var(--muted);
  font-size:15px;
}
.article-list{
  display:grid;
  gap:14px;
}
.article-list article{
  position:relative;
  display:grid;
  grid-template-columns:118px 1fr;
  gap:31px;
  padding:29px 31px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,253,247,.56);
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.article-list article:hover{
  background:rgba(255,253,247,.9);
  box-shadow:0 13px 27px rgba(91,72,49,.08);
  transform:translateX(4px);
}
.list-date{
  padding-top:3px;
  color:var(--muted);
  font:10px/2 'DM Mono',monospace;
}
.list-date span{letter-spacing:.07em}
.article-list h2{
  margin:0 0 11px;
  color:var(--ink);
  font-size:23px;
  line-height:1.45;
  letter-spacing:-.04em;
}
.article-list p{
  max-width:620px;
  margin:0 0 17px;
  color:var(--muted);
  font-size:13px;
  line-height:1.88;
}

.about-page{max-width:1030px}
.about-grid{
  display:grid;
  grid-template-columns:minmax(280px,350px) minmax(0,1fr);
  gap:92px;
  align-items:center;
  margin-top:58px;
}
.about-portrait{
  position:relative;
  display:grid;
  place-items:center;
  height:375px;
  color:#55725d;
  border-radius:42% 58% 48% 52% / 43% 42% 58% 57%;
  background:
    radial-gradient(circle at 68% 26%,rgba(242,199,110,.82) 0 10%,transparent 10.5%),
    linear-gradient(145deg,#d7e2d4,#c6d9d5);
  box-shadow:13px 15px 0 rgba(120,150,117,.13);
  font:500 28px/1.35 'Playfair Display','Noto Sans SC',serif;
  transform:rotate(-2deg);
}
.about-portrait::before{
  content:'';
  position:absolute;
  inset:19px;
  border:1px dashed rgba(85,114,93,.38);
  border-radius:inherit;
}
.about-portrait::after{
  content:'';
  position:absolute;
  right:34px;
  bottom:34px;
  width:64px;
  height:22px;
  border-bottom:2px solid rgba(63,58,49,.4);
  border-radius:50%;
  transform:rotate(-12deg);
}
.about-portrait span{position:relative;z-index:1}
.about-portrait strong{font-size:98px;font-style:italic}
.about-portrait i{
  position:absolute;
  top:43px;
  right:45px;
  color:var(--accent);
  font-size:25px;
  font-style:normal;
}
.about-copy{max-width:550px}
.about-lead{
  margin:0 0 26px;
  color:#645c50;
  font:500 28px/1.58 'Playfair Display','Noto Sans SC',serif;
}
.about-copy p:not(.about-lead){
  margin:0 0 17px;
  color:var(--muted);
  font-size:14px;
  line-height:2.05;
}

@media(max-width:900px){
  .hero{
    grid-template-columns:minmax(0,1.12fr) minmax(245px,.88fr);
    gap:35px;
  }
  .post-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .post-card:first-child{grid-row:auto}
  .post-card:nth-child(2),.post-card:nth-child(3){
    min-height:215px;
    grid-template-columns:35% 65%;
  }
  .post-card:nth-child(n+2) .post-art{min-height:215px}
  .note-band{grid-template-columns:60px 1fr}
  .note-caption{grid-column:2}
  .about-grid{gap:55px}
}

@media(max-width:720px){
  .section-wrap,.site-header{padding-right:20px;padding-left:20px}
  .site-header{height:72px}
  .site-header::after{right:20px;left:20px}
  .desktop-nav{display:none}
  .menu-toggle{display:block}
  .hero{
    display:block;
    padding:56px 20px 72px;
  }
  .hero h1{font-size:42px;line-height:1.24}
  .hero-intro{margin-top:24px;font-size:14px;line-height:1.9}
  .hero-doodle{height:245px;margin-top:39px}
  .hero-doodle::before{right:10%;width:198px;height:210px}
  .doodle-circle{top:0;right:16%;width:205px;height:205px}
  .doodle-card{
    top:49px;
    right:23%;
    width:158px;
    height:116px;
    padding:22px 17px;
    font-size:15px;
  }
  .doodle-card::before{left:53px;width:45px}
  .doodle-scribble{right:4%;bottom:13px;font-size:52px}
  .latest{padding-top:42px;padding-bottom:70px}
  .section-heading{align-items:flex-start;gap:15px;margin-bottom:25px}
  .section-heading h2{font-size:26px}
  .section-heading .text-link{margin-top:31px;font-size:11px}
  .post-grid{gap:16px}
  .post-card:first-child{display:flex}
  .post-card:first-child .post-art{height:225px;min-height:225px}
  .post-card:first-child .post-copy{padding:23px 22px 25px}
  .post-card:first-child .post-copy h3{font-size:21px}
  .post-card:first-child .post-copy p{font-size:13px}
  .post-card:first-child .art-sun{top:32px;width:82px;height:82px}
  .post-card:first-child .art-hill{height:125px}
  .post-card:nth-child(2),.post-card:nth-child(3){
    min-height:182px;
    grid-template-columns:37% 63%;
  }
  .post-card:nth-child(n+2) .post-art{min-height:182px}
  .post-copy{padding:17px 15px 18px}
  .post-copy h3{margin:11px 0 7px;font-size:15px}
  .post-copy p{
    margin-bottom:13px;
    font-size:11px;
    line-height:1.7;
  }
  .post-meta{font-size:8px}
  .note-band{
    margin-right:20px;
    margin-left:20px;
    padding:37px 27px 43px;
    display:block;
    border-radius:23px;
  }
  .note-mark{height:47px;font-size:80px}
  .note-band p{font-size:23px}
  .note-caption{display:block;margin-top:14px;padding:0}
  .site-footer{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    height:auto;
    min-height:120px;
    margin-top:42px;
    padding-top:24px;
    padding-bottom:24px;
  }
  .site-footer a{grid-column:1/-1;width:max-content}
  .page-main{padding-top:53px;padding-bottom:78px}
  .page-title{font-size:48px}
  .page-lede{margin-bottom:40px;font-size:14px}
  .article-list{gap:11px}
  .article-list article{
    display:block;
    padding:22px 20px 24px;
    border-radius:17px;
  }
  .list-date{margin-bottom:10px}
  .article-list h2{font-size:18px;line-height:1.5}
  .article-list p{font-size:12px;line-height:1.8}
  .about-grid{display:block;margin-top:36px}
  .about-portrait{width:86%;height:290px;margin:0 auto 52px}
  .about-portrait strong{font-size:82px}
  .about-lead{font-size:23px}
  .about-copy p:not(.about-lead){font-size:14px}
  .nav-open .desktop-nav{
    position:absolute;
    z-index:5;
    top:65px;
    right:20px;
    left:20px;
    display:flex;
    gap:25px;
    padding:23px 22px 26px;
    border:1px solid var(--line);
    border-radius:16px;
    background:rgba(255,253,247,.97);
    box-shadow:0 14px 30px var(--shadow);
  }
  .nav-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}
  .nav-open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}
}

@media(max-width:390px){
  .hero h1{font-size:38px}
  .post-card:nth-child(2),.post-card:nth-child(3){grid-template-columns:34% 66%}
  .post-card:nth-child(n+2) .post-copy p{display:none}
  .post-card:nth-child(n+2) .post-copy h3{font-size:14px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
