:root {
	--iwa-ivory: #fbf8f2;
	--iwa-paper: #fffdf9;
	--iwa-linen: #f2ede4;
	--iwa-sage: #7f8d75;
	--iwa-sage-dark: #596650;
	--iwa-sage-soft: #e8ede5;
	--iwa-rose: #ecd8d2;
	--iwa-rose-soft: #f7ebe7;
	--iwa-stone: #cfc5ba;
	--iwa-taupe: #87776d;
	--iwa-espresso: #493a34;
	--iwa-ink: #5a4d47;
	--iwa-line: rgba(73, 58, 52, 0.18);
	--iwa-line-strong: rgba(73, 58, 52, 0.32);
	--iwa-focus: #6c795f;
	--iwa-shadow: 0 18px 42px rgba(73, 58, 52, 0.08);
}

.iris-wellness-app {
	background: var(--iwa-ivory);
	color: var(--iwa-espresso);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	max-width: none;
	position: relative;
	width: 100%;
}

.iris-wellness-app *,
.iris-wellness-app *::before,
.iris-wellness-app *::after {
	box-sizing: border-box;
}

.iris-wellness-app button,
.iris-wellness-app input,
.iris-wellness-app select,
.iris-wellness-app textarea {
	font: inherit;
}

.iris-wellness-app button,
.iris-wellness-app a {
	touch-action: manipulation;
}

.iris-wellness-app :focus-visible {
	border-radius: 3px;
	outline: 3px solid var(--iwa-focus);
	outline-offset: 3px;
}

.iwa-product-bar {
	align-items: center;
	background: var(--iwa-paper);
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
	min-height: 72px;
	padding: 14px clamp(20px, 4vw, 64px);
	position: relative;
	z-index: 20;
}

.iwa-back-link {
	color: var(--iwa-ink);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration-color: var(--iwa-stone);
	text-underline-offset: 4px;
}

.iwa-product-name {
	border-left: 1px solid var(--iwa-line);
	border-right: 1px solid var(--iwa-line);
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	padding: 3px 40px;
	text-align: center;
	text-transform: uppercase;
}

.iwa-product-tools {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.iwa-local-status {
	color: var(--iwa-sage-dark);
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.iwa-data-menu-button,
.iwa-new-week,
.iwa-week-nav button,
.iwa-add-note,
.iwa-data-menu button,
.iwa-list-section button,
.iwa-add-habit button,
.iwa-grocery-item button,
.iwa-recent-weeks button {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--iwa-espresso);
	cursor: pointer;
	font-weight: 700;
}

.iwa-data-menu-button {
	border: 1px solid var(--iwa-line-strong);
	min-height: 40px;
	padding: 8px 14px;
}

.iwa-data-menu {
	background: var(--iwa-paper);
	border: 1px solid var(--iwa-line);
	box-shadow: var(--iwa-shadow);
	display: grid;
	gap: 12px;
	max-width: 360px;
	padding: 24px;
	position: absolute;
	right: clamp(20px, 4vw, 64px);
	top: calc(100% - 4px);
	width: calc(100vw - 40px);
}

.iwa-data-menu[hidden],
.iwa-screen:not(.is-active),
.iwa-optional-note[hidden],
.iwa-travel-fields[hidden],
.iwa-carry-forward[hidden],
.iwa-data-menu__privacy[hidden] {
	display: none !important;
}

.iwa-data-menu > strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.35rem;
	font-weight: 500;
}

.iwa-data-menu p {
	color: var(--iwa-ink);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
}

.iwa-data-menu button {
	border-top: 1px solid var(--iwa-line);
	min-height: 42px;
	padding: 12px 0 0;
	text-align: left;
}

.iwa-data-menu button.is-danger {
	color: #7d463d;
}

.iwa-data-menu__privacy {
	background: var(--iwa-linen);
	padding: 12px;
}

.iwa-notebook-shell {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1500px;
	min-height: 850px;
}

.iwa-week-rail {
	background: var(--iwa-linen);
	border-right: 1px solid var(--iwa-line);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 68px 24px 32px;
}

.iwa-kicker {
	color: var(--iwa-taupe);
	font-size: 0.72rem !important;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	margin: 0 0 10px !important;
	text-transform: uppercase;
}

.iwa-week-range {
	border-bottom: 1px solid var(--iwa-line-strong);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 3vw, 2.5rem);
	letter-spacing: -0.035em;
	line-height: 1;
	margin: 0;
	padding-bottom: 24px;
	white-space: nowrap;
}

.iwa-rail-summary {
	display: grid;
	gap: 0;
	margin-top: 18px;
}

.iwa-rail-summary p {
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 13px 0;
}

.iwa-rail-summary span {
	color: var(--iwa-taupe);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.iwa-rail-summary strong {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.iwa-botanical {
	align-self: center;
	height: auto;
	margin: 26px 0 18px;
	max-height: 300px;
	max-width: 145px;
	object-fit: contain;
	opacity: 0.84;
	width: 58%;
}

.iwa-week-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: auto;
}

.iwa-week-nav button {
	font-size: 0.78rem;
	padding: 4px 0;
	text-decoration: underline;
	text-decoration-color: var(--iwa-stone);
	text-underline-offset: 4px;
}

.iwa-rail-note {
	color: var(--iwa-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.92rem;
	font-style: italic;
	line-height: 1.55;
	margin: 22px 0 0;
}

.iwa-workspace {
	background-color: var(--iwa-paper);
	min-width: 0;
	padding: 32px clamp(26px, 3.6vw, 54px) 64px;
}

.iwa-tabs {
	border-bottom: 1px solid var(--iwa-line-strong);
	display: grid;
	grid-template-columns: repeat(6, minmax(88px, 1fr));
	margin-bottom: 34px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.iwa-tabs button {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 4px solid transparent;
	color: var(--iwa-ink);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
	padding: 10px 18px 12px;
	white-space: nowrap;
}

.iwa-tabs button.is-active {
	border-bottom-color: var(--iwa-sage);
	color: var(--iwa-espresso);
	font-weight: 800;
}

.iwa-screen {
	animation: iwa-enter 180ms ease-out;
}

@keyframes iwa-enter {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

.iwa-screen-header {
	align-items: start;
	border-bottom: 1px solid var(--iwa-line-strong);
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0 0 28px;
}

.iwa-screen-header h1,
.iwa-section-heading h2 {
	color: var(--iwa-espresso);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.iwa-screen-header h1 {
	font-size: clamp(2.45rem, 4vw, 3.6rem);
	line-height: 1.02;
	margin: 0;
	max-width: 950px;
}

.iwa-new-week {
	border-bottom: 1px solid var(--iwa-stone);
	font-size: 0.8rem;
	margin-top: 24px;
	padding: 6px 0;
	white-space: nowrap;
}

.iwa-capacity-row {
	align-items: center;
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.7fr) minmax(330px, 1fr);
	padding: 24px 0;
}

.iwa-capacity-row h2,
.iwa-anchor h2,
.iwa-carry-forward h2 {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0;
}

.iwa-capacity-row p,
.iwa-section-heading p,
.iwa-save-row p,
.iwa-list-section p,
.iwa-add-habit p {
	color: var(--iwa-ink);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 6px 0 0;
}

.iwa-segmented {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.iwa-segmented button {
	appearance: none;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--iwa-line-strong);
	color: var(--iwa-espresso);
	cursor: pointer;
	font-weight: 700;
	min-height: 46px;
	padding: 10px 18px;
}

.iwa-segmented button + button {
	border-left: 0;
}

.iwa-segmented button[aria-checked="true"] {
	background: var(--iwa-sage);
	color: #fff;
}

.iwa-one-thing,
.iwa-open-row {
	border-bottom: 1px solid var(--iwa-line);
	padding: 22px 0;
}

.iwa-one-thing label,
.iwa-open-row label,
.iwa-good-enough label,
.iwa-paper-grid label,
.iwa-travel-fields label,
.iwa-reflection-grid label,
.iwa-add-habit label,
.iwa-optional-note {
	display: grid;
	gap: 9px;
}

.iwa-one-thing label,
.iwa-good-enough label {
	align-items: center;
	grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
}

.iwa-one-thing label > span,
.iwa-open-row label > span,
.iwa-good-enough label > span,
.iwa-paper-grid label > span,
.iwa-travel-fields label > span,
.iwa-reflection-grid label > span,
.iwa-add-habit label > span,
.iwa-optional-note > span {
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.35;
}

.iris-wellness-app input[type="text"],
.iris-wellness-app input[type="email"] {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid var(--iwa-line-strong);
	border-radius: 2px;
	color: var(--iwa-espresso);
	min-height: 46px;
	padding: 10px 13px;
	width: 100%;
}

.iris-wellness-app input::placeholder {
	color: #958981;
	opacity: 1;
}

.iwa-anchor-grid {
	align-items: start;
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iwa-anchor {
	align-self: start;
	min-width: 0;
	padding: 25px 24px 24px 0;
}

.iwa-anchor-heading {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.iwa-clear-pillar {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--iwa-sage-dark);
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 3px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.iwa-anchor + .iwa-anchor {
	border-left: 1px solid var(--iwa-line);
	padding-left: 24px;
}

.iwa-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 17px;
}

.iwa-choice-list button {
	appearance: none;
	background: transparent;
	border: 1px solid var(--iwa-stone);
	border-radius: 999px;
	color: var(--iwa-ink);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	min-height: 38px;
	padding: 8px 12px;
}

.iwa-choice-list button[aria-pressed="true"] {
	background: var(--iwa-sage-soft);
	border-color: var(--iwa-sage-dark);
	box-shadow: inset 0 0 0 1px var(--iwa-sage-dark);
	color: var(--iwa-sage-dark);
}

.iwa-choice-list button[aria-pressed="true"]::before {
	content: "✓";
	font-weight: 900;
	margin-right: 5px;
}

.iwa-choice-list--large {
	border-bottom: 1px solid var(--iwa-line);
	gap: 12px;
	margin: 0;
	padding: 18px 0 32px;
}

.iwa-choice-list--large button {
	font-size: 0.9rem;
	min-height: 44px;
	padding: 9px 17px;
}

.iwa-add-note {
	color: var(--iwa-sage-dark);
	font-size: 0.78rem;
	margin-top: 16px;
	padding: 4px 0;
}

.iwa-optional-note {
	margin-top: 12px;
}

.iwa-optional-note label {
	display: grid;
	gap: 7px;
}

.iwa-optional-note > div {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.iwa-optional-note small {
	color: var(--iwa-taupe);
	font-size: 0.7rem;
}

.iwa-optional-note button {
	appearance: none;
	background: transparent;
	border: 0;
	color: #7d463d;
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 3px 0;
}

.iwa-good-enough {
	background: var(--iwa-rose-soft);
	border-bottom: 1px solid rgba(133, 85, 76, 0.28);
	border-top: 1px solid rgba(133, 85, 76, 0.22);
	margin: 26px -28px 0;
	padding: 20px 28px;
}

.iwa-carry-forward {
	align-items: start;
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
	padding: 26px 0;
}

.iwa-carry-option {
	align-items: center;
	border-top: 1px solid var(--iwa-line);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 11px 0;
}

.iwa-carry-option:first-child {
	border-top: 0;
}

.iwa-carry-option span {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.iwa-carry-option p {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1rem;
	margin: 3px 0 0;
}

.iwa-carry-option button {
	appearance: none;
	background: transparent;
	border: 1px solid var(--iwa-line-strong);
	color: var(--iwa-espresso);
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 800;
	min-height: 38px;
	padding: 7px 11px;
}

.iwa-save-row {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 28px 0 0;
}

.iwa-button {
	appearance: none;
	background: var(--iwa-espresso);
	border: 1px solid var(--iwa-espresso);
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	text-decoration: none;
}

.iwa-button-primary {
	background: var(--iwa-sage-dark);
	border-color: var(--iwa-sage-dark);
	min-width: 190px;
}

.iwa-button:hover,
.iwa-button:focus-visible {
	background: #43503d;
	border-color: #43503d;
}

.iwa-save-row strong {
	color: var(--iwa-sage-dark);
	font-size: 0.86rem;
}

.iwa-save-row p {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
}

.iwa-section-heading {
	border-bottom: 1px solid var(--iwa-line-strong);
	margin-bottom: 22px;
	padding: 0 0 26px;
}

.iwa-section-heading h2 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.05;
	margin: 0;
}

.iwa-section-heading p {
	font-size: 0.95rem;
	max-width: 700px;
}

.iwa-paper-grid,
.iwa-travel-fields,
.iwa-reflection-grid {
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 0 26px;
}

.iwa-travel-fields,
.iwa-reflection-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 26px;
}

.iwa-span-two {
	grid-column: 1 / -1;
}

.iwa-list-section,
.iwa-recent-weeks {
	align-items: start;
	border-top: 1px solid var(--iwa-line);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
	margin-top: 24px;
	padding-top: 28px;
}

.iwa-list-section h3,
.iwa-recent-weeks h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.45rem;
	font-weight: 500;
	margin: 0;
}

.iwa-list-section form {
	grid-column: 2;
}

.iwa-list-section form > label {
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.iwa-list-section form > div {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.iwa-list-section form button,
.iwa-add-habit > button {
	background: var(--iwa-sage-dark);
	color: #fff;
	min-height: 46px;
	padding: 10px 18px;
}

.iwa-list-section ul {
	grid-column: 2;
	list-style: none;
	margin: -14px 0 0;
	padding: 0;
}

.iwa-grocery-item {
	align-items: center;
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 10px 0;
}

.iwa-grocery-item.is-done span {
	color: var(--iwa-taupe);
	text-decoration: line-through;
}

.iwa-grocery-item button {
	font-size: 0.72rem;
	padding: 6px;
}

.iwa-habit-list {
	display: grid;
	gap: 0;
}

.iwa-habit-row {
	align-items: center;
	border-bottom: 1px solid var(--iwa-line);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(140px, 0.35fr) auto;
	padding: 17px 0;
}

.iwa-habit-row strong,
.iwa-habit-row small {
	display: block;
}

.iwa-habit-row small {
	color: var(--iwa-taupe);
	font-size: 0.8rem;
	margin-top: 4px;
}

.iwa-habit-row select {
	background: var(--iwa-paper);
	border: 1px solid var(--iwa-line-strong);
	min-height: 42px;
	padding: 8px 10px;
}

.iwa-habit-row button {
	appearance: none;
	background: transparent;
	border: 0;
	color: #7d463d;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 800;
}

.iwa-add-habit {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	margin-top: 28px;
}

.iwa-add-habit p {
	grid-column: 1 / -1;
}

.iwa-travel-mode {
	border: 0;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0 0 20px;
}

.iwa-travel-mode legend {
	font-weight: 800;
	margin-bottom: 12px;
	width: 100%;
}

.iwa-travel-mode label {
	align-items: center;
	border: 1px solid var(--iwa-line-strong);
	display: flex;
	gap: 8px;
	min-height: 42px;
	padding: 8px 18px;
}

.iwa-recent-weeks > div:last-child {
	display: grid;
	gap: 0;
}

.iwa-recent-weeks button {
	border-bottom: 1px solid var(--iwa-line);
	display: flex;
	justify-content: space-between;
	min-height: 46px;
	padding: 12px 0;
	text-align: left;
}

.iwa-empty {
	color: var(--iwa-taupe);
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin: 0;
}

.iwa-toast {
	background: var(--iwa-espresso);
	bottom: 22px;
	box-shadow: var(--iwa-shadow);
	color: #fff;
	font-weight: 800;
	left: 50%;
	opacity: 0;
	padding: 13px 18px;
	position: fixed;
	transform: translate(-50%, 18px);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 9999;
}

.iwa-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.iwa-export-modal {
	align-items: center;
	background: rgba(43, 30, 25, 0.54);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 18px;
	position: fixed;
	z-index: 10000;
}

.iwa-export-modal.is-visible {
	display: flex;
}

.iwa-export-modal__panel {
	background: var(--iwa-paper);
	box-shadow: var(--iwa-shadow);
	max-width: 560px;
	padding: clamp(26px, 5vw, 48px);
	position: relative;
	width: 100%;
}

.iwa-export-modal__panel h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 12px;
}

.iwa-export-modal__panel > p {
	color: var(--iwa-ink);
	line-height: 1.55;
}

.iwa-export-modal__close {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--iwa-ink);
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 800;
	position: absolute;
	right: 18px;
	top: 18px;
}

.iwa-export-modal form {
	display: grid;
	gap: 15px;
	margin-top: 20px;
}

.iwa-export-modal form > label:not(.iwa-consent) {
	display: grid;
	font-size: 0.8rem;
	font-weight: 800;
	gap: 6px;
}

.iwa-consent {
	display: grid;
	font-size: 0.8rem;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
	line-height: 1.45;
}

.iwa-compact-cta {
	background: var(--iwa-linen);
	border: 1px solid var(--iwa-line);
	padding: clamp(24px, 4vw, 44px);
}

.iwa-compact-cta h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 500;
	margin: 0 0 12px;
}

.iris-wellness-planner-page,
.iris-wellness-planner-page .iris-wellness-app {
	max-width: none !important;
	width: 100%;
}

.iris-wellness-planner-scope {
	background: var(--iwa-ivory);
	border-top: 1px solid var(--iwa-line);
	color: var(--iwa-ink);
	font-size: 0.82rem;
	line-height: 1.6;
	margin: 0;
	padding: 22px clamp(20px, 5vw, 72px) 32px;
}

.iris-wellness-planner-scope p {
	margin: 0 auto;
	max-width: 1180px;
}

@media (max-width: 1050px) {
	.iwa-notebook-shell {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.iwa-week-rail {
		padding-left: 24px;
		padding-right: 24px;
	}

	.iwa-product-bar {
		gap: 14px;
		grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
	}

	.iwa-product-name {
		padding-left: 20px;
		padding-right: 20px;
	}

	.iwa-local-status {
		display: none;
	}

	.iwa-anchor-grid {
		grid-template-columns: 1fr;
	}

	.iwa-anchor,
	.iwa-anchor + .iwa-anchor {
		border-left: 0;
		border-top: 1px solid var(--iwa-line);
		padding: 22px 0;
	}

	.iwa-anchor:first-child {
		border-top: 0;
	}

	.iwa-paper-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.iwa-product-bar {
		grid-template-columns: 1fr auto;
	}

	.iwa-product-name {
		border-right: 0;
		grid-column: 1;
		grid-row: 2;
		padding-left: 0;
		text-align: left;
	}

	.iwa-product-tools {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.iwa-notebook-shell {
		grid-template-columns: 1fr;
	}

	.iwa-week-rail {
		border-bottom: 1px solid var(--iwa-line);
		border-right: 0;
		display: grid;
		gap: 18px;
		grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
		padding: 26px clamp(20px, 5vw, 40px);
	}

	.iwa-rail-summary {
		grid-column: 2;
		grid-row: 1 / span 2;
		margin-top: 0;
	}

	.iwa-botanical {
		display: none;
	}

	.iwa-week-nav {
		margin-top: 0;
	}

	.iwa-rail-note {
		display: none;
	}

	.iwa-capacity-row,
	.iwa-carry-forward,
	.iwa-list-section,
	.iwa-recent-weeks {
		grid-template-columns: 1fr;
	}

	.iwa-list-section form,
	.iwa-list-section ul {
		grid-column: 1;
	}

	.iwa-list-section ul {
		margin-top: -10px;
	}

	.iwa-add-habit {
		grid-template-columns: 1fr 1fr;
	}

	.iwa-add-habit > button {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.iwa-good-enough {
		margin-left: calc(-1 * clamp(26px, 3.6vw, 54px));
		margin-right: calc(-1 * clamp(26px, 3.6vw, 54px));
		padding-left: clamp(26px, 3.6vw, 54px);
		padding-right: clamp(26px, 3.6vw, 54px);
	}
}

@media (max-width: 620px) {
	body.page-id-1114 #wp--skip-link--target,
	body.page-id-1114 .entry-content.alignfull {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.iwa-product-bar {
		gap: 6px 12px;
		min-height: 70px;
		padding: 10px 18px;
	}

	.iwa-back-link {
		font-size: 0.78rem;
	}

	.iwa-product-name {
		font-size: 0.68rem;
	}

	.iwa-data-menu {
		right: 18px;
	}

	.iwa-week-rail {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px 18px 16px;
	}

	.iwa-week-range {
		font-size: 2rem;
		padding-bottom: 12px;
	}

	.iwa-rail-summary {
		display: none;
	}

	.iwa-week-nav {
		justify-content: space-between;
	}

	.iwa-workspace {
		padding: 16px 18px 46px;
	}

	.iwa-tabs {
		grid-template-columns: repeat(6, minmax(86px, 1fr));
		margin: 0 -18px 18px;
		padding: 0 8px;
	}

	.iwa-tabs button {
		font-size: 0.88rem;
		padding-left: 12px;
		padding-right: 12px;
	}

	.iwa-screen-header {
		gap: 12px;
		grid-template-columns: 1fr;
		padding-bottom: 18px;
	}

	.iwa-screen-header h1 {
		font-size: clamp(2.2rem, 10vw, 2.85rem);
	}

	.iwa-new-week {
		justify-self: start;
		margin-top: 0;
	}

	.iwa-capacity-row {
		gap: 16px;
		padding: 20px 0;
	}

	.iwa-segmented button {
		min-height: 48px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.iwa-one-thing label,
	.iwa-good-enough label {
		grid-template-columns: 1fr;
	}

	.iwa-good-enough {
		margin-left: -18px;
		margin-right: -18px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.iwa-save-row {
		grid-template-columns: 1fr;
	}

	.iwa-button-primary {
		width: 100%;
	}

	.iwa-travel-fields,
	.iwa-reflection-grid,
	.iwa-add-habit {
		grid-template-columns: 1fr;
	}

	.iwa-span-two,
	.iwa-add-habit > button,
	.iwa-add-habit p {
		grid-column: 1;
	}

	.iwa-habit-row {
		grid-template-columns: 1fr auto;
	}

	.iwa-habit-row select {
		grid-column: 1;
	}

	.iwa-section-heading h2 {
		font-size: clamp(2.1rem, 11vw, 3.1rem);
	}

	.iwa-choice-list button {
		font-size: 0.82rem;
		min-height: 42px;
	}

	.iwa-export-modal__panel {
		max-height: calc(100vh - 28px);
		overflow-y: auto;
	}
}

.iwa-response,
.iwa-my-week,
.iwa-progress-items {
	background: rgba(255, 253, 249, 0.72);
	border-bottom: 1px solid var(--iwa-line);
	border-top: 1px solid var(--iwa-line);
	margin-top: 24px;
	padding: 24px 0;
}

.iwa-anchor .iwa-response {
	background: transparent;
	margin-top: 18px;
	padding-bottom: 0;
	padding-top: 18px;
}

.iwa-response-heading,
.iwa-my-week-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.iwa-anchor .iwa-response-heading {
	align-items: start;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.iwa-anchor .iwa-response-heading h3 {
	font-size: 1.2rem;
	line-height: 1.18;
}

.iwa-response-heading p {
	color: var(--iwa-taupe);
	font-size: 0.72rem;
	font-weight: 700;
	margin: 5px 0 0;
}

.iwa-anchor .iwa-response-heading h3 {
	flex: 1 1 260px;
	min-width: 0;
	overflow-wrap: anywhere;
}

.iwa-anchor .iwa-response-heading > span {
	flex: 0 0 auto;
}

.iwa-response-heading h3,
.iwa-my-week-heading h2,
.iwa-progress-items h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.iwa-response-heading > span {
	color: var(--iwa-taupe);
	font-size: 0.82rem;
}

.iwa-idea-list,
.iwa-plan-item,
.iwa-reflection-item {
	border-top: 1px solid var(--iwa-line);
}

.iwa-idea {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 16px 0;
}

.iwa-idea + .iwa-idea {
	border-top: 1px solid var(--iwa-line);
}

.iwa-idea strong,
.iwa-plan-item strong,
.iwa-reflection-item strong {
	display: block;
	font-size: 0.96rem;
}

.iwa-idea small {
	color: var(--iwa-sage-dark);
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-top: 5px;
	text-transform: uppercase;
}

.iwa-idea p,
.iwa-plan-item p,
.iwa-plan-footer p {
	color: var(--iwa-ink);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 5px 0 0;
}

.iwa-idea button,
.iwa-plan-controls button,
.iwa-carry-actions button,
.iwa-outcomes button {
	background: transparent;
	border: 1px solid var(--iwa-line-strong);
	border-radius: 999px;
	color: var(--iwa-espresso);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	min-height: 38px;
	padding: 8px 14px;
}

.iwa-idea button:disabled,
.iwa-plan-controls button:disabled {
	cursor: default;
	opacity: 0.55;
}

.iwa-idea button[aria-pressed="true"] {
	background: var(--iwa-sage-soft);
	border-color: var(--iwa-sage-dark);
	color: var(--iwa-sage-dark);
}

.iwa-anchor .iwa-idea {
	align-items: start;
	gap: 10px;
	grid-template-columns: 1fr;
	padding: 14px 0;
}

.iwa-anchor .iwa-idea button {
	justify-self: start;
}

.iwa-response-prompt,
.iwa-empty {
	color: var(--iwa-taupe);
	font-style: italic;
	line-height: 1.55;
}

.iwa-response-detail {
	display: grid;
	gap: 7px;
	margin: 0 0 12px;
	max-width: 520px;
}

.iwa-response-detail span,
.iwa-plan-controls label span,
.iwa-reflection-item label span,
.iwa-plan-copy > span,
.iwa-plan-summary span {
	color: var(--iwa-taupe);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.iwa-response-detail input,
.iwa-response-detail select,
.iwa-plan-controls select,
.iwa-reflection-item input {
	background: var(--iwa-paper);
	border: 1px solid var(--iwa-line-strong);
	border-radius: 4px;
	color: var(--iwa-espresso);
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

.iwa-my-week {
	background: linear-gradient(135deg, rgba(232, 237, 229, 0.82), rgba(255, 253, 249, 0.78));
	border: 1px solid var(--iwa-line);
	margin: 32px 0 0;
	padding: 24px;
}

.iwa-capacity-guardrail {
	background: var(--iwa-rose-soft);
	border-left: 3px solid #a67a70;
	color: var(--iwa-ink);
	font-size: 0.86rem;
	line-height: 1.5;
	margin: 12px 0 4px;
	padding: 12px 14px;
}

.iwa-capacity-guardrail strong {
	color: var(--iwa-espresso);
}

.iwa-my-week-heading .iwa-button {
	white-space: nowrap;
}

.iwa-plan-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 16px;
}

.iwa-plan-summary p {
	margin: 0;
}

.iwa-plan-summary strong {
	display: block;
	margin-top: 5px;
}

.iwa-plan-item {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(310px, auto);
	padding: 18px 0;
}

.iwa-plan-copy > span {
	display: block;
	margin-bottom: 5px;
}

.iwa-plan-controls {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.iwa-plan-controls label {
	display: grid;
	gap: 4px;
	min-width: 142px;
}

.iwa-plan-footer {
	border-top: 1px solid var(--iwa-line);
	padding-top: 18px;
}

.iwa-progress-items > div {
	display: grid;
	gap: 18px;
	margin-top: 16px;
}

.iwa-reflection-item {
	display: grid;
	gap: 14px;
	padding: 18px 0 0;
}

.iwa-reflection-item > div:first-child span {
	color: var(--iwa-taupe);
	display: block;
	font-size: 0.78rem;
	margin-bottom: 4px;
}

.iwa-outcomes,
.iwa-carry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.iwa-outcomes button[aria-pressed="true"],
.iwa-carry-actions button[aria-pressed="true"] {
	background: var(--iwa-sage-dark);
	border-color: var(--iwa-sage-dark);
	color: #fff;
}

@media (max-width: 720px) {
	.iwa-response-heading,
	.iwa-my-week-heading {
		align-items: start;
		flex-direction: column;
		gap: 10px;
	}

	.iwa-idea,
	.iwa-plan-item,
	.iwa-plan-summary {
		grid-template-columns: 1fr;
	}

	.iwa-idea button {
		justify-self: start;
	}

	.iwa-plan-controls {
		justify-content: flex-start;
	}

	.iwa-plan-controls label {
		flex-basis: 100%;
	}

	.iwa-my-week {
		margin-left: -8px;
		margin-right: -8px;
		padding: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iwa-screen,
	.iwa-toast {
		animation: none;
		transition: none;
	}
}

@media print {
	body[data-iwa-print-export] * {
		visibility: hidden !important;
	}

	body[data-iwa-print-export] .iris-wellness-app,
	body[data-iwa-print-export] .iris-wellness-app * {
		visibility: visible !important;
	}

	body[data-iwa-print-export] .iris-wellness-app {
		inset: 0;
		position: absolute;
		width: 100%;
	}

	body[data-iwa-print-export] .iwa-product-bar,
	body[data-iwa-print-export] .iwa-tabs,
	body[data-iwa-print-export] .iwa-data-menu,
	body[data-iwa-print-export] .iwa-new-week,
	body[data-iwa-print-export] .iwa-week-nav,
	body[data-iwa-print-export] .iwa-save-row,
	body[data-iwa-print-export] .iwa-screen:not(.is-active) {
		display: none !important;
	}

	body[data-iwa-print-export] .iwa-notebook-shell {
		grid-template-columns: 1fr;
	}

	body[data-iwa-print-export] .iwa-week-rail {
		border: 0;
		padding: 20px;
	}
}
