:root {
	--ha-cream: #faf7ef;
	--ha-paper: #fffdf8;
	--ha-sage: #aebba0;
	--ha-sage-soft: #e4eadc;
	--ha-forest: #52634d;
	--ha-graphite: #343834;
	--ha-muted: #687068;
	--ha-line: #dfe3d7;
	--ha-shadow: 0 18px 52px rgba(61, 70, 55, .11);
}

body[data-site="How Argiles"] {
	background: var(--ha-cream);
	color: var(--ha-graphite);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-site="How Argiles"] h1,
body[data-site="How Argiles"] h2,
body[data-site="How Argiles"] h3,
body[data-site="How Argiles"] .preview__title,
body[data-site="How Argiles"] .entry__title {
	color: var(--ha-graphite);
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
}

body[data-site="How Argiles"] a { color: inherit; }
body[data-site="How Argiles"] .main { background: var(--ha-cream); }
body[data-site="How Argiles"] .header { background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--ha-line); }
body[data-site="How Argiles"] .header__main { background: transparent; }
body[data-site="How Argiles"] .header__wrapper { gap: 28px; min-height: 86px; }
body[data-site="How Argiles"] .header__brand--text { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 11px; text-decoration: none; }
body[data-site="How Argiles"] .header__brand--text .logo { height: 58px; object-fit: contain; width: 58px; }
body[data-site="How Argiles"] .header__wordmark { display: grid; line-height: 1; }
body[data-site="How Argiles"] .header__wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
body[data-site="How Argiles"] .header__wordmark small { color: var(--ha-muted); font-size: 10px; letter-spacing: .15em; margin-top: 7px; text-transform: uppercase; }
body[data-site="How Argiles"] .header__wrapper > .social { display: none; }
body[data-site="How Argiles"] .header__menu--grouped { align-items: center; gap: 4px; margin-left: auto; }
body[data-site="How Argiles"] .header__menu-item--group { display: block; position: relative; }
body[data-site="How Argiles"] .header__dropdown { position: relative; }
body[data-site="How Argiles"] .header__dropdown summary {
	align-items: center; border-radius: 999px; cursor: pointer; display: flex; font-weight: 700; gap: 7px;
	list-style: none; padding: 12px 17px; transition: background .2s ease, color .2s ease;
}
body[data-site="How Argiles"] .header__dropdown summary::-webkit-details-marker { display: none; }
body[data-site="How Argiles"] .header__dropdown summary:hover,
body[data-site="How Argiles"] .header__dropdown[open] summary { background: var(--ha-sage-soft); color: var(--ha-forest); }
body[data-site="How Argiles"] .header__dropdown-menu {
	background: var(--ha-paper); border: 1px solid var(--ha-line); border-radius: 18px; box-shadow: var(--ha-shadow);
	display: none; left: 0; list-style: none; margin: 0; min-width: 245px; padding: 10px; position: absolute; top: calc(100% + 9px); z-index: 50;
}
body[data-site="How Argiles"] .header__dropdown[open] > .header__dropdown-menu,
body[data-site="How Argiles"] .header__dropdown:hover > .header__dropdown-menu { display: block; }
body[data-site="How Argiles"] .header__dropdown-menu a { border-radius: 11px; display: block; font-size: 15px; font-weight: 650; padding: 11px 12px; text-decoration: none; }
body[data-site="How Argiles"] .header__dropdown-menu a:hover,
body[data-site="How Argiles"] .header__dropdown-menu a.selected { background: var(--ha-sage-soft); color: var(--ha-forest); }
body[data-site="How Argiles"] .header__menu .icon-wrapper { border-radius: 999px; font-weight: 650; padding: 12px 14px; }

body[data-site="How Argiles"] .og-kicker { color: var(--ha-forest); display: block; font-size: 12px; font-weight: 800; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
body[data-site="How Argiles"] .og-section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }
body[data-site="How Argiles"] .og-section-head h1,
body[data-site="How Argiles"] .og-section-head h2 { font-size: clamp(31px, 4vw, 48px); line-height: 1.05; margin: 0; }
body[data-site="How Argiles"] .og-section-head > a { border-bottom: 1px solid var(--ha-forest); color: var(--ha-forest); font-size: 14px; font-weight: 750; padding-bottom: 4px; text-decoration: none; }

body[data-site="How Argiles"] .og-popular { background: linear-gradient(180deg, #dce5d4 0%, #edf1e8 100%); padding: 46px 0 58px; }
body[data-site="How Argiles"] .og-popular__grid,
body[data-site="How Argiles"] .og-entry-grid { display: grid; gap: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
body[data-site="How Argiles"] .og-popular .preview { background: var(--ha-paper); border: 1px solid rgba(82, 99, 77, .18); border-radius: 22px; box-shadow: 0 12px 34px rgba(61, 70, 55, .08); overflow: hidden; padding-bottom: 20px; }
body[data-site="How Argiles"] .og-popular .preview__link,
body[data-site="How Argiles"] .og-popular .preview__content,
body[data-site="How Argiles"] .og-popular .preview__rating { margin-left: 20px; margin-right: 20px; }
body[data-site="How Argiles"] .preview__img img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
body[data-site="How Argiles"] .preview__cat { color: var(--ha-forest); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

body[data-site="How Argiles"] .og-intro { background: var(--ha-paper); padding: 74px 0; text-align: center; }
body[data-site="How Argiles"] .og-intro__inner { max-width: 850px; }
body[data-site="How Argiles"] .og-intro h2 { font-size: clamp(40px, 6vw, 70px); line-height: 1.02; margin: 0 auto 22px; }
body[data-site="How Argiles"] .og-intro p { color: var(--ha-muted); font-size: 19px; line-height: 1.7; margin: 0 auto; max-width: 720px; }
body[data-site="How Argiles"] .og-intro__links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }
body[data-site="How Argiles"] .og-intro__links a { background: var(--ha-graphite); border-radius: 999px; color: white; font-size: 14px; font-weight: 750; padding: 13px 21px; text-decoration: none; }
body[data-site="How Argiles"] .og-intro__links a + a { background: transparent; border: 1px solid var(--ha-graphite); color: var(--ha-graphite); }

body[data-site="How Argiles"] .og-topic-group,
body[data-site="How Argiles"] .og-latest { padding: 70px 0; }
body[data-site="How Argiles"] .og-topic-group:nth-of-type(even),
body[data-site="How Argiles"] .og-latest--guides { background: var(--ha-paper); }
body[data-site="How Argiles"] .og-category-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
body[data-site="How Argiles"] .og-category-grid .category { min-width: 0; width: auto; }
body[data-site="How Argiles"] .og-category-grid .category__body { background: white; border: 1px solid var(--ha-line); border-radius: 20px; box-shadow: 0 8px 26px rgba(61, 70, 55, .06); display: block; overflow: hidden; }
body[data-site="How Argiles"] .og-category-grid .category__img { aspect-ratio: 16 / 10; height: auto; object-fit: cover; width: 100%; }
body[data-site="How Argiles"] .og-category-grid .category__title { background: var(--ha-paper); display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; padding: 17px 18px 19px; position: static; }
body[data-site="How Argiles"] .og-entry-grid .preview { min-width: 0; }

body[data-site="How Argiles"] .og-about-band { background: var(--ha-graphite); color: #f6f3e9; padding: 66px 0; }
body[data-site="How Argiles"] .og-about-band__inner { align-items: center; display: grid; gap: 36px; grid-template-columns: 1.2fr 1fr auto; }
body[data-site="How Argiles"] .og-about-band h2 { color: white; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; margin: 0; }
body[data-site="How Argiles"] .og-about-band p { color: #dce2d5; line-height: 1.7; margin: 0; }
body[data-site="How Argiles"] .og-about-band a { background: var(--ha-sage); border-radius: 999px; color: #293128; font-weight: 800; padding: 14px 20px; text-decoration: none; white-space: nowrap; }

body[data-site="How Argiles"] .landing { background: linear-gradient(180deg, #dce5d4, var(--ha-cream)); }
body[data-site="How Argiles"] .separator__title { font-family: Georgia, "Times New Roman", serif; }
body[data-site="How Argiles"] .og-category-section + .og-category-section { margin-top: 58px; }
body[data-site="How Argiles"] .footer { background: #2f342f; color: #edf0e8; }
body[data-site="How Argiles"] .footer__logo { align-items: center; display: flex; gap: 12px; text-decoration: none; }
body[data-site="How Argiles"] .footer__logo img { height: 62px; object-fit: contain; width: 62px; }
body[data-site="How Argiles"] .footer__wordmark { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
body[data-site="How Argiles"] .footer__tagline { color: #cdd4c7; }
body[data-site="How Argiles"] .footer a { color: inherit; }
body[data-site="How Argiles"] .offcanvas__menu-group { display: block; padding: 15px 0; }
body[data-site="How Argiles"] .offcanvas__menu-group > strong { color: var(--ha-forest); display: block; font-family: Georgia, "Times New Roman", serif; font-size: 22px; margin-bottom: 10px; }
body[data-site="How Argiles"] .offcanvas__menu-group ul { display: grid; gap: 4px; list-style: none; margin: 0; padding: 0; }
body[data-site="How Argiles"] .offcanvas__menu-group a { border-radius: 10px; display: block; padding: 9px 10px; text-decoration: none; }
body[data-site="How Argiles"] .offcanvas__menu-group .selected a { background: var(--ha-sage-soft); color: var(--ha-forest); }

@media (max-width: 1039px) {
	body[data-site="How Argiles"] .header__wrapper { min-height: 74px; }
	body[data-site="How Argiles"] .header__brand--text .logo { height: 50px; width: 50px; }
	body[data-site="How Argiles"] .header__wordmark strong { font-size: 23px; }
	body[data-site="How Argiles"] .header__wordmark small { display: none; }
	body[data-site="How Argiles"] .header__menu-item--group { display: none !important; }
	body[data-site="How Argiles"] .og-category-grid,
	body[data-site="How Argiles"] .og-popular__grid,
	body[data-site="How Argiles"] .og-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body[data-site="How Argiles"] .og-about-band__inner { grid-template-columns: 1fr 1fr; }
	body[data-site="How Argiles"] .og-about-band__inner > a { justify-self: start; }
}

@media (max-width: 699px) {
	body[data-site="How Argiles"] .header__wordmark strong { font-size: 20px; }
	body[data-site="How Argiles"] .header__brand--text .logo { height: 44px; width: 44px; }
	body[data-site="How Argiles"] .og-popular,
	body[data-site="How Argiles"] .og-topic-group,
	body[data-site="How Argiles"] .og-latest { padding: 44px 0; }
	body[data-site="How Argiles"] .og-intro { padding: 54px 0; }
	body[data-site="How Argiles"] .og-section-head { align-items: flex-start; gap: 18px; }
	body[data-site="How Argiles"] .og-section-head > a { display: none; }
	body[data-site="How Argiles"] .og-popular__grid,
	body[data-site="How Argiles"] .og-entry-grid,
	body[data-site="How Argiles"] .og-category-grid,
	body[data-site="How Argiles"] .og-about-band__inner { grid-template-columns: 1fr; }
	body[data-site="How Argiles"] .og-category-grid .category__title { font-size: 19px; }
}
