:root {
	--ink: #10131a;
	--paper: #fff8f4;
	--paper-2: #f2ebe7;
	--pink: #cf4772;
	--cyan: #238ba2;
	--yellow: #e8bd4c;
	--serif: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	--sans: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

body { background: var(--paper); color: var(--ink); font-weight: 500; }
.site-header { height: 104px; padding-inline: 4vw; }
.site-header.is-scrolled { height: 78px; background: rgba(16,19,26,.96); }
.brand { padding: 4px 13px; border: 0; border-radius: 0 22px 0 22px; background: #fff; box-shadow: 8px 8px 0 var(--pink); backdrop-filter: none; }
.site-navigation { gap: 34px; }
.nav-list { font-weight: 700; letter-spacing: .08em; }
.nav-contact,.site-header.is-scrolled .nav-contact { width: auto; height: 48px; padding: 0 18px; border: 0; border-radius: 0 18px 0 18px; color: #fff; background: var(--pink); font-weight: 800; box-shadow: 5px 5px 0 var(--cyan); }
.nav-contact:hover { color: var(--ink); background: var(--yellow); transform: translate(-3px,-3px); }

.hero { min-height: 780px; color: #fff; background: var(--ink); }
.hero::before { content: "STRAW"; position: absolute; z-index: 2; left: 3.6vw; bottom: -5vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); font-size: clamp(150px,22vw,340px); font-weight: 900; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.hero h1 { max-width: 760px; margin: 42px 0 28px; font-family: var(--sans); font-size: clamp(70px,8vw,126px); font-weight: 900; line-height: .98; letter-spacing: -.085em; }
.hero h1 em { color: #df668c; text-shadow: 5px 5px 0 rgba(35,139,162,.58); }
.hero-lead { font-family: var(--sans); font-size: 16px; font-weight: 600; line-height: 2; }
.hero-image { width: 58%; clip-path: polygon(24% 0,100% 0,100% 100%,0 100%); }
.hero-image img { filter: saturate(1.08) contrast(1.06); }
.hero-image::after { background: linear-gradient(110deg,#10131a 0%,rgba(16,19,26,.03) 56%,rgba(35,139,162,.16)); mix-blend-mode: multiply; }
.hero-grid { opacity: .55; background-size: 72px 72px; mask-image: linear-gradient(to right,#000,transparent 70%); }
.circle-link-outline { width: 146px; height: 56px; margin-top: 34px; border: 0; border-radius: 0 20px 0 20px; background: var(--cyan); flex-direction: row; font-weight: 800; box-shadow: 6px 6px 0 var(--pink); }
.circle-link-outline:hover { color: var(--ink); background: var(--yellow); transform: translate(-3px,-3px); }
.ticker { height: 62px; color: #fff; background: var(--pink); }
.ticker p { font-family: var(--sans); font-size: 18px; font-weight: 900; letter-spacing: .1em; }

.trust { width: 100%; max-width: none; padding-inline: 6vw; color: var(--ink); background: #fff; border-bottom: 4px solid var(--ink); }
.trust h2,.trust dt { font-family: var(--sans); font-weight: 800; }
.trust dt { color: var(--pink); }
.trust dl div { border-left: 2px solid var(--ink); }

.purpose { position: relative; overflow: hidden; }
.purpose::after { content: "○ ○ ○"; position: absolute; right: -20px; bottom: -35px; color: rgba(35,139,162,.13); font-size: 170px; font-weight: 900; letter-spacing: -.35em; pointer-events: none; }
.section-number { color: var(--cyan); opacity: 1; font-family: var(--sans); font-weight: 900; }
.display,.purpose-copy,.business-item h3,.business-item>p:last-child { font-family: var(--sans); }
.display { font-weight: 900; letter-spacing: -.06em; }
.display em { color: var(--pink); }
.purpose-copy { position: relative; z-index: 2; font-weight: 500; }
.text-link { border-bottom: 3px solid var(--pink); }

.business { color: #fff; background: var(--ink); }
.business-item { border-top: 4px solid var(--pink); }
.business-item:nth-child(2) { border-color: var(--cyan); }
.business-item:nth-child(3) { border-color: var(--yellow); }
.business-item figure { height: 440px; }
.business-item img { filter: saturate(1.05) contrast(1.04); }
.business-item h3 { font-weight: 900; }
.business-item>p:last-child { color: rgba(255,255,255,.75); }

.vision::after { background: linear-gradient(90deg,rgba(16,19,26,.82) 0%,rgba(23,56,66,.48) 58%,rgba(35,139,162,.16) 100%); }
.vision figure img { filter: saturate(1.05) contrast(1.08); }
.vision h2 { font-family: var(--sans); font-weight: 900; letter-spacing: -.075em; }
.vision h2 em { color: var(--yellow); }

.news { width: 100%; max-width: none; padding-inline: 6vw; background: #fff; }
.news-list a:not(.text-link) { border-color: #1c2028; }
.news-list a:hover { color: var(--pink); }
.company { background: #b9eef5; }
.company::before { content: ""; position: absolute; left: -260px; bottom: -260px; width: 520px; height: 520px; border: 34px solid rgba(207,71,114,.18); border-radius: 50%; }
.company-grid { position: relative; z-index: 1; }
.company-panel { background: var(--ink); box-shadow: 12px 12px 0 var(--pink); }
.company-panel dd { font-family: var(--sans); }
.circle-mark i { border-width: 3px; border-color: var(--pink); }
.circle-mark i:nth-child(2) { border-color: var(--yellow); }
.circle-mark i:nth-child(3) { border-color: var(--cyan); }

.site-cta { color: #fff; background: #26313b; }
.site-cta::after { content: "JOIN THE CIRCLE"; position: absolute; right: -40px; top: 10px; color: rgba(255,255,255,.08); font-size: clamp(100px,16vw,240px); font-weight: 900; line-height: .8; writing-mode: vertical-rl; pointer-events: none; }
.site-cta h2 { font-family: var(--sans); font-weight: 900; letter-spacing: -.06em; }
.site-cta>div { position: relative; z-index: 1; }
.site-cta .circle-link { color: var(--ink); background: var(--yellow); box-shadow: 10px 10px 0 var(--cyan); }
.site-footer { background: var(--ink); }

.page-hero,.article-header,.not-found { color: #fff; background: var(--ink); }
.page-hero { position: relative; overflow: hidden; }
.page-hero::after { content: "STRAW"; position: absolute; right: -20px; bottom: -30px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); font-size: clamp(90px,15vw,220px); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.page-hero h1,.article-header h1,.not-found h1 { position: relative; z-index: 1; font-family: var(--sans); font-weight: 900; letter-spacing: -.06em; }
.business-detail figure,.post-card figure { border-radius: 0 24px 0 24px; overflow: hidden; }
.values>div,.contact-form-area { background: #f2ebe7; }
.values>div:nth-child(2) { background: #dff2f5; }
.values>div:nth-child(3) { background: #f7e8ed; }
.values span { color: var(--pink); font-family: var(--sans); font-weight: 900; }
.button,.contact-form-area input[type=submit] { border-radius: 0 18px 0 18px; background: var(--pink); box-shadow: 5px 5px 0 var(--cyan); font-weight: 800; }

@media (max-width:800px) {
	.site-header { height: 78px; }
	.site-header.is-scrolled { height: 70px; }
	.brand { padding: 4px 10px; border-radius: 0 14px 0 14px; box-shadow: 4px 4px 0 var(--pink); }
	.menu-button { border: 0; border-radius: 0 13px 0 13px; background: var(--pink); }
	.hero { height: 840px; }
	.hero::before { bottom: 255px; font-size: 118px; }
	.hero h1 { font-size: 52px; line-height: 1.02; }
	.hero h1 em { text-shadow: 3px 3px 0 rgba(35,139,162,.58); }
	.hero-image { height: 330px; opacity: .88; clip-path: polygon(0 20%,100% 0,100% 100%,0 100%); }
	.circle-link-outline { width: 138px; height: 52px; }
	.trust,.news { padding-inline: 20px; }
	.purpose::after { font-size: 100px; }
	.business-item:nth-child(2),.business-item:nth-child(3) { transform: none; }
	.company-panel { box-shadow: 7px 7px 0 var(--pink); }
	.site-cta .circle-link { box-shadow: 7px 7px 0 var(--cyan); }
}
